Created in early 2004, UNEASYsilence aims to deliver daily coverage of offbeat & generally geeky news. Subscribe via RSS or Email.

READING single

Make a Huge Printable Poster from Your iTunes Album Art!

Posted in Random by Dan at 8:43 pm
closeThis post was published 2 years 4 months 11 days ago and its content may not be valid anymore.

fpavutgf3ybhspgmedium.jpg

Over at Instructables they have a detailed list on how to make a HUGE poster from your iTunes artwork, BUT you need a PC and a slew of software. Considering we have the smartest group of readers on the internet, I was wondering if someone could come up with a method to do this on the Mac. Anyone care to try? Mind you, the script must pull the artwork both downloaded from Apple and manually added by hand.

We were the first to get the MacOS to run on a PC, so this should be easy :)

7 Responses to “Make a Huge Printable Poster from Your iTunes Album Art!”

  1. Michael says:

    Very quick OS X instructions:

    First, copy all the artwork to a folder on the desktop using the following Terminal commands:

    mkdir ~/Desktop/itunescovers

    find ~/Music/iTunes/Album\ Artwork -type f -exec cp \{\} ~/Desktop/testtest \;

    At this point you have all the files in a single folder named “itunescovers” on your desktop.

    iTunes stores the images embedded in mpeg containers so we need to extract the images from the .itc mpeg files. The easiest way on a Mac is to download File Juicer (http://echoone.com/filejuicer/) then run File Juicer and drag-and-drop the files in the itunescovers into File Juicer.

    A short while later you will have a “Juice” folder on your desktop that contains a “png” folder. Inside the “png” folder are all your Album images.

    You can now use Photoshop to scale the images to a common size and layout the images using Photoshop or Picasa2 as explained in steps 4, 5 and 6 of the Instructables instructions.

  2. Steven says:

    hrm I could write a few line script in python to extract all the album art…

    However, I’ve never taken the time to learn applescript so it’d still be windows only…

    this sounds interesting, but I just don’t know if i want to put wow down long enough to do it…

  3. Tom D says:

    Google automator and poster, you should find a automator action to make posters out of iPhoto albums, all you would need to do is figure out how to tell automator to access the itunes covers.

  4. Michael says:

    Correction those commands should be:

    mkdir ~/Desktop/itunescovers

    find ~/Music/iTunes/Album\ Artwork -type f -exec cp \{\} ~/Desktop/itunescovers \;

  5. John says:

    Python is available for Mac OS X
    http://pythonmac.org/packages/

  6. John says:

    Also checkout this open source project, 1 click and instant mosaic. iTunes Album Art Extractor

    http://sourceforge.net/project/showfiles.php?group_id=194469

  7. Connor Cimowsky says:

    Use Posterino once you have the images in a folder. This is a great app.

Additional comments powered by BackType