Skip to content
surge919 edited this page May 12, 2015 · 9 revisions

toc

Table of Contents

File

kodi_notification.pl

Description

Send notifications to KODI (formerly XMBC)

Usage

Add the following to your mh.ini

kodi_notify_address=xxx.xxx.xxx.xxx:1234 (IP of KODI server):(port) Specify multiple addresses with ,

kodi_timeout=5000 ( amount of time to display message on screen -- in milliseconds )

kodi_title=MisterHouse ( Title of notification box )

kodi_image=http://192.168.1.5/ia5/mh.png ( Image to display next to message.. I copied favicon.ico .. Not all skins support images )

Notes

If notifications are not being received by KODI, ensure you've set the address to the same port KODI is listening on. My KODI install was listening on 80


image:xbmc_mh_notification.png

Clone this wiki locally