Notes:
dah dah daah... the MP3 Retracker is unleashed!
So, to explain what this is at the moment: mp3_retracker_0.3.rb is a tool
developed to automatically organize track numbers in a given list of mp3
files, among other things. Currently it tags both id3v1 and id3v2 formats
simultaneously.
A few caveats on the current state: the source could be slicker, it may not
handle filenames with strange special characters, and I'm not sure how well
it conforms to accepted command line tool / ruby best practices regarding exit
codes, flow control, etc. But that's why I'm GPLing it and letting you read
it. ;)
Pros:
- It works, and it's quite handy for what it does.
- It's all in one tiny file.
Cons:
- Relies on external binary id3v2.
- It should probably do more.
Changes:
Refactored and cleaned up script for public release.
|