-
I have some MP3 files (copyrighted, so I can't provide them) for which eyeD3 doesn't print any info. Other utilities (e.g. `kid3` and `ffprobe` and KDE's Dolphin file browser) are able to show the met…
-
Hello, I'am using python 3.7.3 from miniconda on vs 2019 on win10.
I have installed eyeD3 and its requirements.
Yet when I tried to import eyeD3 on cmd it ran errorly:
Python 3.7.3 (default, Mar…
-
I'm a touch lost as to where to go from here. I need to set the recording_date value to a specific date. I've tried as a string, datetime.datetime, and even eyed3.core.Date objects and all fail in som…
iarp updated
6 months ago
-
For some tracks I see "ERROR: unable to download video data: HTTP Error 403: Forbidden" like messages.
Then an IOError is raised in add_track_metadata function:
File "hades.py", line 129, in add_t…
-
Ticket migrated from https://github.com/nicfit/MishMash/issues/810 that is of this library
```
ERROR:mishmash:'utf-8' codec can't decode byte 0xff in position 0: invalid start byte
Traceback (mo…
Mte90 updated
2 years ago
-
Hello. I acknowledge that this is probably not a problem with eyeD3 itself, and I apologize if I'm missing something that should be obvious.
I'm using Linux Mint 21.2 Cinnamon, so I installed eyeD3…
-
The current `eyeD3` package installs a lot of (useless) files outside the module directory.
## How to reproduce (1)
```console
$ python -m venv .venv
$ source .venv/bin/activate
$ pip install…
-
in `install.sh` check for dependencies:
- `libav-tools` which contains `avconv`
- `python3`
- `python-pip`
- `youtube-dl` (From python-pip)
- `eyeD3`
-
When I run this command (notice the `ō`, which is [this char](https://www.fileformat.info/info/unicode/char/014d/index.htm)):
```
eyeD3.exe -P lameinfo -l debug C\:/Users/Christiaan/Music/test\ trac…
-
Since test dependencies is located in `[tool.poetry.dependencies]`, poetry trying to resolve they. Even they are optional.
https://github.com/nicfit/eyeD3/blob/3c073bb27db0ca2078037fe566fb9631aae094b…