-
Notifications
You must be signed in to change notification settings - Fork 506
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync read page progress with trackers #236
Comments
This would be a great addition. Happens quite often I might be reading a comic on one device, then I want to finish it on another device |
I don't think trackers are meant for syncing read progress across devices at such granularity. That said, I tried to implement a workable version of page-based Komga tracker for myself. It's a fast and crude solution though: to sync you have to click tracker icon, wait for a few seconds before close the dialog for the request to be done and page progress writen to the DB. |
Awesome! If you can share an APK for it I'd love to test it out. I've been using syncyomi with komikku |
app-dev-arm64-v8a-preview.apk.zip
For Komga it would be easier to just send read-progress requests in app to achieve sync. In this implementation, you can see the page progress get updated in Komga web app each time you turned page in Mihon, cuz it uses a event stream to get updates from server in real time. However to sync server progress to Mihon you need to manually trigger tracker refreshing. |
It's working great so far. Thank you so much for sharing. |
I just installed your Mihon apk but to me the tracking does not work. Should I do anything in particular? I am reading a manga from Komga. when I try to enable "Tracking" I have the "Update progress after reading" enabled as well as the Komga 'enhanced tracker'. However, it seems no page progress is synced to Komga :/ |
Update: I managed to get the syncing but it seems only one way: only mihon sends page reading progress to komga but if I advance reading on komga the progress is not synced back to mihon. Is this the supposed behavior? |
To do this, click the tracker button for the comic, it should show the kkmga sync progress which then syncs mihon with the komga seever in the background |
@kanjieater yes I had managed the syncing but I wrote a later reply where I got the syncing work but it seems only one way: Mihon sends page progress to komga web interface but if I progress a comic from the web interface that is not synced back in Mihon. But I don't know if that is the expected behavior? |
No - im telling you you have to click the tracker manually each time to get komga to sync to mihon. |
Thank you it worked. I really had to spend some time in understanding this tracker button to tap because it doesn't look like a button at all. In an ideal world, I would have liked that there should be no need to "tap to sync" but I understand that at the moment this is the best that it is. Thank you for the APK and I hope your PR gets pushed through! |
The tracking function based on chapters is far from precise. I can't remember the page number I've read last time but I hope to sync the progress between some devices linked to Komga. Hope to see this feature soon, at least just tell Komga like "Chapter 3, Page 128". |
Describe your suggested feature
Currently the behavior of only syncing when a chapter is read is limiting. If mihon could sync per page, you could read something on your phone, then pick up where you left off on a desktop or other device.
There has been interest voiced for this with Komga, suwayomi, to name a few.
Original issue was here https://github.com/tachiyomiorg/tachiyomi/issues/5978
Other details
No response
Acknowledgements
The text was updated successfully, but these errors were encountered: