Kodi Community Forum

Full Version: Loading very slow
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a xbmc with mysql setup. I have had it for quite sometime and everything has been running smoothly but I installed xbmc 12.2 on windows and on my android phone last night and they are taking forever to load and than once in loading my libraries takes a long time also. When I select Movies xbmc freezes and take over 30sec to load up, when I select a movie same thing takes 30sec to start playing but I have no playback isssues.

I have 2 ATV2s, Ipad mini and a Nexus 7 that run on the same network perfectly, no issues.

I have added my advance settings, this files is the same for all machines:
Code:
<advancedsettings>
<videodatabase>  
<type>mysql</type>  
<host>192.168.0.65</host>      
  <port>3306</port>      
   <user>xbmc</user>      
  <pass>xbmc</pass>    
      
</videodatabase>    

</advancedsettings>

And here is a debug log of my Android phone that is having the problems:

http://pastebin.com/jQSYnijC

Thanks for any help.