-
To reproduce:
```python
mp3 = music_tag.load_file(mp3_path)
mp3['title'] = 'Title'
mp3['artist'] = 'Artist'
mp3['album'] = 'Album Name'
mp3['tracknumber'] = 2
mp3['genre'] = 'Pop'
mp3['yea…
-
Hey GetID3 folks!
I've been using your great GetID3 for years now, but when I upgraded (belatedly) to the latest version, it broke my system (you can get a look at it at: https://www.oalaig.org/lai…
-
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` => `…
-
Hi!
I'm coming across this error for a simple bit of Spanish translation (from a transcript):
```
Error Traceback (most recent call last)
Error: bad sampl…
-
Hey,
Hope you are doing well,
Before going deep into the project, I have to say, your work is amazing, keep up the good work,
So the issue is, I created some tags and saved them (with the `write`…
-
Every online metadata resource (discogs, RYM, musicbrainz, allmusic) has some form of Release Type field: Album, Single/EP, Live, Compilation, DJ Mix, Audiobook, etc. Sooner or later people are going …
-
```
Support for fetching & embedding album art would be great!
```
Original issue reported on code.google.com by `troycau...@gmail.com` on 17 May 2010 at 12:25
-
When running using an AMI Linux 2 template (Node 10.x, for example), I receive the error:
> Error: Command failed: sox /tmp/file.wav /tmp/file.mp3
> sox: error while loading shared libraries: libg…
-
Deutschewelle does not work. Phoenix and 3 Sat do no work most of the time.
```
WARNING: Failed to download m3u8 information: HTTP Error 403: Forbidden
ERROR: No video formats found; please repor…
-
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…