RegEx exclude not working
#1
Hello,
I created file "advancedsettings.xml" in which I am using RegEx to exclude file, which seems to not work.

Filename: D:\Movies\A.Few.Good.Men.1992.1080p.BluRay.H264.AAC-RARBG\RARBG.COM.mp4
Regex:  .*\\RARBG\.COM\.mp4$
The above file matches regex when I test it in https://www.regextester.com/

The content of "advancedsettings.xml" is:
xml:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<advancedsettings>
  <loglevel>2</loglevel>
  <video>
    <excludefromscan>
      <regexp>.*\\RARBG\.COM\.mp4$</regexp>
      <regexp>.*Sample\.mp4$</regexp>
      <regexp>.*\\ETRG\.mp4$</regexp>
    </excludefromscan>
  </video>
</advancedsettings>


1. Version of Kodi. Kodi 17.6
2. Windows Version + Service Pack version Windows 10 Home v1709 build 16299.904
3. CPU/Architecture Intel Core i5-8300H 64 bit
4. RAM amount 8 GB 
5. Detailed Instructions to reproduce the Problem Included Regex, restarted Kodi, Clean and Update folder, still file included
6. Details of all devices relevant to the problem Kodi 17.6 running on Acer Laptop
7. FULL Debug Log https://paste.kodi.tv/quzazajeca.kodi 
Reply

Logout Mark Read Team Forum Stats Members Help
RegEx exclude not working0