Skip to content

Something neat

I haven't posted anything for a long, long time so I thought that I would just post something very quickly. A link to something very cool: puddletag. puddletag is an audio tag editor (primarily created) for GNU/Linux similar to the Windows program, Mp3tag. Unlike most taggers for GNU/Linux, it uses a spreadsheet-like layout so that all the tags you want to edit by hand are visible and easily editable.

The usual tag editor features are supported like extracting tag information from filenames, renaming files based on their tags by using patterns and basic tag editing.

Then there’re Functions, which can do things like replace text, trim it, do case conversions, etc. Actions can automate repetitive tasks. You can import your QuodLibet library, lookup tags using Amazon (including cover art), Discogs (does cover art too!), FreeDB and MusicBrainz. There’s quite a bit more, but I’ve reached my comma quota.

Installing puddletag

The following instructions are for installing on Ubuntu using the .deb from here: puddletag_0.10.5-1_all.deb. Double clicking on it and letting your package manager do the work should be cool but if you would want to it manually (as root):

apt-get install python-qt4 python-pyparsing python-mutagen python-configobj python-musicbrainz2
Then (presuming you downloaded to /tmp) run the following:
dpkg -i /tmp/puddletag_0.10.5-1_all.deb
Boom. An amazing tag editor for keeping your mp3 library manager looking pretty!