Scraping issues
#1
Hi,

First off XMBC is the greatest. I've just started to stream my movies and back up all of my DVD's and being able to have them all organized is awesome.

I was using the Babylon 9.02 repack 2 release initially and everything worked great. I then upgraded to Camelot 9.11 stable and nothing seemed to work. White screen for the video and no ability to scrape movie information.

I have since reverted back to SVN 26307-GL. The video now works but no scraping. Log is http://www.pastebin.ca/1738347. I hope I did that right. I am using Windows XP professional SP3, pentium 4 at 2.39 ghz and 512 mb of ram.

Once I initiated the scraping my computer thinks for a long time and seems to gather information but once checked it will have only added one movie (the first movie in my database). All movies are placed as follows:

<Movies>
<Sub category, eg. Action>
<Movie Name>
<Movie AVI file>

Tv shows seem to scrape normally as they were in Babylon.

Any help on this would be greatly appreciated.
Reply
#2
I was just looking through my .xml file for IMDB and found no files with "find" or another other term in it. I have tried multiple scrapers, some return nothing and other only return 1 video after several minutes of searching.

Attached is the .xml file please tell me if i'm retarded and not seeing it or is there something else i'm missing. I'm using SVN build by Ikons 26307-gl.

scraperfunctions>
- <GetIMDBThumbs dest="5">
- <RegExp input="$$6" output="<details>\1</details>" dest="5">
- <RegExp input="$$1" output="\1_SX$INFO[imdbscale]_SY$INFO[imdbscale]_\2" dest="4 <expression noclean="1,2"><a name="poster".*?src="(.*?)_S.*?(.jpg)".*?</a></expression>
</RegExp>
- <RegExp input="$$4" output="<thumb>\1</thumb>" dest="6">
<expression noclean="1">(.*?_SX[0-9]+_SY[0-9]+_.jpg)</expression>
</RegExp>
<expression noclean="1" />
</RegExp>
</GetIMDBThumbs>
- <GetIMDBTrailer dest="5">
- <RegExp input="$$2" output="<details><trailer urlencoded="yes">\1</trailer></details>" dest="5">
- <RegExp input="$$1" output="\1" dest="2">
<expression noclean="1">"file"[^"]*"([^"]*)</expression>
</RegExp>
- <RegExp input="$$1" output="$$2/\1" dest="2">
<expression noclean="1">"id"[^"]*"([^"]*)</expression>
</RegExp>
<expression noclean="1" />
</RegExp>
</GetIMDBTrailer>
- <GetIMDBWriters dest="5">
- <RegExp input="$$2" output="<details>\1</details>" dest="5">
- <RegExp conditional="!fullcredits" input="$$1" output="\1" dest="6">
<expression noclean="1">>Writer.*?:</h5>(.*?)</div></expression>
</RegExp>
- <RegExp conditional="fullcredits" input="$$1" output="\1" dest="6">
<expression noclean="1">Writing credits(.*?)name="</expression>
</RegExp>
- <RegExp input="$$6" output="<credits>\1</credits>" dest="2+">
<expression repeat="yes"><a href="/name/[^>]*>([^<]*)<</expression>
</RegExp>
<expression noclean="1" />
</RegExp>
</GetIMDBWriters>
- <GetIMDBCast dest="5">
- <RegExp input="$$2" output="<details>\1</details>" dest="5">
- <RegExp input="$$1" output="\1" dest="6">
<expression noclean="1"><table class="cast">(.*?)</table></expression>
</RegExp>
- <RegExp input="$$6" output="<actor><thumb>\1_SX$INFO[imdbscale]_SY$INFO[imdbscale]_\2</thumb><name>\3</name><role>\4</role></actor>" dest="7">
<expression clear="yes" repeat="yes" noclean="1,2" trim="3,4"><img src="(?Sad[^"]*\.)[^"]*(\.jpg))?[^>]*[^"]*"nm"><a href="[^"]*[^>]*>([^<]*)<[^"]*"ddd"> ... [^"]*"char">(.*?)</td></expression>
</RegExp>
- <RegExp input="$$7" output="<actor><thumb>\1</thumb>\2</actor>" dest="2+">
<expression clear="yes" repeat="yes" noclean="1,2,3"><actor><thumb>(?Sadhttp.*?)|_SX[0-9]+_SY[0-9]+_)</thumb>(.*?)</actor></expression>
</RegExp>
<expression noclean="1" />
</RegExp>
</GetIMDBCast>
- <GetIMDBDirectors dest="5">
- <RegExp input="$$2" output="<details>\1</details>" dest="5">
- <RegExp conditional="!fullcredits" input="$$1" output="\1" dest="6">
<expression clear="yes" noclean="1">>Director.*?</h5>(.*?)</div></expression>
</RegExp>
- <RegExp conditional="fullcredits" input="$$1" output="\1" dest="6">
<expression clear="yes" noclean="1">Directed by(.*?)name="</expression>
</RegExp>
- <RegExp input="$$6" output="<director>\1</director>" dest="2+">
<expression clear="yes" repeat="yes"><a href="/name/[^>]*>([^<]*)<</expression>
</RegExp>
<expression noclean="1" />
</RegExp>
</GetIMDBDirectors>
- <GetIMDBPlot dest="5">
- <RegExp input="$$2" output="<details>\1</details>" dest="5">
- <RegExp input="$$1" output="<plot>\1</plot>" dest="2">
<expression clear="yes"><p class="plotpar">\n([^\n]*)</expression>
</RegExp>
<expression noclean="1" />
</RegExp>
</GetIMDBPlot>
</scraperfunctions>
Reply
#3
Do you have scan recursively on in scraper options? (you layout looks like it should need it).
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply

Logout Mark Read Team Forum Stats Members Help
Scraping issues0