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
- Host: GitHub
- URL: https://github.com/magnouvean/rofi-mpc
- Owner: magnouvean
- License: mit
- Archived: true
- Created: 2022-09-03T19:45:26.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T23:15:57.000Z (over 3 years ago)
- Last Synced: 2024-12-26T19:41:04.796Z (over 1 year ago)
- Topics: mpc, mpd, python, rofi, rofi-scripts
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
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)