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:
26
testdata/simple/metadata.compact.json
vendored
Normal file
26
testdata/simple/metadata.compact.json
vendored
Normal 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": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user