You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If this already exists I apologize in advance, but I couldn't find something like this. Perhaps the idea I'm about to share may be a good way to offer this feature even if it already exists in another format.
I propose the ability to set settings for syncing preferences in a config.yml or json type file in the script directory.
This file would indicate to the script when it runs which options the user prefers, so that we do not need to answer questions at script runtime (unless the settings are not set in the file yet).
The settings I can think of being useful to me are as follows:
Any of the below options can be combined as one way (IMDB > Trakt) or (Trakt > IMDB) or both ways.
Sync only watchlist.
Sync only ratings.
Sync only reviews.
Sync only watch history.
Sync any combination of the above.
For instance, I want to only sync IMDB watchlist from IMDB > Trakt, but not the other way around. And I want to sync watch history from Trakt > IMDB. I want ratings to be synced both ways always.
I can imagine the YML looking something along these lines:
One of my frustrations with the script is that the watchlist always syncs both ways. This means if I remove an item from one I have to manually remove it from the other, otherwise the next sync it will re-add it again. This causes other downstream issues with my Plex media adding scripts, etc.
After using your script for a while, it seems like this would be possible. What do you think of this?
The text was updated successfully, but these errors were encountered:
Is there already a request for your feature?
Feature Request
If this already exists I apologize in advance, but I couldn't find something like this. Perhaps the idea I'm about to share may be a good way to offer this feature even if it already exists in another format.
I propose the ability to set settings for syncing preferences in a config.yml or json type file in the script directory.
This file would indicate to the script when it runs which options the user prefers, so that we do not need to answer questions at script runtime (unless the settings are not set in the file yet).
The settings I can think of being useful to me are as follows:
For instance, I want to only sync IMDB watchlist from IMDB > Trakt, but not the other way around. And I want to sync watch history from Trakt > IMDB. I want ratings to be synced both ways always.
I can imagine the YML looking something along these lines:
One of my frustrations with the script is that the watchlist always syncs both ways. This means if I remove an item from one I have to manually remove it from the other, otherwise the next sync it will re-add it again. This causes other downstream issues with my Plex media adding scripts, etc.
After using your script for a while, it seems like this would be possible. What do you think of this?
The text was updated successfully, but these errors were encountered: