Questions tagged [id3v2]

ID3v2 is the second version of the ID3 metadata container specification. It is largely unrelated to ID3v1.

ID3v2 is the second version of the ID3 metadata container specification. It is largely unrelated to ID3v1.

More details at https://en.wikipedia.org/wiki/ID3#ID3v2

116 questions
0
votes
1 answer

Reading the MP3 IDV2 tag size

I am trying to read the size of a ID3V2 tag. my code is supposed to be storing the the first header which contains the identification, version, flags and size in this struct. The code freads from bit 0 to bit 9 and stores it here typedef struct { …
0
votes
1 answer

How to add the album art to a .mp3 file using mp3agic?

I have been trying to set the album art of a mp3 file using the mp3agic library in java. The following code snippet is what i used to do so. Unfortunately this isnt working. The saved image file does not contain the album art nor the set title.…
0
votes
1 answer

Update Google Play Music ID3 tag

I'm making an Android Application which adds id3v2 tag to mp3 files. It is ok but when I open Google Play Music the mp3 tags are not updated. Even if I clear the cache. But when I open my mp3 file tagged into my application in Windows, all tags show…
0
votes
0 answers

ID3v2 GEOB Frame wrong size

i coded a ID3-Tag-Reader with C#, and it works just fine, except the Audio File contains a GEOB-Frame. Reading it's Header is like in every other Frame, so i would get the right size (cause i do in every other Frame). Let's say, i get a size of 7725…
DirtyNative
  • 2,553
  • 2
  • 33
  • 58
0
votes
1 answer

Remove all tags except APIC with TagLib in C++

I wrote a function that is supposed to remove all tags from an MPEG file, except the APIC tag(s), but I'm getting mixed and unpredictable results. Sometimes, all tags except the "year" are correctly removed (this happens most of the time),…
beeb
  • 1,187
  • 11
  • 32
0
votes
3 answers

Get cover art from a music file using JAudioTagger in Java

I'm using JAudioTagger to fetch the metadata from music files, getting the title, year etc is working fine but I am having a problem with getting the cover art. I have not been able to find any examples searching online, any help would be…
Dominic E
  • 23
  • 1
  • 4
0
votes
0 answers

Class to read ID3v2 tags of HLS video stream

I’m developing a sort of Media Player for Windows 10. This player consists in two tracks: one for video and the other for audio. These two streams come as HLS tracks and use H264 and AAC codecs, respectively. The way I have implemented this…
Eva FP
  • 775
  • 9
  • 24
0
votes
1 answer

Support id3v2 tags pictures for each individual song file

I would like to attach a different image to each song in an album. However, as my album is a collection of interviews, I would like to be able to attach a different image to all these interviews. As I've been reading spec, there are support image…
marxin
  • 715
  • 1
  • 10
  • 18
0
votes
1 answer

Charset error while reading ID3 tags

I'm trying to retrieve ID3 tags from mp3 files by using Java ID3Tag Library. But I get some errors while retrieving strings with special characters (çáêü...). So I've converted these strings to byte arrays: ID3v2_4 tag=(ID3v2_4)…
0
votes
1 answer

Does hachoir metadata or libextractor extract covers from ID3v2 and all another formats?

I've tried to use hachoir-metadata to work with multimedia files but I can't find how to parse covers in ID3v2 metadata. I see in source code that it know about a lot of covers tags but dose not return any in parser. And I've even tried to use…
senior_pimiento
  • 702
  • 1
  • 5
  • 15
0
votes
1 answer

VB.Net - Audio Files Album Arts

Basically I'm despaired. I've tried everything I've seen on every Google result concerning this problem. I have a program that is very similar to WMP. It's using axWMP control to play songs and etc. I've got many types of audio files, mp3, m4a, wma,…
Senerio
  • 35
  • 1
  • 9
0
votes
1 answer

Need help from a zLIB expert for VB.NET function

Need to know if I'm wasting my time on this. Using UltraID3lib which does not decompress frames but stores them in an array using an exception function. The flags used says they are compressed but not Encrypted. If the bytes are indeed zLIB…
0
votes
1 answer

Running a batch file on Kid3 ID3 MP3 tagger

I finally gave up after 120 hours of not finding a .NET or javascript/jquery plugin that can read and write to a COMPRESSED custom user frame (TXXX) in ID3v2 MP3 audio file. UltraID3Lib: cannot read or write COMPRESSED Frames (last updated 2009,…
0
votes
4 answers

Null character in fread() and strncpy() in c

I am new programmer in general and I have start working now with c. I am trying to decode the IDEv3 mp3 tag and I came across with a variety of problems. While I was using the fread() and strncpy() commands I have noticed that both need to have the…
Thanos
  • 1,618
  • 4
  • 28
  • 49
0
votes
2 answers

How can i read the ID3v2 tag from the MP3 file in Perl

How can i read the ID3v2 tag from the provided MP3 and print all information in Perl? Sample Code will be appreciated
sT0n3
  • 125
  • 2
  • 13