Top "Id3" questions

ID3 is a metadata container (often used with MP3s) which can be used to store details about the enclosing file.

Android - Reading ID3 tags from mp3 stream

I'm streaming an mp3 file using MediaPlayer mp.setDataSource(myContext, Uri.parse("http://my_song.mp3")); mp.prepareAsync(); mp.setOnPreparedListener(…

java android android-mediaplayer id3
Get the Ringtone title from RingtonePreference

I have a RingtonePreference that is used to select a ringtone that is broadcasted to a receiver used in an …

android id3 ringtone preferenceactivity
Text encoding in ID3v2.3 tags

Thanks to this site and a few others, I've created some simple code to read ID3v2.3 tags from MP3 …

unicode encoding hex ascii id3
jAudiotagger - How to create custom TXXX tags

I want to create/add a custom ID3 tag to a MP3 (ID3v2.3 or ID3v2.4). There is a …

java mp3 id3 id3-tag
How do I read album artwork using python?

In my searches I have found that there are a few libraries that might be able to do this by …

python object mp3 id3
Python - Add ID3 tags to mp3 file that has NO tags

I get a lot of podcasts that have no ID3 tags in them. I've tried a number of tools that …

python id3
What happened to the "TagLib#" library?

What is the current status of TagLib# (TagLib sharp)? The official homepage www.taglib-sharp.com (link removed due to the …

c# mp3 id3 taglib-sharp
Adding Cover Art to downloaded mp3 on Android

How do I add a cover art (album art) to a downloaded mp3 programmatically? I am letting my app download …

android mp3 id3 download-manager id3-tag
How Does One Read Bytes from File in Python

Similar to this question, I am trying to read in an ID3v2 tag header and am having trouble figuring …

python id3
Ruby mp3 Id3 parsing

Currently I'm working on a music project, dealing with user mp3 uploads. The problem is that I can't find an …

ruby mp3 id3