[BUG] - Podcast Now Playing state and playback position are not restored after restarting Tempo #1112
Unanswered
Gleiderpilot
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Podcast playback state is not restored after closing and reopening Tempo.
While Tempo is open, the podcast episode is shown correctly as the active Now Playing item and plays normally.
However, after closing and reopening the app, Tempo restores the previously played music track instead of the podcast episode.
The previous music track returns at the exact position where it had previously been paused.
The podcast episode does not return as the active Now Playing item, and its playback position is not restored.
Podcast setup
The podcast episodes are provided to Tempo through the normal Navidrome library:
RSS feed → Podcast downloader → NAS music directory → Navidrome scan/index → Navidrome API → Tempo
A separate RSS downloader stores podcast episodes on my NAS, for example:
/mnt/nas-data/Musik, Sounds/Musik/Podcasts/...
Navidrome scans and indexes these files and exposes them through the standard Subsonic/Navidrome API.
Tempo therefore receives the podcast episodes as normal indexed audio files.
To Reproduce
Expected behavior
Tempo should persist the podcast as the current playback item.
After restarting the app:
For example:
Additional context
This appears related to another issue where downloading while a podcast is playing downloads the previously played music track instead.
Both behaviors suggest that the podcast becomes the visible active item during the current app session, but the previous music track may remain stored as the underlying or persisted playback state.
Possibly related to: #1111 [BUG]
All reactions