jensb89 / trakt---letterboxd-import

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

import more than 100 movies #8

Open lucidlemon opened 4 years ago

lucidlemon commented 4 years ago

For some reason the script stops after 100 Movies?

102movies in file.
Importing first 100 movies...

is there any reason for that?

jensb89 commented 4 years ago

The message comes every time 100 titles are collected. It is done this way to keep the message that is sent to the server at a reasonable size. After each 100 movies a new message is sent. I agree that the message itself could be improved :) Currenlty, for example you would see the "Importing first 100 movies..." message twice if you have more than 200 movies etc. That doesn't mean that is stops sending. In your case, the 2 additional movies should've been sent in an extra message to the trakt.tv server as well.