JellyBookOrg / JellyBook

A nice way to read books and comics from Jellyfin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No libraries being shown at all

p-rintz opened this issue · comments

Hi there,

I have been having the issue where no library at all is being shown in the app on both iPad and iPhone. (Newest OS, iPad 6 Mini & iPhone 12)

Running the latest version of the app released yesterday. It hasn't worked before either.

I have one library, with many books.
I have also tried to add things in the library to a collection.

However, this has not helped in being able to view these books in JellyBook.

Please don't hesitate to mention if you need any further information.

image

commented

Hi,

this normally happens when you don't have the correctly named libraries on your server. it must currently be one of the following named libraries (or any upper case version of them)
'comics', 'book', 'comic book', 'book', 'books', 'comic books', 'manga', 'mangas', 'comics & graphic novels', 'graphic novels', 'graphic novel', 'novels', 'novel', 'ebook', 'ebooks'
I'll make it so that on refreshes, you set up which categories you want to include.

I am not sure 100% if this is the case tho. Can you check your jellyfin logs right before and right after trying to load the app (and/or pressing reload) and then send the lines that are added (pls remove any sensitive information like your IP address from it)

Jellyfin log:

Feb 23 18:00:54 jellyfinCT jellyfin[1474154]: [18:00:54] [INF] Authentication request for philipp has succeeded.
Feb 23 18:00:54 jellyfinCT jellyfin[1474154]: [18:00:54] [INF] Current/Max sessions for user philipp: 11/0
Feb 23 18:00:54 jellyfinCT jellyfin[1474154]: [18:00:54] [INF] Reissuing access token: 123123123123123123123123

In the webserver log I can see the following POST&GET requests:

10.0.0.92 - - [23/Feb/2023:18:00:54 +0000]  200 "fin.example.com" "POST /Users/AuthenticateByName HTTP/1.1" 2944 "-" "Dart/2.19 (dart:io)" "-"
10.0.0.92 - - [23/Feb/2023:18:00:54 +0000]  200 "fin.example.com" "GET /Users/123123123123123123123123/Views?includeHidden=true HTTP/1.1" 5931 "-" "Dart/2.19 (dart:io)" "-"

Renaming the library itself to "Novels" worked. I thought you meant the folders inside the library.

I was not aware that was a requirement. Thanks. That solved that. I can see the ebooks now.