-
Notifications
You must be signed in to change notification settings - Fork 24
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
[Enhancement] Use paginated requests #167
Comments
ShelfPlayer does paginate fetch requests. At what point does the request time out? |
Would it be possible to shrink it down by converting your mp3 to m4b one file for each of your books? ABS has that function built in to convert mp3 multiple files into 1 m4b |
@rasmuslos It happens on the screen that pops up sometimes directly after starting the app, it displays a message saying "Synchronizing progress" (or something like that), which stays open for roughly 15 seconds before switching to the offline screen. |
@gh0sti probably, but it'd also exclude any other players that access my audio book library through other means, like WebDAV, FTP etc, that don't support m4b properly. Considered it, ditched it long ago. Thanks anyway. |
I don’t think that logging in is the issue, it’s the Spotlight index. It isn’t paginated. I disable it for large libraries until it is. |
Did this get pushed as an official release yet? I tried multiple times today and it still doesn't work :(. Is there anything more I can do to help? |
Also worth mentioning, the screen I was talking about above disappeared, but it just shows a loading screen forever. sometimes it manages to load the library once, but stops/hangs as soon as I switch tabs to e.g. the library tab. |
Hello,
my library is so big (about 8000 audio books, but several hundred thousand files) that ABS takes a while to load the entire library. So long in fact that ShelfPlayer stops trying and tells me that i'm offline, and the entire ABS instance becomes unuseable until the process finished. Plus I have to increase my node RAM size to even process the request. The web app doesn't have this problem since it limits the sample size and automatically loads new items in the background when the user scrolls further down.
I'd be great to implement this in ShelfPlayer too, to save some bandwidth and actually allow me to use my server with it ;).
The text was updated successfully, but these errors were encountered: