Decoding mp3 tags#

To automatically convert tags from Windows encoding to UTF-8:

find . -iname "*mp3" -print0 | xargs -0 mid3iconv -e CP1251 -d