How to sync ratings from IMDB to TRAKT #23
-
This workflow should allow me to export ratings from my IMBD account and import them into TRAKT. The workflow has run several times without any issues, but there have not been any noticeable changes in TRAKT. I have grabbed the cookie information from IMDB and my login details for TRAKT, so everything should be working. Have I missed something? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @djharborne, By default the syncer runs in If you’d like to get it to sync your resources, you have to update the Lines 39 to 45 in 8bd8f8d |
Beta Was this translation helpful? Give feedback.
Hi @djharborne,
By default the syncer runs in
dry-run
mode to prevent undesired changes to your Trakt data. It informs you what changes it would have done.If you’d like to get it to sync your resources, you have to update the
SYNC_MODE
variable to one of the values documented here:imdb-trakt-sync/.env.example
Lines 39 to 45 in 8bd8f8d