Hi all,
i'm a new user of xbmc and installed it few days back...
I wanted to scrap music videos on my harddisk based on original titles, thats why i've tried writing the below scrapper...
<scraper name="localdb" content="movies" thumb="imdb.gif" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<include>metadata.common.localdb.com/localdb.xml</include>
<CreateSearchUrl dest="3">
<RegExp input="$$1" output="\1" dest="3">
<expression noclean="1"></expression>
</CreateSearchUrl>
<GetSearchResults dest="8">
<RegExp input="$$1" output="<?xml version="1.0" encoding="iso-8859-1" standalone="yes"?><results><entity><title>\1</title></entity></results>" dest="8">
<expression noclean="1"></expression>
<expression />
</RegExp>
</GetSearchResults>
<GetDetails dest="3">
<RegExp input="$$1" output="<details><title>\1</title><originaltitle>\1</originaltitle><plot>Some dummies doing dumb things</plot></details>" dest="3">
<expression></expression>
</RegExp>
</GetDetails>
</scraper>
not sure where i went wrong, but its not working as of now. Can some one through some light and guide me in taking my next step...
Any ideas on this will be of great help... thanks alot in advance...
Local scrapper for scrapping music videos on hard disk
newbie007
Junior Member Posts: 16 Joined: May 2012 Reputation: 0 |
2012-05-28 08:59
Post: #1
|
| find quote |

Search
Help