Kodi Community Forum

Full Version: tv shows under media companion
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm a total newbie and I hope you will be so kind helping me...

Before feeding my video library to xbmc (raspbmc really) following some suggestions I installed media companion.

Its movie processing capabilities are perfect and so far it found everything I needed.

My TV shows instead are not so well recognized instead - 2 examples.

1) Heroes (available at http://thetvdb.com/?tab=series&id=79501&lid=7), filed under TV shows\Heroes\Season 0 ... TV shows\Heroes\Season 4
the typical filename is "Heroes.2x09.Cautionary.Tales.HDTV.XviD-LOL.avi" and tests good with the 2nd regex provided by the program
When scanned, the main window reports a top node Heroes with correct fanart and info, with 4 nodes under it (not 5) all named "0-Heroes"; clicking on any of them I got this exception
Code:
System.InvalidCastException: Conversion from string "" to type 'Integer' is not valid. ---> System.FormatException: Input string was not in a correct format.
   at Microsoft.VisualBasic.CompilerServices.Conversions.ParseDouble(String Value, NumberFormatInfo NumberFormat)
   at Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String Value)
   --- End of inner exception stack trace ---
   at Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String Value)
   at Media_Companion.Form1.tv_EpisodeSelected(TvEpisode& SelectedEpisode)
   at Media_Companion.Form1.TvTreeview_AfterSelect_Do()

2) Abenobashi (wonderful anime! Highly recommended! Present at http://thetvdb.com/?tab=series&id=73616&lid=7)
it retrieves the fanart, but it is unable to display the episode list (no episodes according to the program) despite the fact that the filenames, e.g. "Abenobashi 0x08 .avi" are parsed ok by its regex

so... there is something I'm missing? Or is Media Companion just ok for moviesHuh