-
eyeD3 (0.8.7) cannot handle german special characters in filenames:
```
eyeD3 --title "Test" "Testäöü.mp3"
Nothing to do
```
But it works the other way around:
```
eyeD3 --title "Testäöü" "…
-
I'm getting this output from eyeD3:
```
Invalid numeric genre ID: 255
Unknown genre ID: 255
```
And I found that there is a `eyed3.id3.GenreException`. Tried to catch that with:
```
try:
…
-
OS: macos 11.2.3
eyeD3 version: 0.9.7b0
If I have an incompatible file and do the following:
```python
import eyed3
audiofile = eyed3.load("img.png")
audiofile.tag.artist = "abc"
audiofile.ta…
ghost updated
2 years ago
-
If I have a filename with UTF-8 characters in it (e.g. "Dvořák_ String Quartet #12 In F,.mp3"), and I run the command (from cmd.exe (in Windows 10 1903), then everything works fine.
`eyeD3 .`
If …
-
Hi, I am working with nodejs on ubuntu, this is my code:
[testId3.txt](https://github.com/Jack12816/id3-writer/files/682816/testId3.txt)
I get this error
[Error: No available write adapters f…
arpho updated
7 years ago
-
2019-12-29 19:28:53 ERROR (MainThread) [homeassistant.helpers.entity] Update for media_player.kitchen fails
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/…
-
When trying
_eyeD3 --remove-frame PRIV --remove-all-comments *.mp3_
in a directory full of mp3's it answers with
_file not found *.mp3_
Same with other file suffixes, with *.* and other ey…
-
(Only relevant parts posted for brevity)
eyeD3 --text-frame TIME:0800 --text-frame TYER:2017 --text-frame TDAT:3012 ok.mp3
```Setting b'TIME' text frame to '0800'
Setting b'TYER' text frame to …
-
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…
-
Attaching two files ripped from the same CD in a single session of Apple's Music.app. Both of them have had subsequent edits, though. For both, exiftool displays many tags, including lyrics and the …