Trix.py – Metadata/Converter for Hunter’s Trix

Hunter’s Trix is an incredible (and very large) collection of “matrix” recordings of some of the best Grateful Dead shows. The series is produced and mixed by Jubal Hunter Seamons and includes CD cover artwork for each volume/show.

trix1

A “matrix” involves taking a high-quality soundboard recording and merging (matrixing) it with one or more audience recordings (Auds) of the same show. The resulting matrix brings you the maximum fidelity of the soundboard source and the ambience/electricity of being in the audience at the same time.

There are more than 100 Hunter matrixes being traded as legal torrents on etree.org.

Unfortunately, there are two problems: 1) They’re all in FLAC format, instead of Apple Lossleess (ALAC). Since most people use iTunes, this means most people must go through a manual transcoding process; 2) The first 94 shows are missing embedded metadata and cover art (the cover art is beautiful). I’m obsessive about having perfect metadata and cover art in every single track in my collection, which meant manually copying and pasting metadata (including track and disc numbers, show dates and venues, track and album titles, etc.) from text files in the download directory into individual track files. It was taking 20+ minutes to process each album. So I decided to automate the process with this python script.

trix2

I had originally planned to share the completed ALAC versions of the collection back to the community, but Hunter talked me out of it. So I’m doing the next best thing here and sharing the conversion script. With everything installed and working, I was able to cut the processing time down from ~20 minutes per recording to 1 minute. The final results are added to your iTunes collection automagically.

trix3

Git it here: https://github.com/shacker/trix

Leave a Reply

Your email address will not be published. Required fields are marked *