2025-01-15, 17:59
I've been using kodi for a long time with Advancedsettings.xml in the /.kodi/userdata/ folder like below to exclude featurettes from the library for movies and tv. But today all of a sudden it is no longer recognized. All featurettes get scanned as movie and clutter up my database. I already rebooted kodi and the shield pro multiple times and replaced the Advancedsettings.xml a few times, but it just doesn't pick it up. What can i do so it is recognized and excludes the featurettes like it should?
Quote:<advancedsettings version="1.0">
<video>
<excludefromscan>
<regexp>[-\._ ](extrafanart|sample|trailer|extrathumbs)[-\._ ]</regexp>
</excludefromscan>
<excludefromscan action="append">
<regexp>/featurettes/</regexp>
<regexp>[\\/]featurettes[\\/]</regexp>
</excludefromscan>
<excludefromlisting>
<regexp>[-._ \\/](extrafanart|sample|trailer|extrathumbs)[-._ \\/]</regexp>
</excludefromlisting>
<excludetvshowsfromscan action="append">
<regexp>/featurettes/</regexp>
<regexp>[\\/]featurettes[\\/]</regexp>
</excludetvshowsfromscan>
</video>
</advancedsettings>