Featureful ncurses based MPD client inspired by ncmpc with integration for Beets, spectrum visualization,Bandcamp/Soundcloud, asciimatics, cantata, and more
create_playlist - create a playlist of songs matching a Beets query
create_playlist [-n playlist-name] [-q beets-query] [-ou]
Where:
The create_playlist command can be used to create an MPD playlist of songs matching a Beets query. For example, to create a playlist of all songs with the word “love” in their name or path (e.g. artist, album, title), issue the command:
create_playlist -n LoveList -q love
A new playlist named “LoveList” will be created containing all the songs in the music library that match the string “love” (case insensitive).
Written by Ronald Record github@ronrecord.com
CREATE_PLAYLIST is distributed under an Open Source license. See the file LICENSE in the CREATE_PLAYLIST source distribution for information on terms & conditions for accessing and otherwise using CREATE_PLAYLIST and for a DISCLAIMER OF ALL WARRANTIES.
Submit bug reports online at:
https://github.com/doctorfree/MusicPlayerPlus/issues
beet(1), mpplus(1)
Full documentation and sources at:
https://github.com/doctorfree/MusicPlayerPlus