Video scraper bug?
#1
Hi,

I have had problems scaping my TV series lately. No new episodes was scraped correctly. It did not matter if I deleted the database file or not.
Now I have dug inte the "case" a bit deeper and the problem only seems to occur if a folder is set to movies and another folder is set to contain TV shows.
Steps to repoduce the problem in SVN16984:
A) TV series does not scrape correctly
1. Map a folder "A" (E.g. C:\HD) to contain Movies (No "Run automated scan" set). I use the IMDB scraper and enables "Use folder names for lookup".
2. Map a folder "B" (E.g. C:\Series) to contain TV shows (No "Run automated scan" set). I use the theTVDB scraper.
3. Set XBMC to Update Library on Startup.
4. Exit XBMC
5. Start XBMC
Now the movies are scraped ok, but no TV series. See log here: http://pastebin.com/f4958a9ba
The interesting part is when the the TV show (Firefly) is to be scraped:
Code:
09:49:38 T:8008 M:977641472   DEBUG: Hash[tvshows,E:\Temp\Series\]:DB=[],Computed=[568B6ABF9A2D545870E952703A81CAE7]
09:49:38 T:8008 M:977616896    INFO: [b]Get URL: http:///find?s=tt;q=firefly[/b]
09:49:38 T:8008 M:977637376   ERROR: Recv failed: 10058
09:49:38 T:8008 M:977633280   DEBUG: VIDEO::CVideoInfoScanner::DoScan - Finished dir: E:\Temp\Series\
09:49:38 T:8008 M:977690624   DEBUG: VIDEO::CVideoInfoScanner::Process - Finished scan

B) Movies does not scrape correctly
1. Map a folder "B" (E.g. C:\HD) to contain Movies (No "Run automated scan" set). I use the IMDB scraper and enables "Use folder names for lookup".
2. Map a folder "A" (E.g. C:\!Series) to contain TV shows (No "Run automated scan" set). I use the theTVDB scraper. Notice that the TV folder now will be scraped before the movie folder because of the "!" in !Series.
3. Set XBMC to Update Library on Startup.
4. Exit XBMC
5. Start XBMC
Now the TV series are scraped ok, but no movies. See log here: http://pastebin.com/f492ccca3

The TV series aare scraped fine now, but not the movie (3 10 to Yuma).
The movie folder is really set to contain movies, but instead the theTVDB scraper is used.
Code:
09:56:33 T:6916 M:1226432512   DEBUG: VIDEO::CVideoInfoScanner::DoScan Scanning dir 'E:\Temp\HD\3.10.to.yuma.Blueray.720p-SEPTIC\' as not in the database
09:56:33 T:6916 M:1226432512   DEBUG: Hash[movies,E:\Temp\HD\3.10.to.yuma.Blueray.720p-SEPTIC\]:DB=[],Computed=[75F97080B1F8BD9064D4C02B74295E29]
09:56:33 T:6916 M:1226244096    INFO: [b]Get URL: http://www.thetvdb.com/api/GetSeries.php?seriesname=3%2010%20to%20yuma%20blueray&language=[/b]
09:56:33 T:6916 M:1225846784   DEBUG: VIDEO::CVideoInfoScanner::DoScan - Finished dir: E:\Temp\HD\3.10.to.yuma.Blueray.720p-SEPTIC\

I someone wants to reproduce this using the same dummy 0 byte files, please PM me.

Have this error been reported or should I create a ticket?
Reply
#2
Trac ticket created: http://trac.xbmc.org/ticket/5657
Reply

Logout Mark Read Team Forum Stats Members Help
Video scraper bug?0