Kodi Community Forum

Full Version: Slow GUI after Subnet change
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Setup:
- Synology NAS with NFS shares and a MYSQL-DB
- Raspbmc
- Windows 7

All latest stable Kodi build


Everything worked fine, but I had to change my IP-address from 192.168.1.16 to 192.168.2.16.
So I changed the AdvancedSettings.xml to:
Code:
<advancedsettings>
    <videodatabase>
        <type>mysql</type>
        <host>192.168.2.16</host>
        <port>3306</port>
        <user>xbmc</user>
        <pass>xbmc</pass>
        <name>xbmc_video</name>
    </videodatabase>
</advancedsettings>

and the sources.xml to:
Code:
<sources>
    <programs>
        <default pathversion="1"></default>
    </programs>
    <video>
        <default pathversion="1"></default>
        <source>
            <name>Movies</name>
            <path pathversion="1">nfs://192.168.2.16/volume1/video/Movies/</path>
            <allowsharing>true</allowsharing>
        </source>
        <source>
            <name>TV Shows</name>
            <path pathversion="1">nfs://192.168.2.16/volume1/video/TV Shows/</path>
            <allowsharing>true</allowsharing>
        </source>
    </video>
</sources>

I've deleted the SQL-database, and all the images in the 'movies' and 'TV shows'-folders and let raspbmc create a completly fresh DB and let Artwork Downloader download all new images. I also reinstalled RaspBMC and from the Windows System I've renamed the Thumnail-folder and deleted the Texturexx.db. Just to be sure there weren't any wrong references.

Problem:
Strange thing is that everything works fine, but the Kodi-GUI in raspbmc and in Windows 7 work EXTREMELY SLOW

Can anyone tell me what the problem could be?

LOG: http://xbmclogs.com/show.php?id=404924

On 13:58 and 14:01 tried to open the MOVIES-tab and TV SHOWS-tab respectivaly in the confluence-skin on the raspbmc and it took it minutes!

Code:
13:58:33 T:2917704768  NOTICE: Thread JobWorker start, auto delete: true
13:58:55 T:2895307840  NOTICE: Previous line repeats 1 times.
13:58:55 T:2895307840  NOTICE: Thread BackgroundLoader start, auto delete: false
14:01:27 T:2895307840  NOTICE: Previous line repeats 1 times.
14:01:27 T:2895307840  NOTICE: Thread JobWorker start, auto delete: true
14:01:53 T:2828006464  NOTICE: Previous line repeats 3 times.
14:01:53 T:2828006464  NOTICE: Thread BackgroundLoader start, auto delete: false
Found the Solution:

my.cnf
See: http://kodi.wiki/view/MySQL/Advanced_not...ersions.29:


How and why this changed, I have no idea....