-
Notifications
You must be signed in to change notification settings - Fork 183
xbmc
Fabian Affolter edited this page Apr 27, 2014
·
2 revisions
This service allows for on-screen notification popups on XBMC instances. Each target requires the address and port of the XBMC instance (:), and an optional username and password if authentication is required.
[config:xbmc]
targets = {
# host:port, [user], [password]
'living_with_auth' : [ '192.168.1.40:8080', 'xbmc', 'xbmc' ],
'bedroom_no_auth' : [ '192.168.1.41:8080' ] }
}
Topic option | M/O | Description |
---|---|---|
title |
O | notification title |
image |
O | notification image url (example) |
Requires:
- A running XBMC instance