Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env python
#A little script to convert ID3 tags, in flac files, to flac tags in the current dir.
'''
Required:
mutagen
python-magic
'''
from mutagen.easyid3 import EasyID3
from mutagen.flac import FLAC