Taxel / PlexTraktSync

A python script that syncs the movies, shows and ratings between trakt and Plex (without needing a PlexPass or Trakt VIP subscription)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: Option for clear-collections to only remove items not in Plex's library

kvl19 opened this issue · comments

Feature description

Would be great if possible to have the option to remove items that are in Trakt's collection but not in Plex's library

Use case

User has Movie A In Plex's library, and in Trakt's Collection.
User deletes Movie A from Plex's library
User run Plextraktsync clear-collections --remove-items-not-in-library
Expected Result: Movie A should be removed from Trakt's Collection.

Duplicate of #374

Set clear_collected: true for sync config works.

Thanks