-
After audio data is loaded we need to parse and populate the id3 property of the Audio class.
-
There are many other possible id3 tags than the ones available to set in the options.
https://id3.org/id3v2.3.0#Declared_ID3v2_frames
Is there way to set these with this library?
-
Hi,
I just switched from ID3v2.3 to v2.4 using your fantastic plugin (thank you very much!).
I understand that in v2.4 there are no separators needed anymore.
But when I check the tags like comment:S…
-
When loudgaining MP3 files that have a _Lyrics3v2_ tag at the end, loudgain will display `Error while sending a packet to the decoder` for each such file (but still proceed). This is non-critical sinc…
-
If I make changes to a files Comment metadata using NG's metadata editor it defaults to writing in ID3v1.1 and erases the Comment metadata in the ID3v2.x (tried this and replicated it with ID3v2.2, 2.…
-
Originally reported by: **Christoph Reiter (Bitbucket: [lazka](http://bitbucket.org/lazka), GitHub: [lazka](http://github.com/lazka))**
---
Windows partly ignores id3v2.4 tags, prepends a new 2.3 ta…
lazka updated
6 years ago
-
**Now:**
Mp3File mp3file = new Mp3File("mpthreetest.mp3");
ID3v2 id3v24Tag = new ID3v24Tag();
mp3file.setId3v2Tag(id3v24Tag);
id3v24Tag.setArtist("Test"…
-
Use IdSharp example or use library in my program, if ID3v2.4 change to 2.3, unicode character change to ??? ,and will fail forever, unless delet ID3V2, but 2.3 change to 2.4 is correct.
![image 4](htt…
-
If the input flac contains strange multibyte characters it results in the output mp3 to have bad id3v2.3 tags.
Some tag parsers do not care about this. `mediainfo` shows the full tags. but `ffprob…
-
Grabbing module names like 'general', 'misc', and 'id3v2' is probably not a good plan. It would be good if it were possible to install the package as, say, 'lamt.id3v2' and so on.
See, for example…