Skip to content
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

Script doesn't respect deletion from watchlist #77

Open
1 task done
profucius opened this issue Nov 22, 2023 · 4 comments
Open
1 task done

Script doesn't respect deletion from watchlist #77

profucius opened this issue Nov 22, 2023 · 4 comments

Comments

@profucius
Copy link

profucius commented Nov 22, 2023

Is there already an issue for your problem?

  • I have checked older issues, open and closed

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

@keldian
Copy link

keldian commented Dec 5, 2023

+1 to the one-way sync setting suggestion—very much needed.

@Marius-Maximus
Copy link

+1 also experienced this bug. Thanks for the great script though!

@C4illin
Copy link

C4illin commented Jan 15, 2024

Anyone figured out a workaround?

@keldian
Copy link

keldian commented Jan 20, 2024

Anyone figured out a workaround?

Remove the item from both watchlists manually,
or
Add a play to it in Trakt (don't rate), run the script, delete the play.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants