-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Artwork MIME type causing problems #38
Comments
For example |
i have the same issue. file['artwork'].first.mime did not return the corresponding MIME type but |
I have the exact same issue, I use music-tag for a python script in which I download an artwork as JPG and then add it. It worked previously, but I lost my old installation and seemingly something broke that. Now, my audio artworks are not working in my Jellyfin instance. |
After trying a bit around, I now know what the problem is: |
Same here with the following error without pillow:
|
In a some cases, when adding cover art to file, the type doesn't get recognized and the mime is set to type/None.
This causes some problems when working with audio file readers that rely on this to show the artwork.
Maybe it would be better if it could raise an exception so that users can know whats wrong at least.
The text was updated successfully, but these errors were encountered: