superdeduper/testdata/simple/metadata.compact.json
Bill Thiede 04585e8d24 Add is_multidisc, move big tests to separate module.
Started work on a method movie() that groups multipart movies together.
2019-11-23 08:30:07 -08:00

27 lines
569 B
JSON

{
"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": []
}
}