-
Notifications
You must be signed in to change notification settings - Fork 454
Open
Description
Below are issues affecting the rc1
data release that cannot be fixed without a data update. As updating is disruptive (it'll break code and make results non-comparable), it should be done sparingly, e.g., to fix a fatal flaw or many small ones discovered over time.
- zip decompression fails because of unsupported bzip2 compression (zip: compress with deflate instead of bzip2 #5)
- workaround (
master
): note in README to try with 7zip (5700859) - fix (
next
): zip with deflate (instead of bzip2) (zip: compress with deflate instead of bzip2 #5) or zstd (Torrent download and Zstd compression #32)
- workaround (
- excerpts shorter than 30s and erroneous audio length metadata (update technical metadata #4, Files (much) shorter than 30s in fma-small #8, Possibly corrupted files in fma_small #36, Corrupted Files? #44)
- workaround (
master
): small subset's list, medium subset's list (Files (much) shorter than 30s in fma-small #8) - fix (
next
): metadata from mp3 not API, ensure 30s (8077afe, 00d5b71, 840b337)
- workaround (
- erroneous ID3 tags (erroneous ID3 tag info #27)
- workaround (
master
): list (erroneous ID3 tag info #27) - fix (
next
): dump ID3 tags with technical metadata and remove from mp3
- workaround (
- exact duplicate tracks (Duplicate mp3s in
fma_full
? #23)- workaround (
master
): list the 937 duplicates - fix (
next
): remove them (try other methods and detect near duplicates)
- workaround (
Workarounds are explained in more details in the wiki.
Metadata
Metadata
Assignees
Labels
No labels