Cover Grabber will recursively traverse a directory of music files and download album cover art from LastFM for all sub-directories. Very helpful if you have hundreds or even thousands of music directories.
Cover Grabber currently supports MP3, ogg, and FLAC.
Source: http://github.com/thedonvaughn/cover_grabber
Install python-mutagen:
Ubuntu/Debian: apt-get install python-mutagen
Fedora: yum install python-mutagen
Arch: pacman -Sy mutagen
Install cover grabber:
python setup.py install
To use:
covergrabber /home/jvaughn/Music
For help:
covergrabber -h
Product's homepage
Requirements:
· Python
· python-mutagen