PDA

View Full Version : Profile Mixing Sources?


nymart
2009-01-12, 20:01
Yes I read the manual and yes I searched before posting--- :laugh:

XBMC Version 8.10
Debug Log: http://pastebin.com/m398fa8

I have two profiles setup. One contains concert dvd's burned as .iso files and the other contains movies burned as .iso files. The following are my profile.xml and my sources.xml for both the master profile and the secondary. The sources are two seperate physical hard drives. However, when I log in with the master profile (concerts) , it scans both locations and puts the newly added movies into my library even though the location for the movies is not a valid source for that profile. Don't know if this is a bug or if I have done something wrong.

Sources.xml for Master:
- <video>
<default>Concerts</default>
- <source>
<name>Concerts</name>
<path>E:\Concerts\</path>
</source>
- <source>
<name>Video Plugins</name>
</source>
</video>

Sources.xml for Secondary profile:
<video>
<default>Movies</default>
<source>
<name>Movies</name>
<path>F:\Movies\</path>
</source>
<source>
<name>Video Plugins</name>
</source>
</video>

Profiles.xml
<profiles>
<lastloaded>0</lastloaded>
<useloginscreen>true</useloginscreen>
- <profile>
<name>Concerts</name>
<directory>U:\userdata</directory>
<thumbnail>C:\Program Files\XBMC\userdata\Thumbnails\Profiles\789ec3f8.t bn</thumbnail>
<lastdate>01/12/2009 - 12:45 PM</lastdate>
</profile>
- <profile>
<name>Movies</name>
<directory>\profiles\Movies</directory>
<thumbnail>C:\Program Files\XBMC\userdata\Thumbnails\Profiles\d8f5ee03.t bn</thumbnail>
<lastdate>01/12/2009 - 12:21 PM</lastdate>
<hasdatabases>true</hasdatabases>
<canwritedatabases>true</canwritedatabases>
<hassources>true</hassources>
<canwritesources>true</canwritesources>
</profile>
</profiles>

nymart
2009-01-13, 17:42
Bump....Anyone? Just trying to figure out if this is expected behavior or if this is a bug....tia

jmarshall
2009-01-13, 23:12
Sounds like (for whatever reason) some F:\Movies paths are in your master profile's database.

Try removing the db file and starting from scratch and see if it happens again.

Cheers,
Jonathan

nymart
2009-01-15, 05:26
That worked...added a few new ones to each and they are only showing up in the correct profiles...

Thanks Jonathan