This is a relatively simple Python script for managing a mass of .ogg and .mp3 files. I developed it using Python 2.4.2, on Ubuntu "Breezy". You will need the python-pyvorbis, python-id3 and python2.4-id3lib packages (that's what they're called on Ubuntu, anyway; the Python libraries you need are ID3 and ogg.vorbis).
Features:
For usage instructions, run:
python music_manager.py --help
The script is released under the GNU Public License (GPL). See below for a copy of this license.
Attachments: