Syncing Play Progress from Trakt to Plex #1885
-
Hello there! I've been using PlexTraktSync to keep my watch statuses synchronized between Plex and Trakt, which works perfectly. However, I'm seeking a solution to also sync the playback progress for movies and TV shows from Trakt into Plex (so scrobbling is not what I am looking for). I would like to continue watching content on Plex right where I left off in Kodi, ensuring a seamless transition between platforms without the need to manually remember where I paused (it's of course fine if I have to trigger a sync first). Does anyone have any insights or methods to achieve this? In summary I'm looking for ways to import my playback progress from Trakt directly into Plex, focusing on the current play position rather than just the watched status. Any guidance or suggestions you could share would be immensely appreciated. Thank you in advance for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
find from plex python api, do they offer any methods to retrieve and set watch status point, if they do, then maybe it's doable to sync also play status. and what plex addon you refer? please link. |
Beta Was this translation helpful? Give feedback.
-
Started something: currently, it's able to sync from trakt to plex. I have ran myself the code only with |
Beta Was this translation helpful? Give feedback.
Started something:
currently, it's able to sync from trakt to plex. I have ran myself the code only with
--dry-run