-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathChangeLog
More file actions
73 lines (58 loc) · 2.89 KB
/
ChangeLog
File metadata and controls
73 lines (58 loc) · 2.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
2026-03-08
- Tons of new sources, see sources.md for full list
- Optimized audio fingerprint matching, now about 5x faster
- Metadata extraction/heuristics tweaks and fixes
2026-01-27
- Traces of audio fingerprint files in git history were removed with git-filter-repo. Recloning is needed.
2026-01-25
- Update source data snapshots to 2026-01-01 or thereabouts
- Added Classic Game Soundtracks, Lemon Amiga Ultimate MOD pack!, Protracker Modules Gpack and my old Amiga mod collection to sources.
No metadata, except from audio fingerprint matching
- Added eXoDOS as supplementary metadata source
- Metadata extraction/heuristics tweaks and fixes
- NOTE! Audio fingerprint TSV files were moved from git to separate downloads in Github releases.
2025-12-16
- Added Wikipedia as supplementary metadata source
- Metadata extraction/heuristics tweaks and fixes
2025-12-07
- Added TOSEC Music, SOAMC=, MBnet Apaja, NostalgicPlayer, AmigaMega to sources. No metadata, except from audio fingerprint matching
- Added Fujiology to sources
- Added TOSEC and WHDLoad-Database as supplementary metadata sources
- Metadata extraction/heuristics tweaks and fixes
2025-11-10
- Added ModArchive (upto 2023 additions) to sources. No metadata, except from audio fingerprint matching
2025-09-22
- Added experimental "Shazam" like tool. See README.md.
2025-09-16
- Update source data snapshots to 2025-09-12 or thereabouts
2025-09-08
- Implemented duplicate subsong detection using audio fingerprints
- Improved metadata accuracy and coverage for audio fingerprint matching
2025-07-23
- Audio fingerprinting (chromaprint) support:
-- metadata is now also matched/combined based on audio fingerprints, to support different rips, corrupted files etc.
-- may cause false positive matches, but tried to find acceptable balance between correctness and coverage
-- source tsv files with fingeprints available in songdb/sources/audio/ (see scripts/sources/audio.sc for format)
2025-07-18
- XXH32 hashing support:
-- faster hash alternative to MD5, also using only first 256k bytes for hash.
-- actual hash is hex(xxh32) + hex(filesize & 0xffff)) (= 48 bits/12 chars of hex)
- TSV directory structure changed, with separate md5 and xxh32 subdirs for encoded and pretty tsv files.
- combined.tsv renamed to metadata.tsv
2025-05-20
- Update with latest UADE changes
- Metadata extraction tweaks
2025-04-07
- Implement metadata lookup from Mods Anthology and Wanted Team
- Added ExoticA (old) to sources (including metadata)
- Demozoo "leftovers" source now also includes mods from compressed files
- Extract album metadata from AMP filenames
- Improved metadata extraction heuristics/coverage
- Update source data snapshots to 2025-04-02 or thereabouts
2025-02-18
- Update with libopenmpt and libxmp support
2025-01-27
- Added NoiseTrekker and ProTrekkr entries
2025-01-12
- Split from https://github.com/mvtiaine/audacious-uade repo
- Source data timestamp 2025-01-04