mirror of
https://github.com/bbara04/Purefin.git
synced 2026-04-07 10:21:47 +02:00
feat: add movie download support using Media3 DownloadService
Implement media downloading with foreground notification showing progress percentage and speed. Uses Media3's DownloadManager + SimpleCache with OkHttp datasource for authenticated Jellyfin downloads. Downloaded movies are saved to the offline database and the player reads from cache automatically via CacheDataSource.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
<resources>
|
||||
<string name="app_name">Purefin</string>
|
||||
<string name="download_channel_name">Downloads</string>
|
||||
<string name="download_channel_description">Media download progress</string>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user