jellyfin / jellyfin-expo

Jellyfin Mobile for iOS
https://jellyfin.org
Mozilla Public License 2.0
292 stars 63 forks source link

Improve download support #372

Open thornbill opened 2 years ago

thornbill commented 2 years ago

The following improvements are needed to the initial download implementation

dm3ch commented 12 months ago

Hi! Is there any progress with publically releasing this feature?

thornbill commented 12 months ago

No there is nothing new to report... I've been slacking on working on this app. 😅

dm3ch commented 12 months ago

Is there anything that newby could try to help with?

NoSadBeHappy commented 11 months ago

Once this is finished, will it be integrated in the app to get to the downloaded content? Also will it be supported for music?

anthonylavado commented 11 months ago

@NoSadBeHappy Yes, it would be integrated in the app. It would just be video for now. For music, apps like Finamp do support offline downloads/playback.

NoSadBeHappy commented 11 months ago

@NoSadBeHappy Yes, it would be integrated in the app. It would just be video for now. For music, apps like Finamp do support offline downloads/playback.

Thanks for the quick response! Sounds great. Yeah i knew about finamp, but i don't like the interface as much as the official app, and it also doesen't support artist sorting in offline mode, which is how I ususally like to choose my music.

AlexandruNegura commented 1 month ago

Waiting for this one as well. It would make Plex Pass obsolete :)

hgghyxo commented 1 week ago

Is it possible to introduce a cache to disk system that supports future downloading capabilities ? Currently it feels like every time I reopen the player ( mostly due to very bad network on a train ) it has to download chunks again, even if it was already downloaded. I do a bit of JS coding myself, I might try to look into this later myself, but would like to align with your projects and plan. Thanks