updated on Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git] / mpd-pausemode / README
blob59382ddd1e31de14a1aa14efaafe29fac6bd9cf2
1 This is a small program i wrote. It is a daemon that pauses mpd (see package mpd) when a song is finished.
3 it handle special cases when it does not pauses MPD:
4 - at beginning
5 - if song was not finnished (assume next command was issued)
6 - if mpd was previously in pause
8 You can control the daemon by sending signals :
9 SIGINT, SIGQUIT: quit
10 SIGHUP: toggle pause mode
11 SIGUSR1: activate pause mode
12 SIGUSR2: desactivates pause mode
14 The program does not fork, it's up to you (use disown shell command)