Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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.
4
votes
1answer
715 views

Download album art from internet in an android application

I know the artist and trackname for a song, but I am unsure of what service or how to download album art for the track. I believe iTunes and Amazon both offer services but I am unsure of how to ...
4
votes
2answers
5k views

Could someone provide a C# example using itemsearch from Amazon Web Services

I am trying to use Amazon Web Services to query Artist and title information and receive album art back. Using C# I cannot find any examples that come even close to this. All of the examples online ...
3
votes
1answer
330 views

mutagen: how to detect and embed album art in mp3, flac and mp4

I'd like to be able to detect whether an audio file has embedded album art and, if not, add album art to that file. I'm using mutagen 1) Detecting album art. Is there a simpler method than this ...
3
votes
1answer
1k views

Get album artwork from MP3 file/ID3 tag

I'm trying to get the album artwork from a MP3 file. In this case I use AVAudioPlayer to play the file. Here's the code that I thought would get the album artwork: MPMusicPlayerController ...
1
vote
0answers
146 views

How to get Album art from MediaStore and display it in ImageView in Android?

How to I get Album art from MediaStore and then display it in ImageView. I've searched it and couldn't find working code. Thanks!
1
vote
2answers
819 views

Get album artwork from ID3 tag/Convert function from Java to Objective-C

I've got the following question to ask: How do you compile taglib with an iOS application? I'm a bit confused as I added the folder into my project, tried to compile it, but instead it failed with ...
1
vote
1answer
1k views

android - remove album art from showing in the gallery

We store album art for tracks on the SD card in its own directory for instance "sdcard/app/images/" however those images are showing up in the Gallery. How do we disable this? Thanks in advance
1
vote
1answer
898 views

android create photo album

do you know how to create a folder in which photos will be saved and os and other apps should see that folder as photo album? I need to save photos in a certain album and if album does not exists, I ...
1
vote
1answer
4k views

How do I get Album Thumbnails in Android?

I have a list of albums which I got using this: private List<Album> getAlbums() { Cursor cur = managedQuery(MediaStore.Audio.Media.EXTERNAL_CONTENT_URI, null, null, null, null); ...
0
votes
0answers
12 views

mediaplayer: album and display songs in it

when we click on albums than it should display list of songs in album, i try like this but it displays all the songs in sd card `private OnItemClickListener musicgridlistener1 = new ...
0
votes
0answers
35 views

Get and display album art from audio files using id3

Does anyone know of a way to get and display the album art of an audio file using php. I know that you can get the name, artists, album, year, comment, track, and the genre, but I have not seen ...
0
votes
1answer
137 views

App's album cover - iPhone

I am making an app that plays audio... with each sound piece playing I want to be able to change the "album cover" on the wallpaper of the phone... For example when you play a song on the iPod app it ...
0
votes
1answer
73 views

how to fetch the details of the audio file in iPhone

I made the custom player by using AVAudioPlayer. Now, I want to fetch the details of the audio file such as artist name,album name,etc which is added in the resource folder. MPMusicPlayer provides ...
0
votes
0answers
121 views

TagLib# powershell not showing tags after embedding picture

I started last week looking into powershell and hence I am unfortunately quite a newbie to this matter. Issue description: I wrote a script which converts wma into mp3 files (using ffmpeg). The ...
0
votes
1answer
196 views

Album art not showing when using AudioPlaybackAgent in WP7?

when using the AudioPlaybackAgent in WP7 I create a track before playing it. Now when I create the track everything transfers: the file, the title, the artist, and the album, but for some reason when ...
0
votes
1answer
109 views

Android + get Artworks + Google Music Beta

I'm trying to get the artworks on a device that syncs mp3s with Google Music Beta. So I try the standard approach using a cursor to get all the album IDS and than for each of them the correspondent ...
0
votes
2answers
360 views

Most robust way to fetch album art in Android

Please note that I have already been through similar questions and their answers here and on other websites. I also have a solution that works on some devices (my G2X running CyanogenMod 7.1, my ...
0
votes
1answer
336 views

Record audio in Android

I have recorded audio in 3gp format and keep it in sd card.. this is my code and it run sucessfull.. I need to add an image to that audio file so that the added image will be the album cover & ...
0
votes
1answer
861 views

Android set Album Thumbnail

I have retrieved some cover art for an album (I have the id and a Bitmap) and now I want to set it into the MediaStore. I tried a bunch of stuff: private static final Uri ARTWORK_URI = ...
0
votes
2answers
580 views

add album art to WMA file

I'm using WMP engine to convert audio to WMA format, but I didn't see any API that I can put a alubm art to WMA file. is there a way to do that? Thanks in advance.
-2
votes
1answer
153 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
130 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.