Background downloads, and more! This is for me the main missing feature from all JF clients. It's not as easy as it sounds though. Jellyfin does not have "optimized versions" support like Plex, and can't pre-transcode files for download. That's why I created the streamyfin-optimized-versions-server. It's used to convert videos into a compatible format before downloading, and enables downloading a single file in the background.
This is pre-release for a reason. This is the first version of the feature and I want to iron out the bugs before making a full release.
Please join our discord if you haven't already
What's Changed
- feat: background downloads by @fredrikburmester in #140
- feat: set downloads button to purple if downloads exist by @Simon-Eklundh in #142
- feat: added support for more libraries to use the recently added section by @Alexk2309 in #151
What's fixed
fix: posters clipping and not clickable on home and search page
fix: fade in/out player when starting video
fix: trying to delete a video would cause the video to play when releasing the finger (android)
fix: small design improvements
fix: music player now works again
New Contributors
- @Alexk2309 made their first contribution in #151
Full Changelog: v0.15.0...v0.16.0-pre