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
Scenario: I add an item to IMDB (or Trakt) watchlist. I run this script to sync the watchlists, which runs fine. I then delete the item from one of the watchlists (doesn't matter which). I run the script again, and it re-adds the deleted item.
Expected behavior: Script would detect that the deleted item was previously existing and was deleted since last script run. This would cause the script to then delete the item from the other watchlist, effectively making it become removed from both sides.
I can see the console output after running the script that it finds nothing to "remove" from either side, even though it should. This indicates to me that this is either a bug, or a not-yet-implemented feature. Either way, I ask that you please either implement this as a feature, fix it as a bug, or at the least add a config to the script for allowing "one way syncing". For instance, only "IMDB to Trakt", therefore if I remove it from IMDB watchlist, it will no longer sync from Trakt back to IMDB again.
Environment
Windows 11, although this is irrelevant. Script version is latest as of today's date.
Screenshots
No response
The text was updated successfully, but these errors were encountered:
Is there already an issue for your problem?
Bug Description
Scenario: I add an item to IMDB (or Trakt) watchlist. I run this script to sync the watchlists, which runs fine. I then delete the item from one of the watchlists (doesn't matter which). I run the script again, and it re-adds the deleted item.
Expected behavior: Script would detect that the deleted item was previously existing and was deleted since last script run. This would cause the script to then delete the item from the other watchlist, effectively making it become removed from both sides.
I can see the console output after running the script that it finds nothing to "remove" from either side, even though it should. This indicates to me that this is either a bug, or a not-yet-implemented feature. Either way, I ask that you please either implement this as a feature, fix it as a bug, or at the least add a config to the script for allowing "one way syncing". For instance, only "IMDB to Trakt", therefore if I remove it from IMDB watchlist, it will no longer sync from Trakt back to IMDB again.
Environment
Windows 11, although this is irrelevant. Script version is latest as of today's date.
Screenshots
No response
The text was updated successfully, but these errors were encountered: