Some TV Shows not showing up in XBMC
#31
Well it didn't work before I added the regex, so that's not the problem.

Changing the name of folder Bing Bang won't help the overall issue because Covert Affairs is named exactly as tvdb - see the log posted!

And finally, again, the show is being found, the episode name is being found, the air date is being found, thus there is no problem with directory names. The *only* thing not being found is episode number but *only* with some tv shows and *only* with some episodes in them. The regex is finding the episode number from the file, it is not finding the epnum from the en.zip!

Why don't you have a problem? The same reason I don't have a problem with some other TV shows that do scan right, or the same reason I don't have a problem with episodes 10 and 11 I'm guessing.

This is what is returned from the scraper (from log above), perhaps you can check your log on what your scraper returns;

09:41:19 T:48400 DEBUG: scraper: GetEpisodeList returned <episodeguide><episode><id>2321301</id><title>Unaired Pilot</title><aired></aired><epnum></epnum><season>1</season><url cache="80379.xml">http://www.thetvdb.com/api/1D62F2F90030C444/series/80379/all/en.zip</url></episode>
<episode><id>4302970</id><title>Access All Areas</title><aired>2012-04-05</aired><epnum></epnum><season>1</season><url cache="80379.xml">http://www.thetvdb.com/api/1D62F2F90030C444/series/80379/all/en.zip</url></episode>
<episode><id>4302972</id><title>It All Started With A Big Bang</title><aired>2012-04-05</aired><epnum></epnum><season>1</season><url cache="80379.xml">http://www.thetvdb.com/api/1D62F2F90030C444/series/80379/all/en.zip</url></episode>
<episode><id>332484</id><title>Pilot</title><aired>2007-09-24</aired><epnum></epnum><season>1</season><url cache="80379.xml">http://www.thetvdb.com/api/1D62F2F90030C444/series/80379/all/en.zip</url></episode>

The first 3 episodes are unaired and are marked on thetvdb (and in the en.zip) as 'specials' ie. season 0 (http://thetvdb.com/?tab=season&seriesid=...8046&lid=7) *but* they are being returned as season 1 which is incorrect though with no epnum, so this may be irrelevent.

Anyway, you can see episode "Pilot" (http://thetvdb.com/?tab=episode&seriesid...2484&lid=7) has all the correct information except epnum. That's why the match cannot be made.
Reply

Logout Mark Read Team Forum Stats Members Help
Some TV Shows not showing up in XBMC0