- August 12, 2010
- 977
- 733
- Home Country
- Malta
- Thread starter
- #351
Tried that - it still does
It starts scraping from the opening of the options and doesn't stop, then crashes, because of the limits. Then you have to force it close and it doesn't remember the settings...
Rinse and repeat...
SpudR, can you amend XML manually for the Music section as indicated below and give it a try.
Code:
<?xml version="1.0" encoding="utf-8"?>
<profile>
<section name="Plugin">
<entry name="version">v1.0.1.8</entry>
</section>
<section name="Settings">
<entry name="delay">1</entry>
<entry name="delay value">minutes</entry>
<entry name="backgroundscraper">yes</entry>
<entry name="CPU utilisation">25%</entry>
<entry name="scraping">15</entry>
<entry name="scraping value">minutes</entry>
<entry name="missing">1</entry>
<entry name="missing value">days</entry>
</section>
<section name="Scraper">
<entry name="language">##</entry>
</section>
<section name="Scraper Movies">
<entry name="dvdart">yes</entry>
<entry name="clearart">yes</entry>
<entry name="clearlogo">yes</entry>
<entry name="template">2</entry>
<entry name="backdrop">yes</entry>
</section>
<section name="Scraper Series">
<entry name="clearart">yes</entry>
<entry name="clearlogo">yes</entry>
</section>
<section name="Scraper Music">
<entry name="cdart">no</entry>
<entry name="banner">no</entry>
<entry name="clearlogo">no</entry>
</section>
<section name="Scheduler">
<entry name="lastrun">28/09/2013 12:45:55</entry>
</section>
</profile>