Ignore certain file types (XBMC 13.1)
#1
Hello,

I'm using the latest XBMC at the moment, Gotham 13.1

Well, I want to hide certain files from my videos and that should be all .iso files.

I found this thread on the topic, which is 4 years old.
The solution pointed out in that thread doesn't work for me.

My advancedsettings.xml currently looks like this:

Code:
<advancedsettings>
  <audio>
    <!-- Default audio player: omxplayer -->
    <defaultplayer>paplayer</defaultplayer>
  </audio>
  <videoextensions>
    <remove>.iso</remove>
    </videoextensions>
</advancedsettings>

I did it exactly like written in the official documentation of the advancedsettings.xml

Why does it not work?
Reply
#2
Try Debug Log to make sure your advancedsettings.xml is being read.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#3
Yeah I got it now...

I think the trick was to delete all sources and add them again in, so the library gets fresh scrapped.

The topic may be closed.
Reply
#4
Yes, if they're already in the library then they'll be listed.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply

Logout Mark Read Team Forum Stats Members Help
Ignore certain file types (XBMC 13.1)0