jensb89 / trakt---letterboxd-import

Import Letterboxd movie list (diary) into trakt.tv
90 stars 17 forks source link

SIMKL to Trakt #16

Open Zero0Q opened 1 year ago

Zero0Q commented 1 year ago

Could you make script to import from SIMKL to Trakt Watched.

jensb89 commented 1 year ago

SIMKL looks very similar to trakt from the interfaces. Eventually, just an export of the watch history is needed.

In fact, I have another script made for the netflix history: https://github.com/jensb89/Netflix-to-Trakt-Import That one also searches for TMDB Ids and is not just for movies but also tv shows. I guess that might be what you would need here as well. You might wanna take a look. If SIMKL offers the possibility of an export functionality, the script could already be used as it is.

If not, I have to look into it. If I find some spare time I can check for an easy way to do it. Currently, I don't find the time though...

Zero0Q commented 1 year ago

Thank you for replying, I will try with that script and will let you know. SIMKL have a export full library in jason file and last watched in csv.

Zero0Q commented 1 year ago

I tried [Netflix-to-Trakt] script but its not working, if you could help me do it easier way it would be great.

jensb89 commented 1 year ago

Thanks for testing. Can you provide a part of your exported file? Then I can see what would be needed