2015-06-12, 09:42
(2015-06-11, 12:05)Enlightened Wrote: Under tv preferences I have auto create screenshot it TVDB does not have one selected with 5 sec delay. also save screenshot in TVDB friendly size.
Then I'm sorting by missing ep thumb. right clicking the show missing thumbs. click use rescrape wizard. then im only selecting attempt to download missing screenshot,
and create screenshot if none is available. start update. Then
System.ArgumentOutOfRangeException: Value of '115' is not valid for 'Value'. 'Value' should be between 'minimum' and 'maximum'.
Parameter name: Value
at System.Windows.Forms.ProgressBar.set_Value(Int32 value)
at System.Windows.Forms.ToolStripProgressBar.set_Value(Int32 value)
at Media_Companion.Form1.tvbckrescrapewizard_ProgressChanged(Object sender, ProgressChangedEventArgs e)
then a bunch error popups with the value of "115' change based on the number of eps it tried to scrap.
I did find that some of my files were corrupted. When I tried to manually scrap the thumb. Which means I have other files corrupted to. Know of any programs that would run through all my vid files and check integrity?
Apologies for delay in getting back to you, really busy with work.
So I had a look at this routine and here's how it works.
MC counts the shows and the number of episodes, then sets the percentage of the progress bar with formulat of
Code:
progress = (100 / showprocesscount) * done
So to get the error of 115 or larger than 100, MC must be processing more show's or episodes than it actually has in its cache.
I'm not sure how to work out what is happening here. The only thing I can do is place an error-catch in the progressbar update code.
I think you need to do a Refresh-All for your TV Shows, so you can be sure MC is up-to-date in its cache files.