Kodi Community Forum
Media Info Plus - Manage your Movies, Shows, Tunes, NFO and more (Open Source VB.NET) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116)
+--- Thread: Media Info Plus - Manage your Movies, Shows, Tunes, NFO and more (Open Source VB.NET) (/showthread.php?tid=47071)



- fekker - 2009-08-22

x64 hang on startup.. i'm finally able to reproduce the issue, so i'll look into it


- Jimb0 - 2009-08-24

fekker Wrote:x64 hang on startup.. i'm finally able to reproduce the issue, so i'll look into it
Found any solution?
If you need any help I could try helping you out.


- Kilack - 2009-08-24

Hey Fekker,

Any idea when you might have a fix for the tv episodes?


- fekker - 2009-08-26

- fixed season poster crash when config setting was missing
- fixed multipart episode's having more then 1 episode number in episode field (in .nfo)
- fixed a few other error handlers so it'll try to get more data, even when part is invalid in the result sets (tv shows)



full patch from base install version
http://www.mediainfoplus.com/mipupdate/downloads/mip_2935_patch_exefilesonly.rar

incremental from 2902 or higher builds
http://www.mediainfoplus.com/mipupdate/downloads/mip_testbuild_2935.zip


- fekker - 2009-08-26

Jimb0 Wrote:Found any solution?
If you need any help I could try helping you out.

Haven't found a solution to this yet, but feel free to help if you can... i think it's the initialization of the component factory toolkit on launch.. but basically just need to step through the startup routine in debug mode and see what on earth it's doing.
source code is up to date on sourceforge.


- Kilack - 2009-08-26

fekker Wrote:- fixed season poster crash when config setting was missing
- fixed multipart episode's having more then 1 episode number in episode field (in .nfo)
- fixed a few other error handlers so it'll try to get more data, even when part is invalid in the result sets (tv shows)



full patch from base install version
http://www.mediainfoplus.com/mipupdate/downloads/mip_2935_patch_exefilesonly.rar

incremental from 2902 or higher builds
http://www.mediainfoplus.com/mipupdate/downloads/mip_testbuild_2935.zip


Thanks!!!


- Kilack - 2009-08-26

ok with 2935 Im still getting problems with the episodes


Burn Notice - s01e11-12 Dead Drop - Loose Ends.avi
This is out of the .nfo again

<episode>11:12</episode>

and that is repeated further down...

Look forward to the next patch Smile


- fekker - 2009-08-26

Kilack Wrote:ok with 2935 Im still getting problems with the episodes


Burn Notice - s01e11-12 Dead Drop - Loose Ends.avi
This is out of the .nfo again

<episode>11:12</episode>

and that is repeated further down...

Look forward to the next patch Smile

I'll give it another whirl tomorrow .. i missed one of the calls.


- Kilack - 2009-08-26

fekker Wrote:I'll give it another whirl tomorrow .. i missed one of the calls.

I'll be waiting Smile


- fekker - 2009-08-27

untested, but should fix it.

full patch from base install version
http://www.mediainfoplus.com/mipupdate/downloads/mip_2937_patch_exefilesonly.rar

incremental from 2902 or higher builds
http://www.mediainfoplus.com/mipupdate/downloads/mip_testbuild_2937.zip


- Kilack - 2009-08-27

fekker Wrote:untested, but should fix it.

full patch from base install version
http://www.mediainfoplus.com/mipupdate/downloads/mip_2937_patch_exefilesonly.rar

incremental from 2902 or higher builds
http://www.mediainfoplus.com/mipupdate/downloads/mip_testbuild_2937.zip

Yep, looks good this time, thanks a lot.


- fekker - 2009-08-27

Kilack Wrote:Yep, looks good this time, thanks a lot.

not a problem Big Grin


- christophlin - 2009-08-27

thanks for the fix! is it normal behavior for MIP to not extract the media information for multi-part episdoes? there are no file/flag details for any of my multi-part episodes...


- fekker - 2009-08-27

christophlin Wrote:thanks for the fix! is it normal behavior for MIP to not extract the media information for multi-part episdoes? there are no file/flag details for any of my multi-part episodes...

never did add in the scanner for multipart episodes, so mip can't handle those. It was a limitation of the design i was using.


- Shadok - 2009-08-27

I have a question regarding MIP and XBMC.
When i add new tv shows episodes on my HD, and if i don't run a scan with MIP before, although XBMC does a scan everytime i launch it, it doesn't see the new episodes (library mode is on, but i switch to file mode, i see the files).
Basically, i need to have nfo files created by MIP for xbmc library to see with videos.
Can't XBMC create them by itself ?

Thanks.