Skip to content

simple mpd playlist manager using mpc search and random options

Notifications You must be signed in to change notification settings

bcardoso/msearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

msearch.sh

simple mpd playlist manager script using mpc search commands and random options.

depends on mpc and fzf.

how to use

msearch.sh [option] [keyword(s)]

-h	 this help
-c	 clear playlist
-C	 'crop' all but current song
-p	 toggle play-pause
-s	 stop after current
-r	 toggle random mode
-ra	 random artist
-rb	 random album
-rg	 random genre
-rs	 random songs
-la	 search artists list
-lb	 search albums list
-lg	 search genres list
-n	 recently (7d) added/modified songs
-a	 add artist(s) to playlist
-b	 add album(s) to playlist
-g	 add genre(s) to playlist
-i	 fzf search; 'insert' below current
*	 fzf search; 'add' to playlist end

usage examples:

./msearch.sh -a sabbath "miles davis" dylan # add multiple artists

./msearch.sh -rb # add a random album

About

simple mpd playlist manager using mpc search and random options

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages