*scratch*

It is not a diary the most people have rather a *scratch* Emacs buffer. It keeps notes about everything related to Linux, Open Source, UNIX, MacOSX and software engineering.

Saturday, July 22, 2006

 

mutagen to convert ID3 tags to v2.4 Unicode

Mutagen is a Python module to handle audio metadata like MPS3 ID3 tags.

Convert all Windows codeset ID3 tags to Unicode:

find ./ -name '*.mp3' -print0 | xargs -0 /System/Library/Frameworks/Python.framework/Versions/2.3/bin/mid3iconv -eCP1251 --remove-v1


Python installs everything to /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/mutagen/... and tools scripts to /System/Library/Frameworks/Python.framework/Versions/2.3/bin.

Archives

December 2004   January 2005   February 2005   March 2005   May 2005   July 2005   October 2005   January 2006   March 2006   May 2006   July 2006   December 2006   January 2007   February 2007   May 2007   July 2007   November 2007   January 2008   February 2008   July 2008   August 2008   September 2008   November 2008   April 2009  

This page is powered by Blogger. Isn't yours?