What problem does this solve?
The app currently saves Android downloads on internal storage. This limits usable space for downloaded media and makes it hard to use an SD card or external storage for downloads.
Proposed solution
It would be great if the app allowed users to specify a custom download location on Android. That way an SD card could be used for downloading larger media files without worrying about filling internal drive space.
Platform
Android
Alternatives considered
Could allow the entire app to be installed on external storage by setting android:installLocation="auto", which I believe is what the official Jellyfin app does.
Additional context
No response
What problem does this solve?
The app currently saves Android downloads on internal storage. This limits usable space for downloaded media and makes it hard to use an SD card or external storage for downloads.
Proposed solution
It would be great if the app allowed users to specify a custom download location on Android. That way an SD card could be used for downloading larger media files without worrying about filling internal drive space.
Platform
Android
Alternatives considered
Could allow the entire app to be installed on external storage by setting
android:installLocation="auto", which I believe is what the official Jellyfin app does.Additional context
No response