Originally created by @alfureu on GitHub (Jul 27, 2023).
Describe the issue
The issue I have on the Android version of the app is that the podcast section on the server on an episode shows (incorrectly) that an episode is played - for example - 13%, while the bottom player shows that I finished (100%) the episode already. Shouldn't these be synced somehow?
Steps to reproduce the issue
just play any podcast to the end and observe
Audiobookshelf version
2.3.3
How are you running audiobookshelf?
Docker
Originally created by @alfureu on GitHub (Jul 27, 2023).
### Describe the issue
The issue I have on the Android version of the app is that the podcast section on the server on an episode shows (incorrectly) that an episode is played - for example - 13%, while the bottom player shows that I finished (100%) the episode already. Shouldn't these be synced somehow?
### Steps to reproduce the issue
1. just play any podcast to the end and observe
### Audiobookshelf version
2.3.3
### How are you running audiobookshelf?
Docker
adam
added the bug label 2026-04-24 23:32:39 +02:00
You can see that for ~20 seconds the progress bars are not synced. It is not due to the slowness of the server or bad connection, as I am on a gigabit line and there is no stuttering/caching. Also, not very clear why these progress indicators are not synced at all times....
@alfureu commented on GitHub (Jul 30, 2023):
Finally I was able to create a screenshot:

You can see that for ~20 seconds the progress bars are not synced. It is not due to the slowness of the server or bad connection, as I am on a gigabit line and there is no stuttering/caching. Also, not very clear why these progress indicators are not synced at all times....
Progress is synced to the server every 15s or 60s depending on the network connection, this is when timestamps are updated on the page.
@advplyr commented on GitHub (Sep 11, 2023):
Progress is synced to the server every 15s or 60s depending on the network connection, this is when timestamps are updated on the page.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @alfureu on GitHub (Jul 27, 2023).
Describe the issue
The issue I have on the Android version of the app is that the podcast section on the server on an episode shows (incorrectly) that an episode is played - for example - 13%, while the bottom player shows that I finished (100%) the episode already. Shouldn't these be synced somehow?
Steps to reproduce the issue
Audiobookshelf version
2.3.3
How are you running audiobookshelf?
Docker
@nichwall commented on GitHub (Jul 27, 2023):
Is this with streamed or local files?
If local, is the file still linked to the server?
@alfureu commented on GitHub (Jul 27, 2023):
Streamed, the file is on the server
@advplyr commented on GitHub (Jul 27, 2023):
Can you share the version of the mobile app you are using and a screenshot of this issue
@alfureu commented on GitHub (Jul 27, 2023):
Will try to make a screenshot in the morning, the mobile app version is 0.9.65-beta
@alfureu commented on GitHub (Jul 30, 2023):
Finally I was able to create a screenshot:
You can see that for ~20 seconds the progress bars are not synced. It is not due to the slowness of the server or bad connection, as I am on a gigabit line and there is no stuttering/caching. Also, not very clear why these progress indicators are not synced at all times....
@advplyr commented on GitHub (Sep 11, 2023):
Progress is synced to the server every 15s or 60s depending on the network connection, this is when timestamps are updated on the page.