mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #10834] Support resume on all audio #12629
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/10834
State: closed
Merged: No
I use Jellyfin to listen to multi-hour audio tracks. Not having Jellyfin remember my play position for audio files has been rough. I ended up patching my Jellyfin server build to allow all audio files to
SupportsPositionTicksResume. This causes all playback positions for audio files to be saved.I'm not sure if this is undesirable default behavior for others, but I'd love to have this change incorporated into upstream somehow, even if it needs to be behind a settings toggle (happy to help add this if that's the direction this needs to go).
Changes
All
Audioentity types now default to saving their playback position viaSupportsPositionTicksResume.Issues
See: https://github.com/jellyfin/jellyfin/issues/7228 and https://github.com/jellyfin/jellyfin/issues/2084