problem with multiroom xbmc
#1
I have 3 computers, all running windows 7 64 bit and Eden beta 2.
On the main computer it works really well, but on the second and third computer.

* XBMC freezes
* If i press stop when I see a movie it hangs
* When I start xbmc it says scanning for new content and I can’t watch movies

I have the same advisedsettings.xml and sources.xml on all three computers.

Anyone ells who has this problem?

the databse is on a windows 2008 R2 server, latest version of mysql. I also share the thumbnails dirictory to this computer.

--------------
advancedsettings.xml

<advancedsettings>
<videodatabase>
<type>mysql</type>
<host>192.168.1.20</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
<name>xbmc_video</name>
</videodatabase>

<musicdatabase>
<type>mysql</type>
<host>192.168.1.20</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
<name>xbmc_music</name>
</musicdatabase>

<pathsubstitution>
<substitute>
<from>special://masterprofile/Thumbnails/</from>
<to>smb://Server/XBMC/Thumbnails/</to>
</substitute>
</pathsubstitution>


</advancedsettings>



------------------------------------------------
sources.xml

<sources>
<programs>
<default pathversion="1"></default>
</programs>
<video>
<default pathversion="1"></default>
<source>
<name>Movies</name>
<path pathversion="1">smb://Server/Movie/Movies/</path>
</source>
<source>
<name>Series</name>
<path pathversion="1">smb://Server/Movie/Series/</path>
</source>
<source>
<name>Barn</name>
<path pathversion="1">smb://Server/Movie/Barn/</path>
</source>
</video>
<music>
<default pathversion="1"></default>
</music>
<pictures>
<default pathversion="1"></default>
</pictures>
<files>
<default pathversion="1"></default>
</files>
</sources>
Reply
#2
edit: here is my log file from one of the computers that is not working.

<log deleted>
Reply
#3
Please copy and paste the logs to http://pastebin.com/ and post the link here rather than posting logs in the forum. Also remember to enable debug logging from System settings, System, Debugging then restart XBMC before attempting to record a log.

JR
Reply
#4
Problem solved.

What I did was that I upgraded from beta1 to beta2 and there must have been something there. Today I uninstalled xbmc and reinstalled it fresh and then everything worked.

I will post it correctly next time.
Reply

Logout Mark Read Team Forum Stats Members Help
problem with multiroom xbmc0