Kodi Community Forum

Full Version: Ignore music folder when scanning not working in Matrix
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to avoid Kodi to scan and list folders starting with "_ " (e.g. "_ Lord of the Rings Soundtrack"). I edited advancedsettings.xml and I added these lines:

xml:
    <audio>
        <excludefromscan>
            <regexp>.*[\\\/]_\s.*</regexp>
        </excludefromscan>
        <excludefromlisting>
            <regexp>.*[\\\/]_\s.*</regexp>
        </excludefromlisting>
    </audio>

The <excludefromlisting> seems to work fine and I don't see those dirs (or files inside) in the file browser. But, on the other hand, the <excludefromscan> is not working at all. I tried cleaning/updating the music library with no success. Any idea of what's wrong? could it be a bug in Matrix?

Regards and thanks in advance