Kodi Community Forum
Linux TV-Show Scraper - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Information Providers (scrapers) (https://forum.kodi.tv/forumdisplay.php?fid=147)
+----- Forum: TV Show Scrapers (https://forum.kodi.tv/forumdisplay.php?fid=305)
+----- Thread: Linux TV-Show Scraper (/showthread.php?tid=131170)



TV-Show Scraper - Apoxsis - 2012-05-09

Hi guy's,
I searched by google and in the forum for a solution about the TV-Show Scraper

Code:
DEBUG: VideoInfoScanner: No NFO file found. Using title search for 'smb://MEDIASERVER/TV-Shows/'
22:44:10 T:3059735408   DEBUG: FindMovie: Searching for 'TV-Shows' using The TVDB scraper (path: '/usr/share/xbmc/addons/metadata.tvdb.com', content: 'tvshows', version: '1.2.4')
22:44:10 T:3059735408   DEBUG: scraper: CreateSearchUrl returned <url>http://www.thetvdb.com/api/GetSeries.php?seriesname=tv%2dshows&amp;language=en</url>
22:44:10 T:3059735408   DEBUG: FileCurl::Open(0xb65fca58) http://www.thetvdb.com/api/GetSeries.php?seriesname=tv%2dshows&language=en
22:44:10 T:3059735408    INFO: easy_aquire - Created session to http://www.thetvdb.com
22:44:10 T:3007314800   DEBUG: Thread Background Loader start, auto delete: 0
22:44:10 T:3007314800   DEBUG: Thread Background Loader 3007314800 terminating
22:44:11 T:3059735408   DEBUG: scraper: GetSearchResults returned <?xml version="1.0" encoding="utf-8" standalone="yes"?><results></results>
22:44:11 T:3059735408   DEBUG: FindMovie: Searching for 'TV Shows' using The TVDB scraper (path: '/usr/share/xbmc/addons/metadata.tvdb.com', content: 'tvshows', version: '1.2.4')
22:44:11 T:3059735408   DEBUG: scraper: CreateSearchUrl returned <url>http://www.thetvdb.com/api/GetSeries.php?seriesname=tv%20shows&amp;language=en</url>
22:44:11 T:3059735408   DEBUG: FileCurl::Open(0xb65fca58) http://www.thetvdb.com/api/GetSeries.php?seriesname=tv%20shows&language=en
22:44:11 T:3059735408   DEBUG: scraper: GetSearchResults returned <?xml version="1.0" encoding="utf-8" standalone="yes"?><results></results>
22:44:11 T:3059735408   DEBUG: VideoInfoScanner: No (new) information was found in dir smb://MEDIASERVER/TV-Shows/
22:44:11 T:3059735408  NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 00:00
22:44:11 T:3059735408    INFO: Video scan was stopped or finished ... restoring FindRemoteThumbs
22:44:11 T:3059735408   DEBUG: Thread VIDEO::CVideoInfoScanner 3059735408 terminating
22:44:11 T:7878416   DEBUG: CGUIMediaWindow::GetDirectory ()
22:44:11 T:7878416   DEBUG:   ParentPath = []
22:44:11 T:3007314800   DEBUG: Thread Background Loader start, auto delete: 0
22:44:11 T:3007314800   DEBUG: Thread Background Loader 3007314800 terminating

In the log you can see the scraper takes the root folder and not the folders form the TV-Shows.

Someone have any solution?

NAS structure:
Image



RE: TV-Show Scraper - sho - 2012-05-10

What is the issue? (did you check folder contains one TV show by any chance?)


RE: TV-Show Scraper - Apoxsis - 2012-05-10

yes I checked the TV-Shows and I tried it manuell I get the metadata from Thetvdb.com
http://www.thetvdb.com/api/GetSeries.php?seriesname=Hawaii%20Five-0&language=en <<< this is working

and this
22:44:10 T:3059735408 DEBUG: scraper: CreateSearchUrl returned <url>http://www.thetvdb.com/api/GetSeries.php?seriesname=tv%2dshows&amp;language=en</url>
not working

the scraper takes the root folder "tv%2dshows" to scrap metadata this is wrong
on xbmc 10 Dharma it works after the update to xbmc 11 eden the tvshow scraper is not working


RE: TV-Show Scraper - sho - 2012-05-14

(2012-05-10, 11:39)Apoxsis Wrote: yes I checked the TV-Shows and I tried it manuell I get the metadata from Thetvdb.com
I don't understand you.
Did you check the option "Folder contains one TV show" while setting contents or not? If you did, it should not be checked in your case.