mpdmenu
is a Python3 script that uses dmenu
or any other dmenu-like menu for X (e.g. rofi
) to control mpd
.
mpdmenu [options] [dmenu_cmd]
dmenu_cmd
command line to execute on new state (defaults to "dmenu")
Options
-a ADDRESS, --address=ADDRESS
Address used to connect to mpd (defaults to 'localhost')
-p PORT, --port=PORT
Port used to connect to mpd. Must be a number (defaults to 6600)
-t TIMEOUT, --timeout
Timeout of connection. Must be a number (defaults to 60)
- python3
- dmenu (or any other menu with dmenu functionality)
- python-mpd2