-
-
Notifications
You must be signed in to change notification settings - Fork 421
config_text
Chris Caron edited this page Mar 12, 2019
·
9 revisions
The TEXT Based configuration files are pretty straight forward. You just provide a list of your notification URLs. For details on how to use this configuration file click here.
# Use pound/hashtag (#) characters to comment lines
# The syntax is <tags>=<url> or just <url> on each line
#
# Here is an example of a very basic entry (without tagging):
mailto://someone:[email protected]
# Now here is an example of tag associations to another URL
# The equal sign (=) delimits the tag from the actual URL:
desktop=gnome://
# If you have more then one tag you'd like to associate with it,
# simply use a comma (,) and or space to delimit your tags.
# The same rules apply afterwards; just use an equal sign (=)
# to mark the end of your tagging definitions and start your
# notification service URL:
tv,kitchen=kodi://myuser:[email protected]
tv,basement=kodi://myuser:[email protected]