Scrapers fetch TV show, but don't fetch episodes
#1
Dear All.
I'm trying to fetch episodes for "Friends", but failed. I used both imdb and tvrage scrapers.
advancedsettings.xml looks set correctly.
The directory structure is: \TV Shows\Friends\
Here is relevant debug log:
Quote:16:20:08 T:2947984272 M: 32636928 DEBUG: Adding new item to tvshows:/home/lelik/video/TV Shows/Friends/
16:20:09 T:2947984272 M: 32497664 INFO: Get URL: http://www.impawards.com/tv/posters/friends.jpg
16:20:10 T:2947984272 M: 32374784 INFO: Creating album thumb from memory: /home/lelik/.xbmc/userdata/Thumbnails/Video/8/85a271b4.tbn
16:20:10 T:2947984272 M: 32374784 DEBUG: SECTION:LoadDLL(Q:\system\ImageLib-i486-linux.so)
16:20:10 T:2947984272 M: 32374784 DEBUG: Loading: /usr/share/xbmc/system/ImageLib-i486-linux.so
16:20:10 T:2947984272 M: 32600064 DEBUG: Sort, sorting took 0 millis
16:20:10 T:2947984272 M: 32600064 DEBUG: found match /home/lelik/video/tv shows/friends/friends-s01e01.mkv (s01e01) [[\._ \-][ss]([0-9]+)[\.\-]?[ee]([0-9]+)([^\\/]*)]
16:20:10 T:2947984272 M: 32600064 DEBUG: found match /home/lelik/video/tv shows/friends/friends-s01e02.mkv (s01e02) [[\._ \-][ss]([0-9]+)[\.\-]?[ee]([0-9]+)([^\\/]*)]
16:20:10 T:2947984272 M: 32600064 INFO: Get URL: http://www.imdb.com/title/tt0108778/episodes
16:20:14 T:2947984272 M: 32030720 DEBUG: GetSeasonsNav query: select episode.c12,path.strPath,tvshow.c00,count(1),count(episode.c08) from episode join tvshow on tvshow.idshow=tvshowlinkepisode.idshow join tvshowlinkepisode on tvshowlinkepisode.idEpisode = episode.idEpisode join tvshowlinkpath on tvshowlinkpath.idShow = tvshow.idShow join path on path.idPath = tvshowlinkpath.idPath where tvshow.idShow = 1 group by episode.c12
16:20:14 T:2947984272 M: 32030720 DEBUG: DoScan - Finished dir: /home/lelik/video/TV Shows/Friends/
16:20:14 T:2947984272 M: 32100352 DEBUG: Process - Finished scan
Please, Help..
Reply
#2
Hi and welcome to the forums. Please change the scraper to TheTVDB and try again. This source is much more reliable when it comes to tvshow scraping.
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not PM or e-mail Team-Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply
#3
VDRfan Wrote:Please change the scraper to TheTVDB and try again.
It did the trick.. Thanks...
Just FYI: only thetvdb.com scraper fetchs episodes.
Reply

Logout Mark Read Team Forum Stats Members Help
Scrapers fetch TV show, but don't fetch episodes0