roitto / rofi-mpd

shell script for mpd that uses rofi to add songs, albums, playlist, jump to a song in the current playlist etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ROFI-MPD

Rofi-mpd aims to provide a fast, keyboard-driven way to interact with the music play daemon. It uses rofi to list artists, albums etc. It does not intend to provide a full replacement for graphical mpd-clients.

INSTALLATION

place rofi-mpd to your path (/usr/bin/, ~/.local/bin/, etc)

USAGE

$ rofi-mpd [option]

COMMAND LINE ARGUMENTS

-a, --artist 	  	search for artist, then album, then title
-t, --track 	  	search for a single track in the whole database
-p, --playlist   	search for a playlist load it
-j, --jump       	jump to another song in the current playlist
-l, --longplayer	search for album, then title

Preview

preview1 preview2

Credits

bubbl3gum

.Xresources

.Xresourcxes

License

The code is available under the MIT License

About

shell script for mpd that uses rofi to add songs, albums, playlist, jump to a song in the current playlist etc.

License:MIT License


Languages

Language:Shell 100.0%