-
It should include: basic info quick view, lossless info (cue/ape/wav info), ID3v1, ID3v2, album cover (rewrite selected image into file or export existed one)
-
String#force_encoding and Regexp::FIXEDENCODING don't work with ruby 1.8, and both are used in ID3V2::add_picture.
Furthermore, reading an id3v2 tag with an APIC frame fails because iconv blows up …
-
```
As described in http://www.id3.org/id3v2-accessibility-1.0
```
Original issue reported on code.google.com by `svollbehr` on 31 May 2009 at 4:58
-
```
As described in http://www.id3.org/id3v2-chapters-1.0
```
Original issue reported on code.google.com by `svollbehr` on 31 May 2009 at 4:59
-
The "synchronized lyrics" plugin tries to read an `.lrc` file with the same name as the current audio file.
- MP3's ID3v2 defines the `SYLT` tag for that: http://id3.org/id3v2.3.0#Synchronised_lyrics.…
-
1. I'm trying to read metadata from mp3 files, however, some images in 'Disc' position were not found when using ``MetadataGod.getMetadata()`` method.
That mp3 file with id3v2 format metadata has an …
-
## I'm submitting a...
[ ] Regression
[x] Bug report
[ ] Feature request
## I'm using these versions
* Windows version: Windows 10 build 19042
* Dopamine version: 2.05
## Reproduction …
-
I've been trying to figure out the cause of a Unicode issue in Shuttle (and also the Timber media player).
See the first picture below, song title 8 has a right quotation mark (Unicode 0x2019) and …
-
```
Currently only Album, Artist and Year are shown under Albums, View Details.
I would like to see more ID3v2.3 tag info, for example:
- Album Artist / Band (TPE2)
- Composer (TCOM)
- Conductor (TP…
-
Currently the [rust id3](https://github.com/polyfloyd/rust-id3) crate defaults to parsing id3 tags as Id3v2.x. It will fail to parse a tag that is v1. The plugin should fallback to v1 if v2 fails.