2019-01-03, 19:56
Hi,
when i navigate to videos using the video menu i see the useless (i know its no really useless) folder 'lost+found'. i can remember that i could hide this folder by adding some code in advancedsettings.xml, but it doesn't work. i'm on ubuntu and i created the xml file in ~/.kodi/userdata:
i tried the 2 examples above (not at the same time off course). both didn't work.
bunter fisch
when i navigate to videos using the video menu i see the useless (i know its no really useless) folder 'lost+found'. i can remember that i could hide this folder by adding some code in advancedsettings.xml, but it doesn't work. i'm on ubuntu and i created the xml file in ~/.kodi/userdata:
<advancedsettings>
<video>
<excludefromlisting>
<regexp>[-\._ ](lost|found)[-\._ ]</regexp>
<regexp>lost+found</regexp>
<excludefromlisting>
</video>
</advancedsettings>
i tried the 2 examples above (not at the same time off course). both didn't work.
bunter fisch