-
I found it does work in python3, win10 with eyed3 0.8.5. it can not open a offending filename like '1호선 뮤직 - 열대야.mp3'. all that is because the code for open a file with encode('utf8') in magic.py. An…
-
# Feature Request
## Checklist
- [X] I've searched the bugtracker for similar feature requests including closed ones.
- [X] I will add the enhancement label to the issue.
## Description
H…
-
Are there particular reasons to not simply make [mutagen ](https://mutagen.readthedocs.io/en/latest/) a requirement instead of optional?
Mutagen is cross platform and has no dependencies outide of …
-
Hello,
I'd like to remove comments using the python3 interface of eyed3 (v0.8.0):
audiofile = eyed3.load("somefile.mp3")
for comment in audiofile.tag.comments:
# Show comment
print(comm…
-
### Description
I'm trying to use ffmpeg to process audio files to add metadata and embedded cover art.
For metadata such as title and artist I'm not having problems.
But I'm having troubles embe…
-
### I confirm that:
- [X] I have searched the existing [open AND closed issues](https://github.com/navidrome/navidrome/issues?q=is%3Aissue) to see if an issue already exists for the bug I've encounte…
-
I want to be able to display the embedded lyrics as subtitles when playing music files
-
Python version: 3.12
Elevated powershell: `pip3 install -r requirements.txt`
```
Collecting beautifulsoup4==4.11.1 (from -r requirements.txt (line 1))
Using cached beautifulsoup4-4.11.1-py3-no…
-
I am trying to download the video, but the program returns an error, even though all the links are correct.
[Output.txt](https://github.com/pytube/pytube/files/12043531/Output.txt)
[Code.txt](https:…
-
### Describe your problem
After installing the webinterface does not work as expected. All dynamic elements show a loading animation and the websocket connection fails. Logs show some problem conc…
fgma updated
12 months ago