Allow range in listplaylist and listplaylistinfo

This commit is contained in:
jcorporation
2024-02-08 21:26:28 +01:00
parent c71e586c53
commit a3794f8c3b
6 changed files with 37 additions and 13 deletions

View File

@@ -944,15 +944,17 @@ remote playlists (absolute URI with a supported scheme).
.. _command_listplaylist:
:command:`listplaylist {NAME}`
:command:`listplaylist {NAME} [{START:END}]`
Lists the songs in the playlist. Playlist plugins are
supported.
supported. A range may be specified to list
only a part of the playlist. [#since_0_24]_
.. _command_listplaylistinfo:
:command:`listplaylistinfo {NAME}`
:command:`listplaylistinfo {NAME} [{START:END}]`
Lists the songs with metadata in the playlist. Playlist
plugins are supported.
plugins are supported. A range may be specified to list
only a part of the playlist. [#since_0_24]_
.. _command_listplaylists: