No TV episode beyond 65
#1
Hi all

I'm updating TV metadata at TheTVDB.org for the show TechSnap. Everything was going well until I surpass the 65 episode. Although there is data up to episode 70, XBMC does not seem to retrieve beyond episode 65. I've tried, 'Clean Library', rewrite tvshow.nfo, and touching the episodes, but I had no luck so far.

When enabling the debug this is the info that I got for episodes 66 and 67:
Code:
$ grep -i s01e66 xbmc.log | grep -i videoinfoscanner
12:42:20 T:2974808944   DEBUG: VideoInfoScanner: Found episode match /nfs/ml1/tv.series/techsnap/season 1/techsnap.s01e66.network.benchmarking.432p.mp4 (s1e66) [[Ss]([0-9]+)[][ ._-]*[Ee]([0-9]+)([^\\/]*)$]
12:42:20 T:2974808944   DEBUG: VideoInfoScanner: No NFO file found. Using title search for '/nfs/ml1/TV.Series/TechSNAP/Season 1/TechSNAP.S01E66.Network.Benchmarking.432p.mp4'

$ grep -i s01e67 xbmc.log | grep -i videoinfoscanner
12:42:20 T:2974808944   DEBUG: VideoInfoScanner: Found episode match /nfs/ml1/tv.series/techsnap/season 1/techsnap.s01e67.432p.mp4 (s1e67) [[Ss]([0-9]+)[][ ._-]*[Ee]([0-9]+)([^\\/]*)$]
12:42:20 T:2974808944   DEBUG: VideoInfoScanner: No NFO file found. Using title search for '/nfs/ml1/TV.Series/TechSNAP/Season 1/TechSNAP.S01E67.432p.mp4'

So it looks like it founds them, but it doesn't do anything with them.

I would really appreciate any help on this matter.
Regards.

Hardware
Dell Dimension E520
Pentium D (2 cores), 4Gb RAM.
Geforce 9500 GT 1Gb internal RAM

OS
Ubuntu Desktop Edition 10.04 (i386)
$ uname -a
Linux vaughan 2.6.32-43-generic-pae #97-Ubuntu SMP Wed Sep 5 16:59:17 UTC 2012 i686 GNU/Linux

XBMC
Code:
$ apt-cache policy xbmc
xbmc:
  Installed: 2:11.0~git20120321.14feb09-0ubuntu1~ppa1~lucid
  Candidate: 2:11.0~git20120321.14feb09-0ubuntu1~ppa1~lucid
  Version table:
*** 2:11.0~git20120321.14feb09-0ubuntu1~ppa1~lucid 0
        500 http://ppa.launchpad.net/team-xbmc/ppa/ubuntu/ lucid/main Packages
        100 /var/lib/dpkg/status
     2:10.1~ppa1~lucid 0
        500 http://ppa.launchpad.net/team-xbmc/ppa/ubuntu/ lucid/main Packages
Reply
#2
might want to check your ~/.xbmc/temp/scrapers/metadata.tvdb.com/ directory to see if there's an xml in there already. if so try deleting it and rescrape.
Reply
#3
Thanks a lot furii!

That didn't do it by itself, but in conjunction with rewriting the tvshow.nfo file, and touching the episodes finally scraped the remaining episodes.

Kind Regards.
Reply

Logout Mark Read Team Forum Stats Members Help
No TV episode beyond 650