diff --git a/config_text.md b/config_text.md index d3ac8ff..541df7e 100644 --- a/config_text.md +++ b/config_text.md @@ -4,14 +4,18 @@ The TEXT Based configuration files are pretty straight forward. You just provid # Use pound/hashtag (#) characters to comment lines # The syntax is = or just on each line # -# Here is an example of a very basic entry: +# Here is an example of a very basic entry (without tagging): mailto://someone:theirpassword@gmail.com -# Now here is an example of tag associations to the same URLs -# Simply use a comma (,) and or space to delimit your tags. -# when you're done defining them, specify an equal sign (=) -# and provide your URL after. +# 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:mypass@kitchen.hostame tv,basement=kodi://myuser:mypass@basement.hostame ``` \ No newline at end of file