An open API service indexing awesome lists of open source software.

https://github.com/magnouvean/rofi-mpc

Play/control your music with the power of mpc through rofi
https://github.com/magnouvean/rofi-mpc

mpc mpd python rofi rofi-scripts

Last synced: 8 months ago
JSON representation

Play/control your music with the power of mpc through rofi

Awesome Lists containing this project

README

          

* rofi-mpc
A simple rofi interface for mpd based on mpc

** Installation
Simply copy the rofi-mpc script somewhere in your path and make sure it is executable. The script also needs the following dependencies installed (and working!):
- mpd
- mpc
- python
- rofi

** Options
Currently rofi-mpc lets you do the following:
- play a single track
- queue a track next (and start playing if queue is empty)
- play a random queue
- shuffle the current queue
- pause
- unpause
- stop (clears the queue as well)
- skip to next track
- go to previous track

** Arguments
The following command line arguments are supported:
- ~-v~ / ~--version~ (prints the current version)
- ~-q~ / ~--quiet~ (disables output to terminal, given the program doesn't crash)