Add is_multidisc, move big tests to separate module.

Started work on a method movie() that groups multipart movies together.
This commit is contained in:
2019-11-23 08:30:07 -08:00
parent d2866bace7
commit 04585e8d24
4 changed files with 232 additions and 74 deletions

26
testdata/simple/metadata.compact.json vendored Normal file
View File

@@ -0,0 +1,26 @@
{
"One Movie With Year (2018)/abcdef123456789.mkv": {
"bit_rate": 100000,
"duration": 3600.0,
"filename": "./One Movie With Year (2018)/abcdef123456789.mkv",
"format_name": "mkv",
"size": 2000000,
"video": [
{
"short_name": "mpeg4",
"long_name": "MPEG-4 part 2",
"height": 362,
"width": 660
}
],
"audio": [
{
"short_name": "mp3",
"long_name": "MP3 (MPEG audio layer 3)",
"channels": 2,
"channel_layout": "stereo"
}
],
"subtitle": []
}
}