Skip to content

Instantly share code, notes, and snippets.

@danmackinlay
Created May 19, 2010 02:17
Show Gist options
  • Select an option

  • Save danmackinlay/405873 to your computer and use it in GitHub Desktop.

Select an option

Save danmackinlay/405873 to your computer and use it in GitHub Desktop.
removes overblown traktor comments from vorbis tags that mess with iTunes
#removes overblow traktor comments from vorbis tags that mess with iTunes
vorbiscomment "$1" |grep -v "^TRAKTOR4=" |vorbiscomment --write --commentfile - "$1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment