aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst14
1 files changed, 12 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 5f00782..9af13df 100644
--- a/README.rst
+++ b/README.rst
@@ -55,6 +55,16 @@ the following command:
.. image:: https://raw.githubusercontent.com/Determinant/mpd_trigger/master/screenshot.png
+If you have idea about how to run this program as a user daemon, try to copy
+the accompanied file ``com.ted.mpd_trigger.plist`` (you may modify the file to
+have correct parameters for mpd_trigger) to
+``path_to_your_home/Library/LaunchAgents`` and then execute the following commands:
+
+::
+
+ cd path_to_your_home/Library/LaunchAgents
+ launchd load com.ted.mpd_trigger.plist
+
Finally, it is worth mentioning that patterns can be nested, for example a part
of the pattern in last example ``{track?{track}:unkown track}`` makes use of
such technique. Have fun! :)
@@ -64,7 +74,7 @@ such technique. Have fun! :)
Dependencies
------------
-- The canonical mpd library: libmpdclient (on which famous mpd clients such as
- mpc and ncmpcppp also depends)
+- The canonical mpd library: ``libmpdclient`` (on which famous mpd clients such as
+ mpc and ncmpcppp also depend)
- Some basic POSIX syscalls (ubiquitous on current unix-like systems)
- Nothing else.