diff --git a/config_text.md b/config_text.md new file mode 100644 index 0000000..7b8caa7 --- /dev/null +++ b/config_text.md @@ -0,0 +1,17 @@ +## Text Based Configuration Files +The TEXT Based configuration files are pretty straight forward. You just provide a list of your notification URLs. +``` +# Use pound/hashtag (#) characters to comment lines +# The syntax is = or just on each line +# +# Here is an example of a very basic entry: +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. +desktop=gnome:// +tv,kitchen=kodi://myuser:mypass@kitchen.hostame +tv,basement=kodi://myuser:mypass@basement.hostame +``` \ No newline at end of file