Offline mode
#1260
Replies: 1 comment 1 reply
|
Hey totally! I actually added WebSocket support to the Jellyfin SDK which we're going to use to detect if the server is available. If we can't get a socket open, then we will cancel all networking requests. I'll also add a toggle for manually overriding this as well. Would that cover your use case? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
First off, thanks for building this app! I've recently discovered it and really like it. Great work!
My Jellyfin server is not publicly accessible. I use the app on WiFi, and downloaded the songs I want to have available on the road. When I open the Jellify app while I'm not on the WiFi, it looks like it continuously tries to reach the server and keeps loading. Because of this, I cannot access my downloaded music.
Right now, I enable a site-to-site VPN on my phone, start the playlist I want, and disconnect the VPN again.
It would be great to have some sort of "offline mode" where it just displays all your downloaded music and does not connect to the server.
Thanks!
All reactions