-
Notifications
You must be signed in to change notification settings - Fork 109
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: Add keep watched to liked lists #1832
Conversation
Now I found this not compatible with my own uses. I want some lists to be keep watched and others not. For example, collections, I would rather keep watched: but some dynamic lists, I rather do not keep watched: now question about this is config syntax. how to do that? i was thinking of global config ( # Configuration for liked lists
liked_lists:
order: rank
# Whether to keep watched items in the list
keep_watched: false
# Configuration override for specific lists
liked_list:
"The Melchior Collection":
keep_watched: false
order: released comments on section names or syntax? |
I think this setting should not be added in plextraktsync. The proper way for this use case is to create Plex smart collections from trakt lists. In Plex smart collections, you can add a |
So this whole PR could be replaced with this feature request? i.e. switch to collections and not have it configurable? |
so, summary:
or the second option can stay manual? |
The API allows to create smart playlist. Do you know exactly what difference is between smart collection and smart playlist ? I suggest to discuss it in the feature request #1667 |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
as refactoring playlists to collections is not getting smooth. and it's also getting complicated there, as can't replace playlists with collections, so need to support both variants (#1667 (comment)). I'll continue finishing this and adding per list override. I'm proposing such syntax. I also included example options that could be configured in the future (like order). # Configuration for liked lists
liked_lists:
order: rank
# Whether to keep watched items in the list
keep_watched: false
# Configuration override for specific lists
liked_list:
"The Melchior Collection":
keep_watched: false
order: released |
ea82b33
to
e1ee701
Compare
Also adds new config:
You can also override
keep_watched
per list:Refs: