File Scanning Question
#1
How can I setup scrapper settings to only scan for movie info like plot, director, writer, etc. What do I need to edit?

I don't want XBMC to scrap any images for my media.
Reply
#2
I've changed my question after realizing what I was asking could be done with this
Reply
#3
Ok I've figured it out I removed some code from the imdb.xml and seems to be working they way I wanted.

Code:
<RegExp input="$$2" output="&lt;url cache=&quot;$$2-posters.html&quot; function=&quot;GetIMDBThumbs&quot;&gt;$$3posters&lt;/url&gt;" dest="5+">
<expression/>
</RegExp>
<RegExp conditional="fanart" input="$$2" output="&lt;url function=&quot;GetTMDBFanartById&quot;&gt;$$3&lt;/url&gt;" dest="5+">
<expression/>
</RegExp>

But what can I do to stop xbmc from creating default thumbs of movie stills?
Reply
#4
Video - Settings - Extract Thumbs and Video Info or something like that

Downside will be it wont extract video info too....
Reply

Logout Mark Read Team Forum Stats Members Help
File Scanning Question0