Skip to content

Commit

Permalink
Add md5 and sha256 checksums
Browse files Browse the repository at this point in the history
  • Loading branch information
salu133445 committed Sep 3, 2020
1 parent a5a8621 commit 5821827
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 15 deletions.
4 changes: 3 additions & 1 deletion muspy/datasets/essen.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ class EssenFolkSongDatabase(RemoteABCFolderDataset):
"url": "https://ifdo.ca/~seymour/runabc/esac/esac.zip",
"archive": True,
"size": 1700981,
"md5": None,
"md5": "4636bd27b8ba4c57d2ef7db00d9eedc1",
"sha256": "7957cf8f7a036dac9d807330548816967a13a4f598247e2a0f38aec"
"cf04c7553",
}
}
4 changes: 3 additions & 1 deletion muspy/datasets/jsb.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ class JSBChoralesDataset(RemoteFolderDataset):
),
"archive": True,
"size": 215242,
"md5": None,
"md5": "2fb72faf2659e82e9de08b16f2cca1e9",
"sha256": "69924294546a71620c06374085cd6b0300665ea215e2f854f65a119"
"29f1e723c",
}
}
_extension = "mid"
Expand Down
12 changes: 9 additions & 3 deletions muspy/datasets/lmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ class LakhMIDIDataset(RemoteFolderDataset):
"url": "http://hog.ee.columbia.edu/craffel/lmd/lmd_full.tar.gz",
"archive": True,
"size": 35727800,
"md5": None,
"md5": "2536ce3fd2cede53ddaa264f731859ab",
"sha256": "6fcfe2ac49ca08f3f214cec86ab138d4fc4dabcd7f27f491a838dae"
"6db45a12b",
}
}
_extension = "mid"
Expand All @@ -53,7 +55,9 @@ class LakhMIDIMatchedDataset(RemoteFolderDataset):
"filename": "lmd_matched.tar.gz",
"url": "http://hog.ee.columbia.edu/craffel/lmd/lmd_matched.tar.gz",
"archive": True,
"md5": None,
"md5": "fb80d01c22020295bb3eeef31f1aa63a",
"sha256": "621ff830aed771f469e5bfa13dc12a33c6ed69090adeda63d0b5c47"
"783af0191",
}
}
_extension = "mid"
Expand All @@ -73,7 +77,9 @@ class LakhMIDIAlignedDataset(RemoteFolderDataset):
"url": "http://hog.ee.columbia.edu/craffel/lmd/lmd_aligned.tar.gz",
"archive": True,
"size": 1407072670,
"md5": None,
"md5": "d36ca9159966d81d97e1e37d10ed4584",
"sha256": "2bf5400e82eba73204644946515489b68811e1e656b0cfd854efc14"
"377f6e53b",
}
}
_extension = "mid"
Expand Down
14 changes: 6 additions & 8 deletions muspy/datasets/maestro.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,9 @@ class MAESTRODatasetV1(RemoteFolderDataset):
),
"archive": True,
"size": 46579421,
"sha256": (
"f620f9e1eceaab8beea10617599add2e9c83234199b550382a2f603098ae7"
"135"
),
"md5": "c4d922a6ccc4464814b49e91ff81554e",
"sha256": "f620f9e1eceaab8beea10617599add2e9c83234199b550382a2f603"
"098ae7135",
}
}
_extension = "midi"
Expand All @@ -65,10 +64,9 @@ class MAESTRODatasetV2(RemoteFolderDataset):
),
"archive": True,
"size": 59243107,
"sha256": (
"ec2cc9d94886c6b376db1eaa2b8ad1ce62ff9f0a28b3744782b13163295da"
"df3"
),
"md5": "8a45cc678a8b23cd7bad048b1e9034c5",
"sha256": "ec2cc9d94886c6b376db1eaa2b8ad1ce62ff9f0a28b3744782b1316"
"3295dadf3",
}
}
_extension = "midi"
Expand Down
1 change: 1 addition & 0 deletions muspy/datasets/nes.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ class NESMusicDatabase(RemoteFolderDataset):
),
"archive": True,
"size": 12922275,
"md5": "3f3e8ab4f660dd1b19350e5a8a91f3e6",
"sha256": (
"37610e2ca5fe70359c85170cf1f4982596783bb304c59d9c439f68c24ff4e"
"e93"
Expand Down
4 changes: 3 additions & 1 deletion muspy/datasets/nmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ class NottinghamDatabase(RemoteABCFolderDataset):
),
"archive": True,
"size": 142934,
"md5": None,
"md5": "f55c354aaf08bcb6e9b2b3b8d52e4df3",
"sha256": "f79a4bffe78b16d630d4d69f9c62775a7aa246d0973c4d8714ab6c5"
"139ff5a3b",
}
}
4 changes: 3 additions & 1 deletion muspy/datasets/wikifonia.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ class WikifoniaDataset(RemoteFolderDataset):
"url": "http://www.synthzone.com/files/Wikifonia/Wikifonia.zip",
"archive": True,
"size": 35727800,
"md5": None,
"md5": "d26e22562e67eb7d37535e96cc5eebba",
"sha256": "e7bce509462a73cee175308b6a3cdafa9effd6e8958b3ce03b4edb2"
"93cc6b691",
}
}
_extension = "mxl"
Expand Down

0 comments on commit 5821827

Please sign in to comment.