Kodi Community Forum

Full Version: Scraping issues
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I dont understand I got no issues for tv shows but I am having issues for movies .

I am using MySQL on my QNAP so everything is centralized

xmbclogs.com/show.php?id=29471
I'm having the same issue. TV shows are scraping just fine, movies are not scraping at all.

http://xbmclogs.com/show.php?id=29486
Are we supposed to guess what scraper you guys are using?

Hint, Do not use IMDB.

uNi
The logs show what scraper they are using.

I don't know about BigUncle's log, as it doesn't seem to show any movies being scanned, but Diesel's log seems to be using Universal Scraper, which should be fine. I don't see anything that pops out in the logs, but I might be missing something obvious.
I am sorry guys, yesterday was insane day for me. The scrapper does get the description properly but does not get the thumbs. I have no preference on the scrapper and yes I pretty much tried every scrapper. Please tell me which you recommend.

Thanks alot guys,

I was using TMDB but now that appears broken, so I'm using Universal. I don't think the problem is with the scraper itself though. The status bar literally just skips the whole "scanning movie information" that usually appears even when there are no new movies to add. When I'm not adding TV shows, it still at least pops up to notify me that it's looking for TV shows when I update my library.
(2013-01-22, 02:33)BigUncleLJ Wrote: [ -> ]I'm having the same issue. TV shows are scraping just fine, movies are not scraping at all.

http://xbmclogs.com/show.php?id=29486

Check the naming convention

http://wiki.xbmc.org/index.php?title=Vid...les/Movies

I'll take one ERROR example:

Code:
18:29:26 T:6740   ERROR: InputStream: dvd streams not supported for thumb extraction, file: C:\Users\Spencer\Videos\Movies\VIDEO_TS.IFO

It does not include the movie title. Try something like C:\Users\Spencer\Videos\Movies\<movie_title>/VIDEO_TS.IFO . Just a guess, but might put you on the right track.