user-1277
03-07-2019, 12:15 PM
Downloading Stormzy's Glastonbury set from BBC 1Xtra, and adding the tracklist using --tracklist. Some of the times are incorrect in the tracklist file. Here's a snippet:
It's clear that the start time for 'Cold' can't be at 46:11, since the next track is at 18:40. The json file has the track starting at 15:34 (version_offset: 934 seconds).
There are two track time errors like this. The rest seem to match up with the JSON file. Any thoughts?
Code:
Glastonbury: 2019
Stormzy Live!
2019-06-28
https://www.bbc.co.uk/programmes/m0006gcr
--------
00:11:06
Stormzy
Intro (Glastonbury 2019)
Duration: 00:04:01
--------
00:12:24
Stormzy
Know Me From (Glastonbury 2019)
Duration: 00:04:01
--------
00:46:11
Stormzy
Cold (Glastonbury 2019)
Duration: 00:04:01
--------
00:18:40
Stormzy
First Things First (Glastonbury 2019)
Duration: 00:04:01
It's clear that the start time for 'Cold' can't be at 46:11, since the next track is at 18:40. The json file has the track starting at 15:34 (version_offset: 934 seconds).
There are two track time errors like this. The rest seem to match up with the JSON file. Any thoughts?