-
-
Notifications
You must be signed in to change notification settings - Fork 321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Converting IMDB id is slow #267
Comments
it should be caching the ids ill look into this |
so I ran |
I have this in my config.yml
|
Can you post your meta.log? |
2h48min runtime :S |
ok can you switch to the newest develop branch and try again |
16m runtime now. Quite the improvement :) |
thats fantastic! |
I made some more runs and I've noticed it takes quite a lot of time when it can't find the ids. The christmas collection for example has a lot of missing ids, and it took about 4 minutes, compared to maximum 30 seconds for the other genres |
theres not much i can do about that if you wanna add their imdb ids to tmdb in the proper place they would save and be quicker |
I have this template
and it is insanely slow compared to all my other collections. It takes about 15-20 minutes for one of these to run, and from looking at the output it looks like the IMDB id conversion is what takes time. Is there some way to speed this up? It takes more time for me to run the rest of my collections then it takes to run one IMDB collection, so it's kind of annoying having to literally spend hours for one refresh of my collection setup
The text was updated successfully, but these errors were encountered: