Set content type for media from commandline?
#1
I've created a sources.xml to the paths to all of my content. I'm wondering if there's a way to enable the XBMC library and also set the content for each source.

For example the sources.xml will be set to:

Code:
<sources>
    <video>
        <default pathversion="1"></default>
        <source>
            <name>Videos</name>
            <path pathversion="1">/home/xbmc/Videos/</path>
        </source>
</sources>

After the sources.xml has been set the Library mode will be enabled and the content for this specific source will be set to scrape with IMDB.

Is it possible to do such a thing without using the menu's?
Reply
#2
You'd have to use sqlite3 or similar to set the content in the database.
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
Set content type for media from commandline?0