Corripio

Version: 0.7.2 || Release Date: 2007-07-06 || License: Freeware Developer: Jeff Dlouhy

Corripio is the premier tool for gathering album artwork. Corripio enables the user to get the best artwork available for their iTunes libraries with the click of a button. The user also has the ability to search for song lyrics. The lyrics will automatically be added to each songs' ID3 tag. Corripio is the iTunes companion a music lover cannot live without.

Suggest screenshot/icon / Suggest new version

22 Opinions

avatar

by
thorazine74, 2009-07-15

If you are using multiple iTunes libraries it will not find them automatically, it uses a hardcoded path (that you can fortunately select in the options). It should just pick up the active iTunes library automatically.

avatar

by
yesno, 2008-09-12 (score: 2)

You are unable to use it to isolate only those tracks that do not have artwork.

iTunes does not write the artwork that it acquires from the ITS to the file. It stores it in a separate area. From the user's perspective, there is no difference. Yet Corripio sees these files as missing artwork. I advise against using this program until that changes.

avatar

by
batterseapower, 2008-01-18 (score: 1)

I agree with the previous commenters that the artwork it finds is a bit rubbish. I've tried to fix this by coding up a plugin that uses Google Image Search. It's my first Ruby script though, so be gentle :-)

Save the below to a file and then read http://nclasssoftware.com/corripio_scripts/ to find out how to install it.

#!/usr/bin/ruby
#

require 'net/http'
require 'open-uri'
require 'uri'
require 'cgi'

query = (ARGV + ["album"]).join(" ")
sizes = ["medium", "large", "xlarge"].join("|")
uri = "http://images.google.co.uk/images?hl=en&q=#{CGI.escape(query)}&imgsz=#{CGI.escape(sizes)}"

source = open(URI.parse(uri)).read.gsub("\r\n", "")

matcher = /dyn.Img\(".*?",".*?",".*?","(.*?)"/
matches = source.scan(matcher)

matches.first(10).each { |match| puts match.first }

avatar

by
cbv, 2007-12-18 (score: 2)

I'd love to use it, since it offers exactly what I want.

But it's crap. Looks like it was programmed with hot needles. It crashes two out of three times whenever I run it. Even when all I try to do is fix capitalization.

avatar

by
norz, 2007-10-20

Unfortunately it seems to only work from the iTunes library, you can't just drag and drop a file and save the album cover as a picture file in a folder.

avatar

by
albrt, 2007-09-09 (score: -2)

This software is utter crap. So far the choises it has given me have been 95% absurd and 5% to the point. I totally recommend against it.

avatar

by
arundel, 2007-07-06

It will say and sort if a track has/hasn't got artwork, but it won't actually show any of it outside of searching? Bizzare.

Good that user-scripts are in this latest version, as I can't rely on the American big box catalogues for what I listen to. So I've been better off with Curator and its Google-bilities.

avatar

by
aashish13, 2007-06-01

Does this get artwork from the iTMS yet? I know art collector does...

avatar

by
crateman, 2007-04-24

Magnificent! I tried several artwork downloading apps and none of them compares to this. Hands down, the best app for its purpose.

avatar

by
sparc, 2006-12-23

I use Album Art Thingy, downloads and adds them automatically. Just set it to find whats playing otherwise if you have 200gb of mp3s and have it run it one go it will take its time.

1 2 3 next

Page 1 of 3. 22 entries.