mirror of
https://github.com/beetbox/beets.git
synced 2025-12-23 09:03:49 +01:00
Improve playlist plugin docs
This commit is contained in:
parent
7cfb55b746
commit
a23e31d1b6
1 changed files with 10 additions and 0 deletions
|
|
@ -24,6 +24,16 @@ name::
|
|||
|
||||
$ beet ls playlist:anotherplaylist
|
||||
|
||||
A playlist query will use the paths found in the playlist file to match items
|
||||
in the beets library. Since `playlist:` submits a regular beets query like any
|
||||
other query syntax (eg. `artist:`, `year:`, ...), the sorting order of either
|
||||
the configuartion setting `sort_item` or any sorting patterns submitted with
|
||||
the query command will be used::
|
||||
|
||||
$ beet ls playlist:/path/to/someplaylist.m3u artist+ year+
|
||||
|
||||
Currently retaining the original sort order of the playlist is not supported.
|
||||
|
||||
The plugin can also update playlists in the playlist directory automatically
|
||||
every time an item is moved or deleted. This can be controlled by the ``auto``
|
||||
configuration option.
|
||||
|
|
|
|||
Loading…
Reference in a new issue