Win XMBC 12 Frod Running Extremely Slow...
#1
When I start XBMC with the advancedsettings.xml it would run extremely slow. Without the file it runs normal and fast. I have MySQL setup on my Synlogy 1511+ Nas. Setup NFS also. Here's how I setup the advancedsettings.xml:

<advancedsettings>
<videodatabase>
<type>mysql</type>
<host>192.168.0.50</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>192.168.0.50</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
</musicdatabase>
</advancedsettings>

I also have a sources.xml...not sure if this still needs to be done for all of my other device:

<sources>
<programs>
<default pathversion="1"></default>
</programs>
<video>
<default pathversion="1"></default>
<source>
<name>Movies</name>
<path pathversion="1">nfs://192.168.0.50/volume1/Stuffs/Videos/Movies/</path>
</source>
</video>
<music>
<default pathversion="1"></default>
</music>
<pictures>
<default pathversion="1"></default>
</pictures>
<files>
<default pathversion="1"></default>
</files>
</sources>

Any idea what the issue maybe? I'm guessing something with MySQL. There's data being written in MySQL...MyMusic32 & MyVideos75 but I see in the debug xbmc.log that there's problems connecting to it. I have windows firewall off and also allowed inbound and outbound on port 3306 on both TCP & UDP. In my DLink DIR-655 I have port forwarding on for 3306 too.

Here's a link to my debug xbmc.log:

http://pastebin.com/MzeW2mhk

Only thing I've erased in the log was my movie list that it says was skipped since I did a scrape on it already. Don't think it did it correctly anyway since it was running extremely slow and I've force quit it (thought it froze).

Here's my setup:

Windows 8 64bit
i5 3570k with 8GB of memory
using built in intel HD4000 graphics
Realtek ALC898 HD Audio
XBMC (12.0 Git:20130127-fb595f2)

Would really love to resolve this issue and just start watching some movies. Thanks & appreciate all the help!!!


Reply

Logout Mark Read Team Forum Stats Members Help
XMBC 12 Frod Running Extremely Slow...0