-
-
Notifications
You must be signed in to change notification settings - Fork 14
Description
The app seems to send the current play position (?) to the server fine, meaning that I can listen on desktop (macOS), stop listening, and resume at the same place on mobile.
However, I noticed yesterday that when I've listened on mobile, Toutui isn't getting my current play position when I want to resume on desktop.
I tried quitting and restarting, as well as the Refresh function, but couldn't get Toutui to play from my current position. I realize that this could be my mobile app not syncing properly, but haven't tested this yet. Writing that, though, makes me realize that I can go to the browser app and check if my current position from mobile is synced, and then launch Toutui and check if it's up to date.
Either way, is there a way to force a server sync, make Toutui fetch the current position for a given book?
UPDATE Just did the test I mentioned.
-
Checked current position for my book in mobile app (Android, most recently used to listen to book): 71%.
-
Launched web app, current position for book: 71%.
-
Launched Toutui, book position: 46% (same as yesterday, before listening to another 25% on mobile).
-
Started book playback in Toutui; position was indeed 46%.
-
Tried Refresh, no change.
-
Refreshed web app; Toutui had sent "new" position (46%) to server.
-
Back in mobile app, played a bit of the book, luckily hadn't gotten the new (46%) position from server yet.
-
Refreshed web app, back to 71% (from the mobile app).
-
Relaunched Toutui, still 46%.
Suggestion: always get fresh status from server before starting playback for a given book, so a - possibly older - position isn't sent to server from Toutui.
As I can't get Toutui to fetch current positions from server (and I'm not skilled enough to check the code myself), I have to stop using it for now 😔