CLI program to download album art

Posted by John Baber on Ask Ubuntu See other posts from Ask Ubuntu or by John Baber
Published on 2012-03-29T19:18:51Z Indexed on 2012/11/25 11:23 UTC
Read the original article Hit count: 261

I'd like to be able to do this:

$ pwd
/home/$USER/music/ripped_music/Monty_Python-Instant_Record_Collection
$ ls
01.The_Executive_Intro.mp3
...
16.The_Lumberjack_Song.mp3
$ mystery_command_or_script .
$ ls
01.The_Executive_Intro.mp3
...
16.The_Lumberjack_Song.mp3
album_cover.jpg
$

Somewhere in the guts of Rhythmbox, totem, etc. this is being done. I'd like to be able to do it myself.

I don't need help actually writing a script. I'd really just like to know if there's something like CDDB for album covers. (Scraping albumart.org is the current working solution.)

© Ask Ubuntu or respective owner

Related posts about software-recommendation

Related posts about music