-
Update the Database to support multiple tags per field. This must go down to the MetadataHandlers supporting custom fields and not-supported-errors bubbling up if required. This also means a huge UI r…
-
#### Steps to reproduce
1. Starting at URL: WordPress.com > My Sites > Site > Media on an *Atomic Site*
2. Upload this .mp3 file to it - https://weteachlang.com/wp-content/uploads/2019/05/Ep-103-Man…
-
I regularly run a flac -t check for my music collection. After upgrading from version 1.3.4 to version 1.4.1 (1.4.0 is also affected) some tests fail with `FLAC__STREAM_DECODER_END_OF_STREAM` that whe…
-
```
I've attached a patch that adds flac tags for all the tracks when ripping as a
single file.
Some players (like the squeezebox) can use the tags in this format.
```
Original issue reported on co…
-
## The problem
The composer tag in the form of numbers is perceived as a genre.
Сomposer 123 becomes A capella
-
WXPSP3
The Russian text is written in ID3V1 are encoded in CP1251 but ID3 shows nonsense (i expect output in 866 - its russian OEM codepage):
```
>id3 -q "%t\n%a\n%l\n%c" russian1.mp3
AAAAAA?CEEEEII…
-
Looks like slash characters in tags are not parsed correctly by rust-id3 and are converted to null terminator character.
Some examples are:
- (artist name) `Alan Walker, Au/Ra, Tomine Harket` => `…
-
### Feature Description
Many streaming services feature the concept of 'liking' or 'favoriting' a track. Some media players, including Apple Music/iTunes, have adopted this concept too, even for loca…
fwcd updated
11 months ago
-
```
I've attached a patch that adds flac tags for all the tracks when ripping as a
single file.
Some players (like the squeezebox) can use the tags in this format.
```
Original issue reported on co…
-
This follows-on from #1871. This current state is as follows
* As before, all tags emitted between `about-to-finish` and `STREAM_START` are added to our `_pending_tags` structure. This may contain …