Skip to content

jrogov/mpdmenu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

mpdmenu - mpd client powered by dmenu and python-mpd2

mpdmenu is a Python3 script that uses dmenu or any other dmenu-like menu for X (e.g. rofi) to control mpd.

Preview

Usage

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)

Dependencies

  • python3
  • dmenu (or any other menu with dmenu functionality)
  • python-mpd2

About

mpd client powered by dmenu and python-mpd2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages