Kodi Community Forum

Full Version: XBMCbuntu weird media sources problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I have a strange problem. I needed to change some setting in my media sources. so I went into Files and I have two sources one for movies and one for tv-shows.
Thing is if I try to edit them, they point to two local folders, while the movies one if formed by 6 network folders and the TV by two.

I checked sources.xml in usedata and it shows the two sources are pointing to locas folders.

The weird thing is that if I scan my library it actually scans all the 8 right network folders.

Anyone has an idea of what is happening?
My best

Simone

<sources>
<programs>
<default pathversion="1"></default>
</programs>
<video>
<default pathversion="1"></default>
<source>
<name>Movies</name>
<path pathversion="1">/home/simo/Movies/</path>
</source>
<source>
<name>TV Shows</name>
<path pathversion="1">/home/simo/TV Shows/</path>
</source>
</video>
<music>
<default pathversion="1"></default>
<source>
<name>Music</name>
<path pathversion="1">/home/simo/Music/</path>
</source>
</music>
<pictures>
<default pathversion="1"></default>
<source>
<name>Pictures</name>
<path pathversion="1">/home/simo/Pictures/</path>
</source>
</pictures>
<files>
<default pathversion="1"></default>
</files>
</sources>
sounds like your network drives are mounted in the /home/simo/Movies/ and /home/simo/TV Shows/ directories.
Thanks a lot for your reply.

Is it possiblile even if the folders are completely empty, no hidden files neither, I am checking with ssh.

my best
what's the output for the following commands
Code:
mount

Code:
ls -la /home/simo/Movies
Here the come
Thanks again. is very weird...
I said network drive, they are exactly smb folders coming from my NAS

simo@xbmc:~$ ls -la /home/simo/Movies
total 16
drwxr-xr-x 2 simo simo 4096 2012-02-23 21:40 .
drwxr-xr-x 15 simo simo 12288 2012-06-18 20:53 ..


simo@xbmc:~$ mount
/dev/sda1 on / type ext4 (rw,errors=remount-ro,commit=0)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
I have another file in userdata media source.xml that contains

<mediasources>
<network>
<location id="0">daap://192.168.2.171:3689/</location>
</network>
</mediasources>

which is my nas
anyway still not the specific folders
Is really weird. "files" is emmpty but I still have all my videos in my library and I can scan for new ones... even if the sources are empty too...
switch to the confluence skin and go to your movie library bring up the info screen on the movie, what does it say the path is? also post your full sources.xml.
Found the problem. When i updated i simply imported the database without adding the sources. The weird thing remain, because it kept on scanning the sources even without having the in the source list.

Copies the old source fie from a back and now is fine.

thanks a lort