Kodi Community Forum

Full Version: sources.xml not working default field
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I come from an old version of xbmc (xbmc4xbox)
And now, in Frodo, the "default" field doesn´t work for me in my sources.xml file.

I assume that:
http://wiki.xbmc.org/index.php?title=Use...red_Fields
http://wiki.xbmc.org/index.php?title=Med...ntext_menu

Documentation:
"If you specify the Name of a source here, the contents of this source will be shown when you enter e.g. the Music section (this example) instead of the ROOT shares listing."

And it's not working for me.
I want to enter in my videos an go directly to Movies content. Saving one click Smile

Code:
<sources>
    <video>
        <default pathversion="1">Movies</default>
        <source>
            <name>Movies</name>
            <path pathversion="1">C:\Movies\</path>
        </source>
        <source>
            <name>Downloads</name>
            <path pathversion="1">C:\Downloads\</path>
        </source>
</sources>
The default feature for files was removed in v11, I think. It just hasn't been updated in all of the wiki pages yet.
OK, thank you very much Smile
It's a pitty