Replies: 1 comment
-
This is why with Trakt when using the webhook new additions to a Plex movie library work reasonably well, but TV series are iffy. Once any episode of a TV series has been marked as collected, future episode additions to the media library of that series work well enough. It's just the first instance that doesn't always get picked up, especially if there's multiple episodes being added at once. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I'd like a function, like Trakt has, where, if I put a tv-show or episode in my media library, the episode would appear on Yamtrack as "Collected" and also be added to the calendar automatically (maybe this coud be a setting, "add collected to upcoming" if not everyone wants it).
I read up a bit on plex webhooks and that would not be a good way to do it. Plex does send webhooks with event "library.new", but it's a one and done. If Yamtrack would, for any reason, not get that message then it wont be resent. Also already collected media would never be retroactively added, or removed when deleting media.
What I use today, for Plex > Trakt, is this python script: https://github.com/Taxel/PlexTraktSync
It scans the media library, compares the data to what trakt has, and then adds the modified data to Trakt. Maybe that can be used as a base and/or be incorporated into Yamtracks "import data" and set to a scheudule. with that kind of sync then "Collected" utems would also be removed as "Collected" when deleting.
Beta Was this translation helpful? Give feedback.
All reactions