Excluding NO_LABEL hard drives from favourites
#1
I know that's a bit advanced stuff but I hope someone of you Kodi cracks could help me out with this.

I've got favourites.xml and sources.xml configured as follows:

 favourites.xml:
xml:

<favourites>
    <favourite name="Filme & Serien" thumb="DefaultFolder.png">ActivateWindow(10025,&quot;library://video/files.xml/&quot;,return)</favourite>
</favourites>

sources.xml:
xml:

<sources>
    <programs>
        <default pathversion="1"></default>
    </programs>
    <video>
        <default pathversion="1"></default>
        <source>
            <name>Spielfilme</name>
            <path pathversion="1">smb://user:[email protected]/Media/TV/Filme/Spielfilme/</path>
            <allowsharing>true</allowsharing>
        </source>
        <source>
            <name>TV-Serien</name>
            <path pathversion="1">smb://user:[email protected]/Media/TV/Serien/TV-Serien/</path>
            <allowsharing>true</allowsharing>
        </source>
        <source>
            <name>Cartoon-Serien</name>
            <path pathversion="1">smb://user:[email protected]/Media/TV/Serien/Cartoons/</path>
            <allowsharing>true</allowsharing>
        </source>
        <source>
            <name>Comedi</name>
            <path pathversion="1">smb://user:[email protected]/Media/TV/Comedi/</path>
            <allowsharing>true</allowsharing>
        </source>
        <source>
            <name>Musikvideos</name>
            <path pathversion="1">smb://user:[email protected]/Media/TV/Musikvideos/</path>
            <allowsharing>true</allowsharing>
        </source>
        <source>
            <name>Dokumentationen</name>
            <path pathversion="1">smb://user:[email protected]/Media/TV/Dokus/</path>
            <allowsharing>true</allowsharing>
        </source>
        <source>
            <name>Diverses</name>
            <path pathversion="1">smb://user:[email protected]/Media/TV/Diverses/</path>
            <allowsharing>true</allowsharing>
        </source>
        <source>
            <name>Kurzfilme</name>
            <path pathversion="1">smb://user:[email protected]/Media/TV/Filme/Kurzfilme/</path>
            <allowsharing>true</allowsharing>
        </source>
        <source>
            <name>Cartoon-Filme</name>
            <path pathversion="1">smb://user:[email protected]/Media/TV/Filme/Cartoons/</path>
            <allowsharing>true</allowsharing>
        </source>
    </video>
    <music>
        <default pathversion="1"></default>
    </music>
    <pictures>
        <default pathversion="1"></default>
    </pictures>
    <files>
        <default pathversion="1"></default>
        <source>
            <name>TT</name>
            <path pathversion="1">http://toptutorialsrepo.co.uk/kodi</path>
            <allowsharing>true</allowsharing>
        </source>
    </files>
</sources>

There are physical hard disks on the system labeled as "NO_LABEL" that are mounted as follows:

Image

Now when I navigate via the Kodi GUI to Favourites --> Filme & Serien, these NO_LABEL sources are also showing up, even they are not included within my favourites.xml nor within the sources.xml file, which is very disturbing to me:

Image

I know I could unmount them completely from the Linux filesystem, but there must be another more reliabe way to exclude them via Kodi directly.
Is there another way to exclude those NO_LABEL disks completely from the view without unmounting them?

Thanks in advance!
Reply
#2
Not too sure if that might help, but I would give the "excludefromlisting" option via advancedsettings.xml a try

https://kodi.wiki/view/Advancedsettings....romlisting

At least "file view" is mentioned. Not sure if that section will count as file view. But worth a try, I guess Wink
Reply

Logout Mark Read Team Forum Stats Members Help
Excluding NO_LABEL hard drives from favourites0