plex_debrid icon indicating copy to clipboard operation
plex_debrid copied to clipboard

Use trakt history to skip download in addition to trakt collection

Open krishne35 opened this issue 1 year ago • 1 comments

Presently implementation only checks for trakt collection to check weather to download or skip the content from the watchlist/user list It will be useful if it check the trakt history too

krishne35 avatar Oct 12 '22 13:10 krishne35

a little more complicated than I initially thought, since trakt does not provide any "watched" attribute when getting movies/shows from the watchlist or the collection. a seperate call needs to be made in order to determine the watch status for each movie and each show. Its still possible to implement this though.

itsToggle avatar Oct 12 '22 16:10 itsToggle

implemented a the trakt watch status, aswell as an optional local file as "library ignore services". This update is currently in testing and is actively worked on, you could already check it out on the experimental branch. There will be bugs though.

itsToggle avatar Oct 28 '22 12:10 itsToggle

implemented in v2.20

itsToggle avatar Nov 01 '22 07:11 itsToggle