Skip to content

Instantly share code, notes, and snippets.

View albertored11's full-sized avatar
🐙

Alberto Redondo albertored11

🐙
View GitHub Profile
@fatso83
fatso83 / mp3_make_comp
Last active March 13, 2024 11:47
Set the TCMP flag on all the MP3′s in the current directory, or the files specified on the command line.
#!/usr/bin/perl -w
# mp3_make_comp
# Max Baker
# 4/29/09
#
# This script will set the I-Tunes Compilation Tag (TCMP)
# on Files passed to it. If no files are passed, it works on *.mp3 in the current directory.
#
# found here: http://warped.org/blog/2009/05/02/itunes-setting-the-compilation-flag-on-mp3s-using-perl/