Skip to content

Commit

Permalink
Add spec for extended M3U playlist
Browse files Browse the repository at this point in the history
Fix #266
Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
  • Loading branch information
Jonas Mueller authored and chouquette committed Oct 9, 2020
1 parent 3c62c21 commit 97677b2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/samples/main.cpp
Expand Up @@ -56,6 +56,7 @@ bool DebugVerbose = false;
X("playlist_external_folder") \
X("playlist_same_folder") \
X("playlist_mixed_content") \
X("playlist_extended_m3u") \
X("same_album_with_subfolder") \
X("compilation_different_years") \
X("tvshow") \
Expand Down
2 changes: 1 addition & 1 deletion test/samples/samples
Submodule samples updated from f4dcc1 to 5d2dde
12 changes: 12 additions & 0 deletions test/samples/testcases/playlist_extended_m3u.json
@@ -0,0 +1,12 @@
{
"input": [
"playlist/extended_m3u"
],
"expected": {
"nbPlaylists": 1,
"playlists": [{
"name": "My Playlist",
"nbItems": 3
}]
}
}

0 comments on commit 97677b2

Please sign in to comment.