New Repo Just Dropped

Hey there,

Quick post about a new repo I made. I wrote some code to deduplicate my DJing library for an upcoming event.

At first I used Bash, where I could use the mdls utility to read metadata. string parsing to compare fields ended up seeming kind of difficult, and I don’t think Bash has data structures like dictionaries and sets, or at least I couldn’t figure out how to use them quickly.

Here’s the repo: DJ-DeDupe

Leave a comment