-
For some libraries, users might decide to store ID3v2.3 tags for greater compatibility with older software (as opposed to the ID3v2.4 default).
Now ID3v2.4 allows storing multiple tags of the same …
-
It would also be nice (not high priority) to search for moods as used by MusicBrainz and others.
These store (separated/multiple) textual tags in TMOO (MP3, id3v2), "MOOD" (Vorbis), "Mood" (APEv2),…
-
I have some mp3 files that have id3v2.4.0 tags and id3v1.1 tags.
I use kid3 for writing the tags.
When I try to make a change to the lyrics of an mp3 in jajuk and save it all id3v2.4.0 tags in this fi…
-
```
ID3v1.1 has a numeric Genre. In ID3v2.x you should have the genre string
set to tcon->text, or possibly with a proper reference to ID3v1.1 genre.
Here's the v2.3 specs about it:
The 'Content t…
-
### 附带PR?
否
### 功能描述
![image](https://github.com/user-attachments/assets/ef764203-453e-4dfc-ae02-596fcc6de75c)
![image](https://github.com/user-attachments/assets/5e1d9cc9-a714-43ee-a256-f4e43471b…
-
Hello,
The problem does not appear when you use only id3v2
PHP 7.4.16
GETID3_VERSION 1.9.20-202006061653
Code:
write 'id3v1', 'id3v2.4':
```php
$TagFormatsToWrite = ['id3v1', 'id3v2.4'];
…
-
Привет, в JS я новичёк, мог не правильно задать вопрос.
Если я правильно понял твоя функция асинхронная, когда я пытаюсь получить её результат я получаю "undefined".
```
function Title(_file) {
…
-
I get an error when I try to load an mp3 file.
```
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at TagLib.Id3v2.RelativeVolumeFrame.ParseFields(ByteVector data, …
-
ID3v2.4 text information frames can contain multiple strings, whereas in ID3v2.3 and earlier they can only contain one. From the ID3v2.4 specification:
```
The text information frames are often the m…
-
The audio in the project is handled by the [Minim library](http://code.compartmental.net/minim/). This library is yelling errors at runtime. The sources of the errors are unknown and a solution must b…