logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mptoggle - single button control for mpd

Author

       Copyright 2007 Joey Hess <joey@kitenet.net>

       Licensed under the GNU GPL version 2 or higher.

       http://kitenet.net/~joey/code/mpdtoys

perl v5.36.0                                       2023-02-01                                        MPTOGGLE(1)

Description

mptoggle allows mpd to be controlled by a single physical button. It was designed for a linksys nslu2
       running mpd, for which the only available physical control is a power button that can be remapped to run
       an arbitrary program.

       mptoggle toggles playback each time it's run. So press the button once to start, and a second time to
       stop. Each time it starts playing. By default it selects a new different playlist, at random, to play. If
       playlist names are specified at the command line, it will choose between those at random.

       Example of how to make the nslu2's power button run mptoggle, in /etc/inittab:

               ca:12345:ctrlaltdel:/usr/bin/mptoggle localhost

Name

       mptoggle - single button control for mpd

See Also

mprompt(1) mpd(1)

Synopsis

       mptoggle [host] [playlist ...]

See Also