Exclude from listing pictures
#1
Is it possible to exclude directory (@eaDir) from the pictures file listings?

I've only found something for video and audio and it's not working when I try video tag.
Reply
#2
You can exclude that dir from video/audio listings (IIRC from picture listing doesn't look possible)

The only way to do it from pictures it would be to make sure your source does not encompass undesirable directories.

To exclude form video/audio listings create a advncedsettings.xml with the regEx (for audio used the <audio></audio> tags instead of video

Code:
<advancedsettings>
  </video>  
     <excludefromlisting> <!-- Regular expressions that if evaluated to true won't be displayed in Files View -->
        <regexp>/@eaDir/</regexp>
     </excludefromlisting>
  </video>
</advancedsettings>

uNi
Reply
#3
Yeah I already knew that. Too bad then I guess.
Reply
#4
You could just make those folders hidden and, in XBMC, don't enable the option to show hidden files and directories (System/Settings > Appearance > File lists).
Reply
#5
Ah that should work, because they are already hidden. Thanks a lot.

Edit: Hmm, that doesn't work for some reason
Reply

Logout Mark Read Team Forum Stats Members Help
Exclude from listing pictures0