YAMJ / yamj-v2

Yet Another Movie Jukebox (YAMJ) v2
GNU General Public License v3.0
28 stars 11 forks source link

YAMJ/Eversion causes PCH to crash due to plot size #2791

Closed Tyrindor closed 7 years ago

Tyrindor commented 7 years ago

http://www.networkedmediatank.com/showthread.php?tid=74038

I discussed this here with Omertron, if you have multiple large episode shows on the same page, it results in the "Other_TV_Show_X.xml" files getting too large, crashing the PCH. For example, multiple 300+ episode anime series.

The best way to handle this would probably be a setting that allows you to not index episode plots for series over the set amount. Example: MaxPlotsToIndex=300 would index the the episode plots of any shows with 300 or less episodes, but ignore episode plots for any shows with more than that.

This is nothing more than a bandaid fix, but I can't think of any other solution until we have PCHs with more than 1GB of RAM.

Tyrindor commented 7 years ago

Doesn't really seem to be any development on v2 anymore. This is pretty much a dead breaker for me at this point, running no episode plots is annoying and I get a crash every other day if I don't.

Omertron commented 7 years ago

Apologies, completly forgot about this issue. I will look at it tomorrow and sort out a quick fix for it.

Omertron commented 7 years ago

Use the property mjb.episodePlotSize to set the maximum size for the plot used in TV episodes.

Tyrindor commented 7 years ago

Thanks very much, doing a fresh jukebox rebuild and I will report back if I have any issues with it. 👍