[LINUX] XBMC won't scrape a specific folder
#1
Exclamation 
I've working through many problems (including HDMI audio and such) and i've been able to fix all of my problems except for one:

I have 2 folders that i want in my xbmc library, Series(=tvshows) and NieuweFilms (movies)
Both folders are on a external HD
Code:
media/LaCie/Films/Series
and
Code:
media/LaCie/Films/NieuweFilms
The folder Series is in my library and is scraped and well but my Nieuwefilms folder is not in my library and is not getting scraped... I've tried to edit the sources.xml but nothing seems to help...

I have an Asrock ion

tnx in advance

JvE

Code:
<sources>
    <programs>
        <default pathversion="1"></default>
        <source>
            <name>programma&apos;s</name>
            <path pathversion="1">plugin://programs/</path>
        </source>
    </programs>
    <video>
        <default pathversion="1"></default>
        <source>
            <name>Series</name>
            <path pathversion="1">/media/LaCie/Films/Series/</path>
        </source>
        <source>
            <name>NieuweFilms</name>
            <path pathversion="1">/media/LaCie/Films/NieuweFilms/</path>
        </source>
    </video>
    <music>
        <default pathversion="1"></default>
    </music>
    <pictures>
        <default pathversion="1"></default>
    </pictures>
    <files>
        <default pathversion="1"></default>
    </files>
</sources>
Reply

Logout Mark Read Team Forum Stats Members Help
[LINUX] XBMC won't scrape a specific folder0