cromize / beatport_tracktagger

Tag audio files with Beatport ID easily using fuzzy matching
MIT License
10 stars 4 forks source link

info #1

Closed atarbig closed 6 years ago

atarbig commented 6 years ago

how this work?

cromize commented 6 years ago

Hello, what you see here is my toy implementation of a tagger for music files. It's able to assign general tags, from beatport using beatport ID. My motivation was absence of ID3 tags in bought wav beatport files. It's not currently ready, because it lacks documentation and other stuff, but the core idea works. You can invoke it with parameter -h to see help. Need to parallelize it though, for large amounts of tracks.

cromize commented 6 years ago

Added info into README.