-
Notifications
You must be signed in to change notification settings - Fork 106
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
Feature request: Add optional config setting to remove watched items from watchlists #1494
Comments
Should the setting be global? or trakt and plex should have own option? |
As far as I know, Trakt automatically removes watched items from watchlist. From trakt.tv :
|
That doesn't really give answer. As you can still put items to trakt playlist if the item is watched. trakt only removes when scrobble ends or you add watch date. so you could still use plextraktsync to sync over. I suppose their use case would be that you want to rewatch. so the flag would make sense for sync.plex_to_trakt as well also, there's trakt lists, this option would only be effect on watchlist, not trakt lists? if trakt/plex lists it probably should be configurable per list. |
I don't understand how the rewatch usecase needs PTS to remove an item from trakt watchlist. |
I mean pts can add item back to trakt watchlist if it's present in plex watchlist. in response to your statement: |
No, pts will not add it back because it will be already removed from Plex watchlist with the setting |
you are talking about the future. but I'm speaking of current behavior and when remove_watched_from_watchlist = false. pointless discussion. all I wanted to say that your statement is not answering the question should it be global or plex only option. because you can add watched item in trakt watchlist. |
Usecases are important. No need to code things for impossible usecase. |
it's simple usecase: keep trakt watchlist synced with plex watchlist, like it's now. whether it's practical, is other question. but since the request here is to make it configurable, it's practical for someone. |
After I watch a movie on plex I go to remove it from watchlist + remove it from watchlist from trakt. |
That's precisely the scenario I explained. |
and I explained that you can use pts to sync the status back. |
Any news on this? For me the usecase would be: |
watched lists are always yours, what you probably have in mind is liked lists, their behaviour is somewhat different anyway. this issue is about watch list syncing. |
Okay, should I open an additional feature request for this? |
@Bart1909 if you want the feature then yes, you should describe what you want. |
Feature description
Add optional config setting to remove watched items from watchlists.
Use case
For users who want to keep their watchlists organized with only content they have not yet watched.
Plan to implement
When I get some time I might consider making a pull request for this issue. But it will probably be easier for someone with more experience in this repo to implement this.
Intended usage
New config setting:
remove_watched_from_watchlists = true/false
For watchlists:
The text was updated successfully, but these errors were encountered: