2023-09-07, 08:18
I have a general questions, and also a specific issue that I'm having. First of all what is the difference between excludefromscan and excludefromlisting ? Wouldn't it make sense that if something was excluded from a scan that it would automatically not be able to be listed?
I have the following as part of my advancedsettings.xml file, and for some reason files named "sample" are still getting through.
I have the following as part of my advancedsettings.xml file, and for some reason files named "sample" are still getting through.
Code:
<video>
<excludefromscan>
<regexp>[-\._ ](extrafanart|trailer|extrathumbs|sample|Sample|Introduction|Solutions)[-\._ ]</regexp>
</excludefromscan>
<excludefromlisting>
<regexp>[-._ \\/](extrafanart|trailer|extrathumbs|sample|Sample|Introduction|Solutions)[-._ \\/]</regexp>
</excludefromlisting>