jurialmunkey / plugin.video.themoviedb.helper

GNU General Public License v3.0
208 stars 96 forks source link

[BUG] Trakt Watchlists do not update immediately. #1190

Closed JukeBoX87 closed 7 months ago

JukeBoX87 commented 7 months ago

Describe the bug

For example, I add a film from the official Trakt website to Watchlist and in TMDB Helper the film does not appear in the list.

Steps To Reproduce

  1. Go To Trakt.tv
  2. Add a film in your Watchlist
  3. Go to TMDB Helper / Trakt / Watchlist
  4. The added movie is not available

Debug log

jurialmunkey, is it possible to provide me with a script to clear the Trakt cache and reload the skin so I can add a custom command to do this quicker than going into the TMDB Helper options. By clearing the Trakt cache it is the only solution to refresh the list and display new items. Thank you in advance for your support.

Screenshots and Additional Info

No response

Checklist

jurialmunkey commented 7 months ago
RunScript(plugin.video.themoviedb.helper, delete_cache=Trakt)
JukeBoX87 commented 7 months ago

Thank you so much! Is it possible to do this without a confirmation message?

jurialmunkey commented 7 months ago

No, can't override confirmation.

JukeBoX87 commented 7 months ago

Thank you I will do with the confirmation message. How can I now automate this script and then refresh the skin, all in one command? Thanks