GuardKenzie / miniplayer

A curses based mpd client with basic functionality and album art.
MIT License
120 stars 8 forks source link

Playlist management and shift keys #21

Closed GuardKenzie closed 2 years ago

GuardKenzie commented 2 years ago

New bindable keys

The delete and backspace keys can now be bound and Shift can now be used as a modifier for alpha keybindings and arrow keys. For example:

J = move_down
j = select_down
K = move_up
k = select_up

up   = volume_up
down = volume_down

Up   = last_track
Down = next_track

Playlist management

The following commands have been added to help with playlist management Command Action
move_up Moves the currently selected song up in the playlist
move_down Moves the currently selected song up in the playlist
shuffle Shuffles the playlist
repeat Toggles playlist repeat on and off
delete Removes the selected song from the playlist