Skip to content

Instantly share code, notes, and snippets.

View fatchat's full-sized avatar

Rohit K. Chatterjee fatchat

View GitHub Profile
# 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