2022-01-22, 18:19
I have been using this add-on for several years with no problems. The other day I did an Export Library function which seemed to work fine and no .nfo files were added to the Extras folders. However, since then, when I perform the Library Update action, the scraper adds all of my "Extras" folders to the library.
My advancedsettings.xml file is below. Anything in there that would seem to be causing this?
My advancedsettings.xml file is below. Anything in there that would seem to be causing this?
xml:<advancedsettings>
<canwindowed>false</canwindowed>
<sorttokens>
<token>A</token>
<token>An</token>
<token>Les</token>
<token>The</token>
</sorttokens>
<video>
<playcountminimumpercent>98</playcountminimumpercent>
<ignoresecondsatstart>18</ignoresecondsatstart>
<ignorepercentatend>2</ignorepercentatend>
</video>
<videolibrary>
<exportautothumbs>true</exportautothumbs> <!-- Export auto-generated thumbs. Default = false. Change to true to allow export -->
<importwatchedstate>true</importwatchedstate> <!-- Import Last Played and Play Counts. Default = false. Change to true to allow import -->
<importresumepoint>true</importresumepoint> <!-- Import Resume Points. Default = false. Change to true to allow import -->
</videolibrary>
<video>
<excludefromscan>
<regexp>[-\._ ](extrafanart|sample|trailer|extrathumbs)[-\._ ]</regexp>
</excludefromscan>
<excludefromlisting>
<regexp>[-._ \\/](extrafanart|sample|extras|trailer|extrathumbs)[-._ \\/]</regexp>
</excludefromlisting>
<!-- Extras: Section Start -->
<excludefromscan action="append">
<regexp>/extras/</regexp>
<regexp>[\\/]extras[\\/]</regexp>
</excludefromscan>
<excludetvshowsfromscan action="append">
<regexp>/extras/</regexp>
<regexp>[\\/]extras[\\/]</regexp>
</excludetvshowsfromscan>
<!-- Extras: Section End -->
</video>
</advancedsettings>