MusicPlayerPlus

Featureful ncurses based MPD client inspired by ncmpc with integration for Beets, spectrum visualization,Bandcamp/Soundcloud, asciimatics, cantata, and more


Project maintained by doctorfree Hosted on GitHub Pages — Theme by ronrecord

NAME

create_playlist - create a playlist of songs matching a Beets query

SYNOPSIS

create_playlist [-n playlist-name] [-q beets-query] [-ou]

Where:

DESCRIPTION

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).

AUTHORS

Written by Ronald Record github@ronrecord.com

LICENSING

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.

BUGS

Submit bug reports online at:

https://github.com/doctorfree/MusicPlayerPlus/issues

SEE ALSO

beet(1), mpplus(1)

Full documentation and sources at:

https://github.com/doctorfree/MusicPlayerPlus