Tagged Questions

8
votes
6answers
4k views

How do you embed album art into an MP3 using Python?

I've been using mutagen for reading and writing MP3 tags, but I want to be able to embed album art directly into the file.
-2
votes
1answer
152 views

Download album art for an mp3 on iOS [closed]

I'm creating a music player application for the iPhone. I am not using the integrated iPod Player, but an AVAudioPlayer with my own controller. Now i wanna display some album artwork. I heard about ...
-2
votes
1answer
129 views

Android: How-To create an app that pulls Album Art?

Where would I get started to create an app that would grab your Album Art based on Album or Artist of the mp3 from the internet (ie. via amazon, play.com, etc..)? I would likely be using Eclipse.