- March 10, 2006
- 4,434
- 1,897
- Thread starter
- Moderator
- #111
Re: IMDb+ Scraper (Force English title, Auto-Rename titles to group, and more) v3.1.5
But back on topic: I tried to update the 1500 movies I have in Moving Pictures. MP Config crashes after processing about 1/4 of it. Reproducible every time. Not sure of the exact number. I tried selecting smaller and smaller packages until it ran through. Haven't tried with the original scraper as it takes a long time to go through several hundred movies. Might be an issue of MovingPictures Config itself. My best guess a memory leak or an out of bounds issue on an array.
I had the same problem myself, and fforde as you can see above is aware of the issue and will fix it.
I have 2GB of memory in my HTPC with pagefile disabled. This means that with OS loaded and added daemons for the RDP connection that 1.2GB is in use with MovingPicture config open. If I then launch a full import or refresh of entire collection it indeed crashes on an out of memory error.
But I found that if I split it in batches of roughly 500 movies at a time, that it worked fine. I could see that memory usage would climb to 1.8 or 1.9GB, but I rather have that extra room then play it dangerously close with a larger batch amount.
Keep in mind that after each batch you have to close MovingPictures config and MediaPortal (this is where PluginConfigLoader tool comes in handy), to release all the memory before you import the next batch.
Or you can wait of course for fforde to do his magic and find a proper solution.