Skip to content

Instantly share code, notes, and snippets.

View apperceptions's full-sized avatar

Markus Sandy apperceptions

View GitHub Profile
@apperceptions
apperceptions / mp3tag.sh
Last active September 20, 2016 01:12
Script and data to update mp3 files with metadata. Assumes mp3 files in "tracks" subfolder.
#!/bin/bash
author="Palacios Area Historical Association";
album="Palacios Historic Homes Tour";
subtitle="City by the Sea Museum, Palacios, Texas";
total="51";
# loop over two coloum csv of track numbers and titles
while IFS="," read i t
do