This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# python 2.7 | |
import eyed3 | |
import argparse | |
# This uses the eyed3 library (http://eyed3.nicfit.net/) for Python | |
# eyed3 provides a command line tool to set your MP3 tags | |
# This script is useful for settings tags for multiple files at once | |
# The supported tags are the Artist and Album tags. Genre would be nice to add one day | |
# - rohit chatterjee |