cecobask / imdb-trakt-sync

Automatic sync from IMDb to Trakt (watchlist, lists, ratings and history) using GitHub actions.
MIT License
97 stars 229 forks source link

Additional run modes: dry-run & add-only #9

Closed McCio closed 1 year ago

McCio commented 1 year ago

I just used this tool to sync imdb ratings to trakt, very useful! Since I already added something to trakt manually, in the logs it showed some deletions: 1 show from watchlist, and 1 movie and 2 shows from history+ratings. So I'm thinking two additional run modes would be useful:

Also, a log file with all stuff that was executed would be perfect in case some huge erasing happens, in order to be able to revert them (even manually). In the github action you could just cat it after run to have it logged.

From my side I plan to only use trakt from now on, so these would be useful additions for others in the future, rather than for me specifically. Thanks for the effort!

cecobask commented 1 year ago

Thanks a lot for the suggestion, @McCio! I'll be sure to add this functionality soon 🫡