title | section | header | footer | date |
---|---|---|---|---|
CREATE_PLAYLIST |
1 |
User Manual |
create_playlist 1.0.0 |
July 24, 2022 |
create_playlist - create a playlist of songs matching a Beets query
create_playlist [-n playlist-name] [-q beets-query] [-ou]
Where:
- -n 'playlist-name' specifies the playlist name
- -q 'beets-query' specifies the Beets query to use
- -o indicates overwrite any pre-existing playlist of same name
- -u displays this usage message and exits
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 [email protected]
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: