Tagged Questions
The id3-tag tag has no wiki summary.
8
votes
4answers
4k views
How to read and write ID3 tags to an MP3 in C#?
Is there a library for reading and writing ID3 tags to an MP3 in C#?
I've actually seen a couple when searching, anybody using any that can be recommended?
2
votes
3answers
266 views
Why are there Synchsafe Integer?
I started reading mp3-files in c++.
All went well until i read the specs of the ID3-Tag. There are some information in ID3v2-Header about it's size stored in so called Synchsafe Integer. That is a ...
2
votes
3answers
1k views
writing APIC to mp3 file with getid3 (id3v2)
I am trying to write APIC picture to mp3 file with getid3. here is the code;
$cover = "/home/user/public_html/artwork/cover.jpg";
$TagData['attached_picture'][]=array(
'picturetypeid'=>2, // ...
2
votes
1answer
167 views
Get/Setting the Title for videos with C#
I've looked into a couple of libraries, and have only been able to find ID3 libraries for music files. I need a way to edit the "title" field of a couple common video titles. Does anybody have any ...
1
vote
1answer
209 views
Having trouble writing ArtWork with Taglib-sharp 2.0.4.0 in .Net
I'm having trouble with writing artwork in an MP3 File.
I'm able to read and display all the artwork inside the MP3 file, using Taglib-sharp, but when it comes to insert more than 1 Picture ...
1
vote
1answer
82 views
Copy values of a mp3 tag to another tag for a batch of MP3 files
I have a large MP3 directory and somehow the values of album tags (or album names) of the files (for all of them, hundreds) are actually the values of artist tags (or artist names) and vice-versa.
...
1
vote
1answer
294 views
Extract Album Art Image of MP3 URL
I am trying to extract album art image from mp3 URLs. I am basically having several MP3 URLs set, and I am playing them on a website, but I do not have album art of the songs. How can I get it? Is it ...
1
vote
2answers
86 views
Extract Song Information from Embedded Mp3 file, ID3 classes
I am building an application whereby streams live online radio, everything is working fine.
I just need a few tips on how to extract the song information from the embedded mp3 file and display it on ...
1
vote
0answers
151 views
Reading/writing Unicode to ID3v2 using jid3lib
I'm trying to write an application using jid3lib and have pretty much everything working in terms of reading/writing id3v1 but for v2 unicode I can't figure out the best course of action for ...
1
vote
2answers
643 views
Reading mp3 tag information in vb.net
I'm doing a project in VB.NET 2005, in which I have to extract the tag information of mp3 files. For that purpose I have used code in this page. But the issue is when one of the tag is empty, it ...
1
vote
2answers
966 views
Read ID3 Tags of an MP3 file
I am trying to read ID3 from a mp3 file thats locally stored in the SD card.
I wanna basically fetch
Title
Artist
Album
Track Length
Album Art
1
vote
1answer
113 views
id3 tag encoding problem in PHP
I'm now extracting id3 tags from MP3 files in my php page with the help of getid3 library, which is a lib extracting id3 tags written in php. Something really wired is that part of the metadata is in ...
1
vote
2answers
75 views
Taglib errors/warnings
I'm using the c bindings for taglib 1.6.3. When opening a file with taglib_file_new, messages are printed to stderr. How can I control and use these messages? In particular, I would like to catch and ...
1
vote
2answers
657 views
Objective-C ID3 framework?
I am trying to add/replace album art of MP3 files. Is there an Objective-C framework that will allow me to do this? If not, what the best way to do this? I don't mind using C or C++ but it's better if ...
1
vote
1answer
207 views
write new id3v2-tags in mp3-headers (actionscript-3)
Hello is it possible to write new id3v2 tags to a mp3-file through actionscript?
Normally you can read/write tags like artist,album,genre...
But I would like to add for example the tag "atmosphere = ...
1
vote
1answer
546 views
Can't read ID3 tags after Froyo update?
I have a music player app on the Market and my users starting reporting problems with music showing up as "Unknown Artist" and "Unknown Title" after the Froyo update. I have noticed the same behavior ...
0
votes
0answers
25 views
ruby-taglib and resource balancing (freeing file handles)?
Friends,
I am trying to processing a huge amount of audio files using a Ruby (1.9.3) script by scanning their ID3-Tags using the pretty fast ruby-taglib (0.2.1 via Gem-Server) library.
Here is a ...
0
votes
0answers
37 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
2answers
148 views
Is there a library in Objective-C to edit id3 tags in mp3 files?
I need to generate test data and would like to do it with Objective-C in Xcode. So far I have not found an id3 tag library for Objective-C that writes data. I have found a few libraries which can read ...
0
votes
1answer
54 views
How should I generate mp3 files with unique id3 data for test data?
I am working with the iPod library on iOS to access audio for an audio player app and to properly test my system I need to generate a large number of test data. This means lots of mp3 files (and ...
0
votes
1answer
174 views
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 TXXX tag for this purpose, but I don't know how to create it using the library jAudiotagger.
0
votes
1answer
60 views
jaudiotagger get mp3 frequency
Anyone knows how to get mp3 Frequency (in Hz) using jaudiotagger library for Java? jaudiotagger site
0
votes
1answer
19 views
How many characters can I store in an ID3v2 comment?
I'm trying to find some definite information on the length comment area in ID3v2 tags. In the spec it doesn't mention anything concrete(or I just don't understand it).
Thanks for your help
0
votes
1answer
96 views
Is it possible to use the standard Music application to select an audio file?
in my application, I want to be able to select an audio file which is on the device to be used. The standard audio player in Android 2.3 "Music" offers everything I need to fullfill the requirements. ...
0
votes
1answer
342 views
read / write mp4 id3 tags with PHP
I need to be able to at very least read and preferably write id3 tags connected to an mp4 video file.
I've looked into using getId3() but it's got so many functions that finding those applicable to ...
0
votes
1answer
627 views
ffmpeg get meta data in php or python
I am trying to parse ffmpeg output in php to extract all meta data of a mp3 URL.
Is there any pre-written API or something in php or python?
We can use this command to generate a new mp3 file with ...
0
votes
0answers
118 views
How to get 'Custom data' information from ID3 tag in Android?
Apart from Title, Artist Name and Album, I want to extract 'Custom' data tag for media file. I am able to get basic ID3 data (i.e. Artist, Album, Title etc.) using android MediaStore class.
0
votes
1answer
330 views
failed to link example program using id3 library
i am trying to use lib id3 to access mp3 tags with the ultimate aim of accessing album art from mp3 music files.
The problem is that i have even failed to compile the example programs that come ...
0
votes
2answers
473 views
How to get ID3 tags for media files on iPhone
I need some help.
The situation looks like this:
I can get list of media files (mp3s, m4as, m4vs an so on) with link to the file (looks like:
http://10.0.1.1/Media/Files%20Folder/File%20Itself.m4v
...
0
votes
1answer
156 views
id3 tag for remote using java
i want to know how to get audio information from remote link using java.
thanks and advance
0
votes
5answers
1k views
Command line tool to edit mp3 ID3 tags
I want a simple command line tool running on Windows Xp(or even cross platform) similar in functionality to Mp3tag to edit mp3 ID3 tags. I mostly want to organize my music according to artist , genre ...
-3
votes
2answers
68 views
how to extract lyrics from an mp3 in java
Could someone explain how to extract the lyrics from an mp3 file?I tried but I c'ant get any documents for this purpose.Just like the album art, how can we extract it in to a text file? Is it ...