[PR #10834] Support resume on all audio #12629

Closed
opened 2026-02-07 06:59:11 +03:00 by OVERLORD · 0 comments
Owner

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).

Screenshot from 2024-01-08 21-29-44

Changes

All Audio entity types now default to saving their playback position via SupportsPositionTicksResume.

Issues

See: https://github.com/jellyfin/jellyfin/issues/7228 and https://github.com/jellyfin/jellyfin/issues/2084

**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). ![Screenshot from 2024-01-08 21-29-44](https://github.com/jellyfin/jellyfin/assets/44368/ac7fa96a-849d-47db-8e7f-ac72e51f29f5) **Changes** All `Audio` entity types now default to saving their playback position via `SupportsPositionTicksResume`. **Issues** See: https://github.com/jellyfin/jellyfin/issues/7228 and https://github.com/jellyfin/jellyfin/issues/2084
OVERLORD added the pull-request label 2026-02-07 06:59:11 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#12629