mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
[Issue]: Jellyfin won't read .cbr also Bookshelf don't load metadata #3687
Labels
No labels
area:database
awaiting-feedback
backend
blocked
breaking change: web api
bug
build
ci
confirmed
discussion needed
dotnet future
downstream
duplicate
EFjellyfin.db
enhancement
feature
future
github-actions
good first issue
hdr
help wanted
invalid
investigation
librarydb
live-tv
lyrics
media playback
music
needs testing
nuget
performance
platform
pull-request
question
regression
release critical
requires-web
roadmap
security
security
stale
support
syncplay
ui & ux
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/jellyfin#3687
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Arturitu12 on GitHub (Mar 27, 2022).
Please describe your bug
Hello, I'm trying to add my .cbr comic books to jellyfin but it won't load any content. Files works on local/online reader, but not in jellyfin. I created book-type library and added comics to them with name syntax form docs, I also have bookshelf plugin installed, but it doesn't create any metadata. I also see never ending sppining loading screen when I try to read anything. Please help!
Steps to Reproduce:
Jellyfin Version
10.7.7
if other:
No response
Environment
Jellyfin logs
FFmpeg logs
No response
Please attach any browser or client logs here
No response
Please attach any screenshots here
Code of Conduct
@carif commented on GitHub (Mar 27, 2022):
To fix your metadata:
Could not load ComicInfo metadata for "/biblioteka/komiksy/Batman Zero Year (2014)/Red Hood and the Outlaws #25 (2014).cbr" from XML fileThis means that the bookshelf plug-in couldn't load the metadata which might be placed inside the comic. This makes sense as the bookshelf plug-in can't open cbr files and check them for metadata. Only cbz files.
Could not load external xml from "/biblioteka/komiksy/Batman Zero Year (2014)/ComicInfo.xml".This means that the fallback did not work either as the bookshelf plugin could not find a file named
ComicInfo.xmlat the given path:/biblioteka/komiksy/Batman Zero Year (2014)/ComicInfo.xmlPlacing a
ComicInfo.xmlfile (which contains the metadata) at the given location should fix your metadata problem.The bookshelf plug-in itself doesn't (yet) grab any metadata from the internet except from Google Books (in my experience, Google Books won't find many of my books and comics/mangas). It mainly relies on local files providing the necessary information.
Regarding your issue with
cbrfiles not loading: I can't help much as I don't have any of those. All I can say is, for cbz files, it might take a few minutes for the comic to load.@Arturitu12 commented on GitHub (Mar 28, 2022):
I see about metadata, i'll add it manualy, but CBR won't start working! I tried with converted to Epub and all works fine but now i need to convert all my comics :(( Ok, i'll try but hope to see some better support in future. Cause wiki clearly claims that jellyfin reads CBR but it does not. Thanks anyway, i'll keep this isseu open as CBR support is still bugged
@Arturitu12 commented on GitHub (Mar 28, 2022):
I used ComicRack to convert my comics from CBR to CBZ with Comicinfo.xml it works now but i don't know why but in reader theres additional page at start:

Maybe reader also tries to read Comicinfo.xml ?
@carif commented on GitHub (Mar 28, 2022):
Yes. To be more precise, it did read everything that was inside the comic as the reader couldn't differentiate between a page and everything else. That's fixed in Jellyfin-Web 10.8.0 (since Beta 1).
Hm... not sure why. I don't have access right now to my 10.7 instance, but in my 10.8 development instance, cbr files did load on my PC. Thought I only tested it with a file I created out of two random images instead of a real comic.
Maybe someone else can help more with the cbr issue.
@Arturitu12 commented on GitHub (Mar 28, 2022):
Maybe it's then a 10.7.7 bug, can't wait to test 10.8 but don't want to play with beta for now. Thanks ;)
@jellyfin-bot commented on GitHub (Jul 27, 2022):
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.
@craftersshaft commented on GitHub (Jan 8, 2024):
is there a way to load cbr/cbz files without ComicInfo.xml? is there a program to generate it or should it show even without it?