mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #9023] Zip downloads if item has multiple streams #11945
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/jellyfin/jellyfin/pull/9023
State: closed
Merged: No
Changes
Allows to conveniently download additional items (external subtitles, external audio etc) on items. These should now all be downloaded in a single zip.
The ZIP file is generated on the fly (streaming copy). No compression is used for performance, since media files are usually incompressible anyway this should not increase filesizes noticeably.
Issues
N/A