New command playlistlength

Count the number of songs and their total playtime in the playlist.
This commit is contained in:
jcorporation
2024-02-08 22:54:24 +01:00
parent c71e586c53
commit f801f299c9
8 changed files with 130 additions and 1 deletions

View File

@@ -387,6 +387,7 @@ sources = [
'src/PlaylistError.cxx',
'src/PlaylistPrint.cxx',
'src/PlaylistSave.cxx',
'src/playlist/Length.cxx',
'src/playlist/PlaylistStream.cxx',
'src/playlist/PlaylistMapper.cxx',
'src/playlist/PlaylistAny.cxx',