-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[Issue]: Thousands of "Error reading image tag" #8869
Comments
Looks like a TagLib issue |
This issue has gone 120 days without comment. To avoid abandoned issues, it will be closed in 21 days if there are no new comments. If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release or master branch, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label. This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on Matrix or Social Media. |
this issue is affecting me with version 10.8.13 running on windows 11 pro slightly different error though:
|
I also have this problem. I get the same error as original poster. |
I am also having this issue with supposed JPEG files (at least they do work as JPEG files on my system). It seems, that Jellyfin uses the most recent version TagLibSharp (v2.3.0). It in turn uses ImageSharp v1.0.4 (see https://github.com/mono/taglib-sharp/blob/main/src/TaglibSharp.Tests/TaglibSharp.Tests.csproj). Now while I am not sure if it's e.g. a WebP file, before I got here, I found https://stackoverflow.com/questions/70792715/getting-missing-soi-marker-from-jpegdecoderr and SixLabors/ImageSharp#121, which contain some info about missing SOI markers. I also found, that ImageSharp's newest version is v3.1.4 (not v1.0.4), meaning, that TagLibSharp is old. Therefore they should introduce a fix if possible, though seeing as major versions have changed, I'd expect breaking changes. Perhaps someone can make a PR over there and then perhaps over here, but sadly I don't have the time necessary to do this properly. |
We are moving away from the unmaintained taglib: #11879 |
Please describe your bug
While scanning my photos library, I get thousands of errors like this one:
What's more, it appears that these items are never actually indexed, as it does this lengthy scan again and again (taking hours each time).
I would be happy to send a sample image to someone privately.
The image tags, if they exist, would have been written by digikam.
This is Jellyfin 10.8.8
Jellyfin Version
10.8.0
if other:
No response
Environment
Jellyfin logs
FFmpeg logs
Please attach any browser or client logs here
n/a
Please attach any screenshots here
n/a
Code of Conduct
The text was updated successfully, but these errors were encountered: