Home > python-ID3TagFromFilename

python-ID3TagFromFilename

Python-ID3TagFromFilename is a project mainly written in Python, it's free.

a CLI tool for tag your files with filename

== Requirements EyeD3 python module (http://eyed3.nicfit.net/)

== Usage: ./id3fromfile.py

Example: ./id3fromfile.py "*.mp3" '$track-$title' if your file are named as 01-Intro.mp3

FilePattern must be write with " at start and end. FilenameTemplate is a map of ID3Tag token and can be:

  • $title
  • $track
  • $album
  • $year