Quantcast
Channel: Kodi Community Forum - All Forums
Viewing all articles
Browse latest Browse all 84004

Justusethefilename incorrect structure

$
0
0
I downloaded the justusethefilename add on but when i try and install it from zip I get a message saying it has a incorrect structure can someone please fix it.

Here is the addon xml document
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
- <addon id="metadata.justUseFilename.org" name="justUseTheFilename" version="1.0.1" provider-name="ELBSolutions.com Inc.">
- <requires>
<import addon="xbmc.metadata" version="1.0" />
</requires>
<extension point="xbmc.metadata.scraper.movies" language="en" library="justUseFilename.xml" />
- <extension point="xbmc.addon.metadata">
<summary lang="en">Just Use the Filename as the name of the movie</summary>
<description lang="en">Simply use this scraper to add any videos ( home videos, and other) to their library without having to use nfo files with the filename of the movie. IMPORTANT: If you do not know this - setting the scraper and running an (automated) scan does NOT pick up changes you make to nfo files you put - it took a long time to 'get that' so I thought it was important to reiterate. To refresh your library eithr rename your files and re-run or set the 'this directory contains' parameter to none, click OK, then reset the values back to movie and rescrape. I learned how to do all this by editing the themoviedB.org scraper so thank you for your excellent example.</description>
<platform>all</platform>
</extension>
</addon>



and here is the Justusethefilename xml document
<?xml version="1.0" encoding="UTF-8" ?>
- <scraper framework="1.1" date="2012-02-18">
- <CreateSearchUrl dest="3">
- <RegExp input="$$1" output="<url>http://www.elbsolutions.com/xbmc/scraper/justUseFilename.php?task=getsearchresults&string=\1</url>" dest="3">
<expression noclean="1">(.*)</expression>
</RegExp>
</CreateSearchUrl>
- <NfoUrl dest="3">
- <RegExp input="$$1" output="\1" dest="3">
<expression noclean="1" />
</RegExp>
</NfoUrl>
- <GetSearchResults dest="8">
- <RegExp input="$$5" output="<?xml version="1.0" encoding="utf-8" standalone="yes"?><results>\1</results>" dest="8">
- <RegExp input="$$1" output="<entity><title>\1</title><url>http://www.elbsolutions.com/xbmc/scraper/justUseFilename.php?task=getdetails&string=\1</url></entity>" dest="5">
<expression repeat="yes"><title>(.+)</title></expression>
</RegExp>
<expression noclean="1" />
</RegExp>
- <RegExp1 input="$$1" output="<?xml version="1.0" encoding="utf-8" standalone="yes"?><results><entity><title>Dummy \1</title><url>http://http://www.elbsolutions.com/xbmc/scraper/justUseFilename.php?task=getdetails&string=bob</url></entity>" dest="8">
<expression />
</RegExp1>
</GetSearchResults>
- <GetDetails dest="3">
- <RegExp input="$$1" output="<details><title>\1</title><year></year><director></director></details>" dest="3">
<expression />
</RegExp>
</GetDetails>
</scraper>

Viewing all articles
Browse latest Browse all 84004

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>