This repository was archived by the owner on Aug 2, 2026. It is now read-only.
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? |
Answered by
cecobask
Dec 13, 2023
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 |
1 reply
Answer selected by
djharborne
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @djharborne,
By default the syncer runs in
dry-runmode 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_MODEvariable to one of the values documented here:imdb-trakt-sync/.env.example
Lines 39 to 45 in 8bd8f8d