XBMC adding root SMB share to library when not specified to
#1
Hello all,

For some reason XBMC is scanning the root of my SMB share and adding it to the TV Show library when it is not added as a source anywhere. For instance, I have a games directory and in my TV Shows library it will be scanned in as "X Games". It does this for porn (Unboxing Porn), docs (Misc Docs), public (Public Eye) and several others.

In the GUI and in the sources.xml the root share is not present. Here is my sources.xml file:

Code:
<sources>
    <programs>
        <default pathversion="1"></default>
    </programs>
    <video>
        <default pathversion="1"></default>
        <source>
            <name>Assflex&apos;s TV Shows</name>
            <path pathversion="1">smb://ASSFLEXOR/Assflexer/tv shows/</path>
        </source>
        <source>
            <name>movies</name>
            <path pathversion="1">smb://ASSFLEXOR/Assflexer/movies/</path>
        </source>
    </video>
    <music>
        <default pathversion="1"></default>
        <source>
            <name>music</name>
            <path pathversion="1">smb://ASSFLEXOR/Assflexer/music/</path>
        </source>
    </music>

From the looks of the debug log the VideoInfoScanner is going through the entire share even though it is told to only go through my TV Shows and my Movies directories.

Here is my debug log: part 1 part 2

Does xbmc have another place where you can specify places to get content? It looks like the root is set somewhere, I just don't know where.

Edit: Also, when I clean my library it gets rid of the extra entries but when I update they reappear
Reply

Logout Mark Read Team Forum Stats Members Help
XBMC adding root SMB share to library when not specified to0