Troubleshooting MySQL & AdvancedSettings.XML
#1
Problem: I can't get any of my xbmc installations to read from my MySQL central library.

Scenario:

1. All media stored on \\NAS (Buffalo Linkstation) and accessed by SMB.

2. MySQL Server running on \\Workstation (Windows XP Pro). XBMC Frodo is also installed on computer.

3. XBMC Frodo is running on \\Laptop (Windows 7 Pro). Until yesterday, this installation would load the MySQL library. Now it won't and I don't know why.

4. XBMC Frodo is running on an Android-powered Pivos Xios. (Note: I know that this is the Windows Forum). This has never accessed the MySQL library.


In an effort to troubleshoot this, I installed XBMC Frodo on the workstation where the MySQL library is hosted. I placed an AdvancedSettings.xml file in C:\Documents and Settings\Administrator\Application Data\XBMC\userdata, the full contents of which are quoted below int his post. By the way, the exact same AdvancedSettings.xml file is on \\Laptop at c:\users\MYNAME\AppData\Roaming\XBMC\userdata.

When XBMC starts on \\Workstation or \\Laptop, it acts like the AdvancedSettings.xml file just does not exist. The \\Workstation debug log is quoted below in this post. Screenshots taken on \\Laptop in MySQL Workbench showing information about the user XBMC are found here. The \\Workstation debug log will be in the next post.

What have I overlooked in this setup? Why aren't \\Workstation or \\Laptop not reading from the AdvancedSettings.xml file?


ADVANCEDSETTINGS.XML (identical on \\Workstation and \\Laptop)
Code:
<advancedsettings>
    <videodatabase>
        <type>mysql</type>
        <host>192.168.3.100</host>
        <port>3306</port>
        <user>xbmc</user>
        <pass>*****************</pass>
    </videodatabase>

    <musicdatabase>
        <type>mysql</type>
        <host>192.168.3.100</host>
        <port>3306</port>
        <user>xbmc</user>
        <pass>*****************</pass>
    </musicdatabase>

     <videolibrary>
          <importwatchedstate>true</importwatchedstate>
     </videolibrary>
</advancedsettings>

DEBUG LOG FROM \\WORKSTATION
Code:
09:08:34 T:5576  NOTICE: -----------------------------------------------------------------------
09:08:34 T:5576  NOTICE: Starting XBMC (12.0 Git:20130127-fb595f2), Platform: WindowsXP Professional SP3 32-bit, build 2600. Built on Jan 28 2013 (compiler 1600)
09:08:34 T:5576  NOTICE: Intel(R) Core(TM)2 Quad  CPU   Q9300  @ 2.50GHz
09:08:34 T:5576  NOTICE: Desktop Resolution: 1280x1024 32Bit at 60Hz
09:08:34 T:5576  NOTICE: Running with administrator rights
09:08:34 T:5576  NOTICE: Aero is disabled
09:08:34 T:5576  NOTICE: special://xbmc/ is mapped to: C:\Program Files\XBMC
09:08:34 T:5576  NOTICE: special://xbmcbin/ is mapped to: C:\Program Files\XBMC
09:08:34 T:5576  NOTICE: special://masterprofile/ is mapped to: C:\Documents and Settings\Administrator\Application Data\XBMC\userdata
09:08:34 T:5576  NOTICE: special://home/ is mapped to: C:\Documents and Settings\Administrator\Application Data\XBMC\
09:08:34 T:5576  NOTICE: special://temp/ is mapped to: C:\Documents and Settings\Administrator\Application Data\XBMC\cache
09:08:34 T:5576  NOTICE: The executable running is: C:\Program Files\XBMC\XBMC.exe
09:08:34 T:5576  NOTICE: Local hostname: HP-Quad
09:08:34 T:5576  NOTICE: Log File is located: C:\Documents and Settings\Administrator\Application Data\XBMC\xbmc.log
09:08:34 T:5576  NOTICE: -----------------------------------------------------------------------
09:08:35 T:5576  NOTICE: Enumerated DirectSound devices:
09:08:35 T:5576  NOTICE:     Device 1
09:08:35 T:5576  NOTICE:         m_deviceName      : {bd6dd71a-3deb-11d1-b171-00c04fc20000}
09:08:35 T:5576  NOTICE:         m_displayName     : SoundMAX HD Audio
09:08:35 T:5576  NOTICE:         m_displayNameExtra: DirectSound: SoundMAX HD Audio
09:08:35 T:5576  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
09:08:35 T:5576  NOTICE:         m_channels        : FL,FR
09:08:35 T:5576  NOTICE:         m_sampleRates     : 96000
09:08:35 T:5576  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_AC3
09:08:35 T:5576  NOTICE:     Device 2
09:08:35 T:5576  NOTICE:         m_deviceName      : {bd6dd71a-3deb-11d1-b171-00c04fc20002}
09:08:35 T:5576  NOTICE:         m_displayName     : TucbAudio Device 0
09:08:35 T:5576  NOTICE:         m_displayNameExtra: DirectSound: TucbAudio Device 0
09:08:35 T:5576  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
09:08:35 T:5576  NOTICE:         m_channels        : FL,FR
09:08:35 T:5576  NOTICE:         m_sampleRates     : 96000
09:08:35 T:5576  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_AC3
09:08:35 T:5576  NOTICE:     Device 3
09:08:35 T:5576  NOTICE:         m_deviceName      : {bd6dd71a-3deb-11d1-b171-00c04fc20003}
09:08:35 T:5576  NOTICE:         m_displayName     : TucbAudio Device 1
09:08:35 T:5576  NOTICE:         m_displayNameExtra: DirectSound: TucbAudio Device 1
09:08:35 T:5576  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
09:08:35 T:5576  NOTICE:         m_channels        : FL,FR
09:08:35 T:5576  NOTICE:         m_sampleRates     : 96000
09:08:35 T:5576  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_AC3
09:08:35 T:5576  NOTICE:     Device 4
09:08:35 T:5576  NOTICE:         m_deviceName      : {bd6dd71a-3deb-11d1-b171-00c04fc20004}
09:08:35 T:5576  NOTICE:         m_displayName     : TucbAudio Device 10
09:08:35 T:5576  NOTICE:         m_displayNameExtra: DirectSound: TucbAudio Device 10
09:08:35 T:5576  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
09:08:35 T:5576  NOTICE:         m_channels        : FL,FR
09:08:35 T:5576  NOTICE:         m_sampleRates     : 96000
09:08:35 T:5576  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_AC3
09:08:35 T:5576  NOTICE:     Device 5
09:08:35 T:5576  NOTICE:         m_deviceName      : {bd6dd71a-3deb-11d1-b171-00c04fc20005}
09:08:35 T:5576  NOTICE:         m_displayName     : TucbAudio Device 11
09:08:35 T:5576  NOTICE:         m_displayNameExtra: DirectSound: TucbAudio Device 11
09:08:35 T:5576  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
09:08:35 T:5576  NOTICE:         m_channels        : FL,FR
09:08:35 T:5576  NOTICE:         m_sampleRates     : 96000
09:08:35 T:5576  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_AC3
09:08:35 T:5576  NOTICE:     Device 6
09:08:35 T:5576  NOTICE:         m_deviceName      : {bd6dd71a-3deb-11d1-b171-00c04fc20006}
09:08:35 T:5576  NOTICE:         m_displayName     : TucbAudio Device 12
09:08:35 T:5576  NOTICE:         m_displayNameExtra: DirectSound: TucbAudio Device 12
09:08:35 T:5576  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
09:08:35 T:5576  NOTICE:         m_channels        : FL,FR
09:08:35 T:5576  NOTICE:         m_sampleRates     : 96000
09:08:35 T:5576  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_AC3
09:08:35 T:5576  NOTICE:     Device 7
09:08:35 T:5576  NOTICE:         m_deviceName      : {bd6dd71a-3deb-11d1-b171-00c04fc20007}
09:08:35 T:5576  NOTICE:         m_displayName     : TucbAudio Device 13
09:08:35 T:5576  NOTICE:         m_displayNameExtra: DirectSound: TucbAudio Device 13
09:08:35 T:5576  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
09:08:35 T:5576  NOTICE:         m_channels        : FL,FR
09:08:35 T:5576  NOTICE:         m_sampleRates     : 96000
09:08:35 T:5576  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_AC3
09:08:35 T:5576  NOTICE:     Device 8
09:08:35 T:5576  NOTICE:         m_deviceName      : {bd6dd71a-3deb-11d1-b171-00c04fc20008}
09:08:35 T:5576  NOTICE:         m_displayName     : TucbAudio Device 14
09:08:35 T:5576  NOTICE:         m_displayNameExtra: DirectSound: TucbAudio Device 14
09:08:35 T:5576  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
09:08:35 T:5576  NOTICE:         m_channels        : FL,FR
09:08:35 T:5576  NOTICE:         m_sampleRates     : 96000
09:08:35 T:5576  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_AC3
09:08:35 T:5576  NOTICE:     Device 9
09:08:35 T:5576  NOTICE:         m_deviceName      : {bd6dd71a-3deb-11d1-b171-00c04fc20009}
09:08:35 T:5576  NOTICE:         m_displayName     : TucbAudio Device 15
09:08:35 T:5576  NOTICE:         m_displayNameExtra: DirectSound: TucbAudio Device 15
09:08:35 T:5576  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
09:08:35 T:5576  NOTICE:         m_channels        : FL,FR
09:08:35 T:5576  NOTICE:         m_sampleRates     : 96000
09:08:35 T:5576  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_AC3
09:08:35 T:5576  NOTICE:     Device 10
09:08:35 T:5576  NOTICE:         m_deviceName      : {bd6dd71a-3deb-11d1-b171-00c04fc2000a}
09:08:35 T:5576  NOTICE:         m_displayName     : TucbAudio Device 2
09:08:35 T:5576  NOTICE:         m_displayNameExtra: DirectSound: TucbAudio Device 2
09:08:35 T:5576  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
09:08:35 T:5576  NOTICE:         m_channels        : FL,FR
09:08:35 T:5576  NOTICE:         m_sampleRates     : 96000
09:08:35 T:5576  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_AC3
09:08:35 T:5576  NOTICE:     Device 11
09:08:35 T:5576  NOTICE:         m_deviceName      : {bd6dd71a-3deb-11d1-b171-00c04fc2000b}
09:08:35 T:5576  NOTICE:         m_displayName     : TucbAudio Device 3
09:08:35 T:5576  NOTICE:         m_displayNameExtra: DirectSound: TucbAudio Device 3
09:08:35 T:5576  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
09:08:35 T:5576  NOTICE:         m_channels        : FL,FR
09:08:35 T:5576  NOTICE:         m_sampleRates     : 96000
09:08:35 T:5576  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_AC3
09:08:35 T:5576  NOTICE:     Device 12
09:08:35 T:5576  NOTICE:         m_deviceName      : {bd6dd71a-3deb-11d1-b171-00c04fc2000c}
09:08:35 T:5576  NOTICE:         m_displayName     : TucbAudio Device 4
09:08:35 T:5576  NOTICE:         m_displayNameExtra: DirectSound: TucbAudio Device 4
09:08:35 T:5576  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
09:08:35 T:5576  NOTICE:         m_channels        : FL,FR
09:08:35 T:5576  NOTICE:         m_sampleRates     : 96000
09:08:35 T:5576  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_AC3
09:08:35 T:5576  NOTICE:     Device 13
09:08:35 T:5576  NOTICE:         m_deviceName      : {bd6dd71a-3deb-11d1-b171-00c04fc2000d}
09:08:35 T:5576  NOTICE:         m_displayName     : TucbAudio Device 5
09:08:35 T:5576  NOTICE:         m_displayNameExtra: DirectSound: TucbAudio Device 5
09:08:35 T:5576  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
09:08:35 T:5576  NOTICE:         m_channels        : FL,FR
09:08:35 T:5576  NOTICE:         m_sampleRates     : 96000
09:08:35 T:5576  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_AC3
09:08:35 T:5576  NOTICE:     Device 14
09:08:35 T:5576  NOTICE:         m_deviceName      : {bd6dd71a-3deb-11d1-b171-00c04fc2000e}
09:08:35 T:5576  NOTICE:         m_displayName     : TucbAudio Device 6
09:08:35 T:5576  NOTICE:         m_displayNameExtra: DirectSound: TucbAudio Device 6
09:08:35 T:5576  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
09:08:35 T:5576  NOTICE:         m_channels        : FL,FR
09:08:35 T:5576  NOTICE:         m_sampleRates     : 96000
09:08:35 T:5576  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_AC3
09:08:35 T:5576  NOTICE:     Device 15
09:08:35 T:5576  NOTICE:         m_deviceName      : {bd6dd71a-3deb-11d1-b171-00c04fc2000f}
09:08:35 T:5576  NOTICE:         m_displayName     : TucbAudio Device 7
09:08:35 T:5576  NOTICE:         m_displayNameExtra: DirectSound: TucbAudio Device 7
09:08:35 T:5576  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
09:08:35 T:5576  NOTICE:         m_channels        : FL,FR
09:08:35 T:5576  NOTICE:         m_sampleRates     : 96000
09:08:35 T:5576  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_AC3
09:08:35 T:5576  NOTICE:     Device 16
09:08:35 T:5576  NOTICE:         m_deviceName      : {bd6dd71a-3deb-11d1-b171-00c04fc20010}
09:08:35 T:5576  NOTICE:         m_displayName     : TucbAudio Device 8
09:08:35 T:5576  NOTICE:         m_displayNameExtra: DirectSound: TucbAudio Device 8
09:08:35 T:5576  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
09:08:35 T:5576  NOTICE:         m_channels        : FL,FR
09:08:35 T:5576  NOTICE:         m_sampleRates     : 96000
09:08:35 T:5576  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_AC3
09:08:35 T:5576  NOTICE:     Device 17
09:08:35 T:5576  NOTICE:         m_deviceName      : {bd6dd71a-3deb-11d1-b171-00c04fc20011}
09:08:35 T:5576  NOTICE:         m_displayName     : TucbAudio Device 9
09:08:35 T:5576  NOTICE:         m_displayNameExtra: DirectSound: TucbAudio Device 9
09:08:35 T:5576  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
09:08:35 T:5576  NOTICE:         m_channels        : FL,FR
09:08:35 T:5576  NOTICE:         m_sampleRates     : 96000
09:08:35 T:5576  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_AC3
09:08:35 T:5576  NOTICE: load settings...
09:08:35 T:5576  NOTICE: special://profile/ is mapped to: special://masterprofile/
09:08:35 T:5576  NOTICE: loading special://masterprofile/guisettings.xml
09:08:35 T:5576  NOTICE: Getting hardware information now...
09:08:35 T:5576  NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
09:08:35 T:5576  NOTICE: Loaded playercorefactory configuration
09:08:35 T:5576  NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
09:08:35 T:5576  NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
09:08:35 T:5576  NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
09:08:35 T:5576  NOTICE: Loaded settings file from special://profile/advancedsettings.xml
09:08:35 T:5576  NOTICE: Contents of special://profile/advancedsettings.xml are...
                                            <advancedsettings>
                                              <videodatabase>
                                                <type>mysql</type>
                                                <host>192.168.3.100</host>
                                                <port>3306</port>
                                                <user>xbmc</user>
                                                <pass>*****************</pass>
                                              </videodatabase>
                                              <musicdatabase>
                                                <type>mysql</type>
                                                <host>192.168.3.100</host>
                                                <port>3306</port>
                                                <user>xbmc</user>
                                                <pass>*****************</pass>
                                              </musicdatabase>
                                              <videolibrary>
                                                <importwatchedstate>true</importwatchedstate>
                                              </videolibrary>
                                            </advancedsettings>
09:08:35 T:5576 WARNING: VIDEO database configuration is experimental.
09:08:35 T:5576  NOTICE: Getting hardware information now...
09:08:35 T:5576  NOTICE: Default DVD Player: dvdplayer
09:08:35 T:5576  NOTICE: Default Video Player: dvdplayer
09:08:35 T:5576  NOTICE: Default Audio Player: paplayer
09:08:35 T:5576  NOTICE: Disabled debug logging due to GUI setting. Level 0.
09:08:35 T:5576  NOTICE: Log level changed to 0
09:08:35 T:5576  NOTICE: Loading media sources from special://masterprofile/sources.xml
09:08:35 T:6404  NOTICE: Thread CSoftAE start, auto delete: false
09:08:35 T:5576  NOTICE: Running database version Addons15
09:08:35 T:7896  NOTICE: Thread XBMC Peripherals start, auto delete: false
09:08:35 T:7536  NOTICE: Thread CRemoteControl start, auto delete: false
09:08:35 T:5576  NOTICE: Found screen: Plug and Play Monitor on Intel(R) Q35 Express Chipset Family, adapter 0.
09:08:35 T:5576  NOTICE: Primary mode: 1280x1024 @ 60.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 320x200 @ 70.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 320x240 @ 70.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 400x300 @ 70.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 512x384 @ 70.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 640x400 @ 70.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 640x480 @ 60.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 640x480 @ 70.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 640x480 @ 72.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 640x480 @ 75.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 800x600 @ 56.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 800x600 @ 60.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 800x600 @ 72.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 800x600 @ 75.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 832x624 @ 75.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 1024x768 @ 60.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 1024x768 @ 70.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 1024x768 @ 75.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 1152x864 @ 60.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 1152x864 @ 75.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 1280x600 @ 60.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 1280x720 @ 60.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 1280x720 @ 75.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 1280x768 @ 60.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 1280x768 @ 75.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 1280x960 @ 60.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 1280x960 @ 75.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 1280x1024 @ 60.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 1280x1024 @ 75.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 384x512 @ 70.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 512x384 @ 70.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 384x512 @ 70.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 400x640 @ 70.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 640x400 @ 70.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 400x640 @ 70.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 480x640 @ 60.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 640x480 @ 60.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 480x640 @ 60.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 480x640 @ 70.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 640x480 @ 70.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 480x640 @ 70.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 480x640 @ 72.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 640x480 @ 72.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 480x640 @ 72.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 480x640 @ 75.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 640x480 @ 75.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 480x640 @ 75.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 600x800 @ 56.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 800x600 @ 56.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 600x800 @ 56.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 600x800 @ 60.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 800x600 @ 60.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 600x800 @ 60.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 600x800 @ 72.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 800x600 @ 72.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 600x800 @ 72.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 600x800 @ 75.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 800x600 @ 75.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 600x800 @ 75.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 624x832 @ 75.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 832x624 @ 75.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 624x832 @ 75.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 768x1024 @ 60.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 1024x768 @ 60.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 768x1024 @ 60.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 768x1024 @ 70.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 1024x768 @ 70.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 768x1024 @ 70.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 768x1024 @ 75.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 1024x768 @ 75.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 768x1024 @ 75.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 864x1152 @ 60.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 1152x864 @ 60.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 864x1152 @ 60.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 1152x864 @ 75.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 600x1280 @ 60.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 1280x600 @ 60.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 600x1280 @ 60.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 720x1280 @ 60.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 1280x720 @ 60.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 720x1280 @ 60.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 1280x720 @ 75.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 768x1280 @ 60.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 1280x768 @ 60.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 768x1280 @ 60.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 1280x768 @ 75.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 960x1280 @ 60.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 1280x960 @ 60.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 960x1280 @ 60.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 1280x960 @ 75.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 1024x1280 @ 60.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 1280x1024 @ 60.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 1024x1280 @ 60.00 - Full Screen
09:08:35 T:5576  NOTICE: Additional mode: 1280x1024 @ 75.00 - Full Screen
09:08:35 T:5576  NOTICE: Checking resolution 16
09:08:37 T:5576  NOTICE: Running database version Addons15
09:08:37 T:5576  NOTICE: Running database version ViewModes4
09:08:37 T:5576  NOTICE: Running database version Textures13
09:08:37 T:5576  NOTICE: Running database version MyMusic32
09:08:37 T:5576  NOTICE: Running database version MyVideos75
09:08:37 T:5576  NOTICE: Running database version TV22
09:08:37 T:5576  NOTICE: Running database version Epg7
09:08:37 T:5576  NOTICE: initializing playlistplayer
09:08:37 T:5576  NOTICE: DONE initializing playlistplayer
09:08:39 T:5576  NOTICE: initialize done
09:08:39 T:5576  NOTICE: Running the application...
09:08:39 T:5576   ERROR: SQL: The table does not exist
                                            Query: select count(idSong) as NumSongs from songview
09:08:39 T:5576   ERROR: CMusicDatabase::GetSongsCount() failed
09:08:39 T:4364  NOTICE: Thread Jobworker start, auto delete: true
09:08:39 T:5576   ERROR: SQL: The table does not exist
                                            Query: select count(1) from musicvideo
09:08:39 T:5576   ERROR: CVideoDatabase::HasContent failed
09:08:39 T:5576   ERROR: SQL: The table does not exist
                                            Query: SELECT movieview.idSet,COUNT(1) AS c FROM movieview JOIN sets ON sets.idSet = movieview.idSet GROUP BY movieview.idSet HAVING c>1
09:08:39 T:5576   ERROR: CVideoDatabase::HasSets failed
09:08:39 T:5576  NOTICE: ES: Starting event server
09:08:39 T:4892  NOTICE: Thread CEventServer start, auto delete: false
09:08:39 T:4892  NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
09:08:39 T:4892  NOTICE: UDP: Listening on port 9777
09:08:39 T:6388  NOTICE: Thread CTCPServer start, auto delete: false
09:08:39 T:4364   ERROR: SQL: The table does not exist
                                            Query: SELECT songview.* FROM (SELECT idAlbum FROM albumview ORDER BY idAlbum DESC LIMIT 10) AS recentalbums JOIN songview ON songview.idAlbum=recentalbums.idAlbum
09:08:39 T:4364   ERROR: CMusicDatabase::GetRecentlyAddedAlbumSongs failed
09:08:39 T:4364   ERROR: SQL: The table does not exist
                                            Query: select * from albumview where strAlbum != '' order by idAlbum desc limit 10
09:08:39 T:4364   ERROR: CMusicDatabase::GetRecentlyAddedAlbums failed
09:08:39 T:4364   ERROR: SQL: The table does not exist
                                            Query: select * from movieview  ORDER BY dateAdded desc, idMovie desc LIMIT 10
09:08:39 T:4364   ERROR: CVideoDatabase::GetMoviesByWhere failed
09:08:39 T:4364   ERROR: SQL: The table does not exist
                                            Query: select * from episodeview  ORDER BY dateAdded desc, idEpisode desc LIMIT 10
09:08:39 T:4364   ERROR: CVideoDatabase::GetEpisodesByWhere failed
09:08:39 T:4364   ERROR: SQL: The table does not exist
                                            Query: select * from musicvideoview  ORDER BY dateAdded desc, idMVideo desc LIMIT 10
09:08:39 T:4364   ERROR: CVideoDatabase::GetMusicVideosByWhere failed
09:08:39 T:7376  NOTICE: Thread CRssReader start, auto delete: false
09:08:39 T:4364   ERROR: SQL: The table does not exist
                                            Query: SELECT count(1) FROM songview LIMIT 1
09:08:39 T:4364   ERROR: CDatabase::GetSingleValue - failed on query 'SELECT count(1) FROM songview LIMIT 1'
09:08:39 T:4364   ERROR: SQL: The table does not exist
                                            Query: SELECT count(distinct strAlbum) FROM songview LIMIT 1
09:08:39 T:4364   ERROR: CDatabase::GetSingleValue - failed on query 'SELECT count(distinct strAlbum) FROM songview LIMIT 1'
09:08:39 T:4364   ERROR: SQL: The table does not exist
                                            Query: SELECT count(distinct strArtists) FROM songview LIMIT 1
09:08:39 T:4364   ERROR: CDatabase::GetSingleValue - failed on query 'SELECT count(distinct strArtists) FROM songview LIMIT 1'
09:08:39 T:4364   ERROR: SQL: The table does not exist
                                            Query: SELECT count(1) FROM tvshowview LIMIT 1
09:08:39 T:4364   ERROR: CDatabase::GetSingleValue - failed on query 'SELECT count(1) FROM tvshowview LIMIT 1'
09:08:39 T:4364   ERROR: SQL: The table does not exist
                                            Query: SELECT count(1) FROM movieview LIMIT 1
09:08:39 T:4364   ERROR: CDatabase::GetSingleValue - failed on query 'SELECT count(1) FROM movieview LIMIT 1'
09:08:39 T:4364   ERROR: SQL: The table does not exist
                                            Query: SELECT count(playCount) FROM movieview LIMIT 1
09:08:39 T:4364   ERROR: CDatabase::GetSingleValue - failed on query 'SELECT count(playCount) FROM movieview LIMIT 1'
09:08:39 T:4364   ERROR: SQL: The table does not exist
                                            Query: SELECT count(1) FROM musicvideoview LIMIT 1
09:08:39 T:4364   ERROR: CDatabase::GetSingleValue - failed on query 'SELECT count(1) FROM musicvideoview LIMIT 1'
09:08:39 T:4364   ERROR: SQL: The table does not exist
                                            Query: SELECT count(playCount) FROM musicvideoview LIMIT 1
09:08:39 T:4364   ERROR: CDatabase::GetSingleValue - failed on query 'SELECT count(playCount) FROM musicvideoview LIMIT 1'
09:08:39 T:4364   ERROR: SQL: The table does not exist
                                            Query: SELECT sum(watchedcount) FROM tvshowview LIMIT 1
09:08:39 T:4364   ERROR: CDatabase::GetSingleValue - failed on query 'SELECT sum(watchedcount) FROM tvshowview LIMIT 1'
09:08:39 T:4364   ERROR: SQL: The table does not exist
                                            Query: SELECT sum(totalcount) FROM tvshowview LIMIT 1
09:08:39 T:4364   ERROR: CDatabase::GetSingleValue - failed on query 'SELECT sum(totalcount) FROM tvshowview LIMIT 1'
09:08:39 T:4364   ERROR: SQL: The table does not exist
                                            Query: SELECT sum(watchedcount = totalcount) FROM tvshowview LIMIT 1
09:08:39 T:4364   ERROR: CDatabase::GetSingleValue - failed on query 'SELECT sum(watchedcount = totalcount) FROM tvshowview LIMIT 1'
09:08:39 T:6980  NOTICE: Thread CFileCache start, auto delete: false
09:08:41 T:3868  NOTICE: Thread Background Loader start, auto delete: false
09:08:43 T:4192  NOTICE: Previous line repeats 1 times.
09:08:43 T:4192  NOTICE: Thread CFileCache start, auto delete: false
09:08:44 T:6176  NOTICE: Previous line repeats 1 times.
09:08:44 T:6176  NOTICE: Thread Jobworker start, auto delete: true
09:08:45 T:5128  NOTICE: Previous line repeats 1 times.
09:08:45 T:5128  NOTICE: Thread Background Loader start, auto delete: false
09:08:55 T:7504  NOTICE: Previous line repeats 2 times.
09:08:55 T:7504   ERROR: SQL: The table does not exist
                                            Query: SELECT songview.* FROM (SELECT idAlbum FROM albumview ORDER BY idAlbum DESC LIMIT 10) AS recentalbums JOIN songview ON songview.idAlbum=recentalbums.idAlbum
09:08:55 T:7504   ERROR: CMusicDatabase::GetRecentlyAddedAlbumSongs failed
09:08:55 T:7504   ERROR: SQL: The table does not exist
                                            Query: select * from albumview where strAlbum != '' order by idAlbum desc limit 10
09:08:55 T:7504   ERROR: CMusicDatabase::GetRecentlyAddedAlbums failed
09:08:55 T:7504   ERROR: SQL: The table does not exist
                                            Query: select * from movieview  ORDER BY dateAdded desc, idMovie desc LIMIT 10
09:08:55 T:7504   ERROR: CVideoDatabase::GetMoviesByWhere failed
09:08:55 T:7504   ERROR: SQL: The table does not exist
                                            Query: select * from episodeview  ORDER BY dateAdded desc, idEpisode desc LIMIT 10
09:08:55 T:7504   ERROR: CVideoDatabase::GetEpisodesByWhere failed
09:08:55 T:7504   ERROR: SQL: The table does not exist
                                            Query: select * from musicvideoview  ORDER BY dateAdded desc, idMVideo desc LIMIT 10
09:08:55 T:7504   ERROR: CVideoDatabase::GetMusicVideosByWhere failed
09:08:55 T:7504   ERROR: SQL: The table does not exist
                                            Query: SELECT count(1) FROM songview LIMIT 1
09:08:55 T:7504   ERROR: CDatabase::GetSingleValue - failed on query 'SELECT count(1) FROM songview LIMIT 1'
09:08:55 T:7504   ERROR: SQL: The table does not exist
                                            Query: SELECT count(distinct strAlbum) FROM songview LIMIT 1
09:08:55 T:7504   ERROR: CDatabase::GetSingleValue - failed on query 'SELECT count(distinct strAlbum) FROM songview LIMIT 1'
09:08:55 T:7504   ERROR: SQL: The table does not exist
                                            Query: SELECT count(distinct strArtists) FROM songview LIMIT 1
09:08:55 T:7504   ERROR: CDatabase::GetSingleValue - failed on query 'SELECT count(distinct strArtists) FROM songview LIMIT 1'
09:08:55 T:7504   ERROR: SQL: The table does not exist
                                            Query: SELECT count(1) FROM tvshowview LIMIT 1
09:08:55 T:7504   ERROR: CDatabase::GetSingleValue - failed on query 'SELECT count(1) FROM tvshowview LIMIT 1'
09:08:55 T:7504   ERROR: SQL: The table does not exist
                                            Query: SELECT count(1) FROM movieview LIMIT 1
09:08:55 T:7504   ERROR: CDatabase::GetSingleValue - failed on query 'SELECT count(1) FROM movieview LIMIT 1'
09:08:55 T:7504   ERROR: SQL: The table does not exist
                                            Query: SELECT count(playCount) FROM movieview LIMIT 1
09:08:55 T:7504   ERROR: CDatabase::GetSingleValue - failed on query 'SELECT count(playCount) FROM movieview LIMIT 1'
09:08:55 T:7504   ERROR: SQL: The table does not exist
                                            Query: SELECT count(1) FROM musicvideoview LIMIT 1
09:08:55 T:7504   ERROR: CDatabase::GetSingleValue - failed on query 'SELECT count(1) FROM musicvideoview LIMIT 1'
09:08:55 T:7504   ERROR: SQL: The table does not exist
                                            Query: SELECT count(playCount) FROM musicvideoview LIMIT 1
09:08:55 T:7504   ERROR: CDatabase::GetSingleValue - failed on query 'SELECT count(playCount) FROM musicvideoview LIMIT 1'
09:08:55 T:7504   ERROR: SQL: The table does not exist
                                            Query: SELECT sum(watchedcount) FROM tvshowview LIMIT 1
09:08:55 T:7504   ERROR: CDatabase::GetSingleValue - failed on query 'SELECT sum(watchedcount) FROM tvshowview LIMIT 1'
09:08:55 T:7504   ERROR: SQL: The table does not exist
                                            Query: SELECT sum(totalcount) FROM tvshowview LIMIT 1
09:08:55 T:7504   ERROR: CDatabase::GetSingleValue - failed on query 'SELECT sum(totalcount) FROM tvshowview LIMIT 1'
09:08:55 T:7504   ERROR: SQL: The table does not exist
                                            Query: SELECT sum(watchedcount = totalcount) FROM tvshowview LIMIT 1
09:08:55 T:7504   ERROR: CDatabase::GetSingleValue - failed on query 'SELECT sum(watchedcount = totalcount) FROM tvshowview LIMIT 1'
09:09:00 T:5576  NOTICE: Storing total System Uptime
09:09:00 T:5576  NOTICE: Saving settings
09:09:00 T:5576  NOTICE: stop all
09:09:00 T:5576  NOTICE: ES: Stopping event server
09:09:00 T:5576  NOTICE: stopping zeroconf publishing
09:09:01 T:4892  NOTICE: ES: UDP Event server stopped
09:09:01 T:5576  NOTICE: stop sap announcement listener
09:09:01 T:5576  NOTICE: clean cached files!
09:09:01 T:5576  NOTICE: unload skin
09:09:01 T:5576  NOTICE: stop python
09:09:01 T:5576  NOTICE: stopped
09:09:01 T:5576  NOTICE: destroy
09:09:01 T:5576  NOTICE: closing down remote control service
09:09:01 T:5576  NOTICE: unload sections
09:09:01 T:5576  NOTICE: destroy
09:09:01 T:5576 WARNING: Attempted to remove window 10013 from the window manager when it didn't exist
09:09:01 T:5576 WARNING: Attempted to remove window 10014 from the window manager when it didn't exist
09:09:01 T:5576 WARNING: Attempted to remove window 10015 from the window manager when it didn't exist
09:09:01 T:5576 WARNING: Attempted to remove window 10016 from the window manager when it didn't exist
09:09:01 T:5576 WARNING: Attempted to remove window 10017 from the window manager when it didn't exist
09:09:01 T:5576 WARNING: Attempted to remove window 10018 from the window manager when it didn't exist
09:09:01 T:5576 WARNING: Attempted to remove window 10019 from the window manager when it didn't exist
09:09:01 T:5576 WARNING: Attempted to remove window 10021 from the window manager when it didn't exist
09:09:01 T:5576 WARNING: Attempted to remove window 10107 from the window manager when it didn't exist
09:09:01 T:5576 WARNING: Attempted to remove window 10115 from the window manager when it didn't exist
09:09:01 T:5576 WARNING: Attempted to remove window 10104 from the window manager when it didn't exist
09:09:01 T:5576  NOTICE: closing down remote control service
09:09:01 T:5576  NOTICE: unload sections
09:09:01 T:5576  NOTICE: application stopped...

DEBUG LOG FROM \\LAPTOP
[code]10:16:03 T:29360 NOTICE: -----------------------------------------------------------------------
10:16:03 T:29360 NOTICE: Starting XBMC (12.0 Git:20130127-fb595f2), Platform: Windows 7 SP1 64-bit, build 7601. Built on Jan 28 2013 (compiler 1600)
10:16:03 T:29360 NOTICE: Intel® Core™ i5-2520M CPU @ 2.50GHz
10:16:03 T:29360 NOTICE: Desktop Resolution: 1366x768 32Bit at 50Hz
10:16:03 T:29360 NOTICE: Running with restricted rights
10:16:03 T:29360 NOTICE: Aero is disabled
10:16:03 T:29360 NOTICE: special://xbmc/ is mapped to: C:\Program Files (x86)\XBMC
10:16:03 T:29360 NOTICE: special://xbmcbin/ is mapped to: C:\Program Files (x86)\XBMC
10:16:03 T:29360 NOTICE: special://masterprofile/ is mapped to: C:\Users\gstrickland\AppData\Roaming\XBMC\userdata
10:16:03 T:29360 NOTICE: special://home/ is mapped to: C:\Users\gstrickland\AppData\Roaming\XBMC\
10:16:03 T:29360 NOTICE: special://temp/ is mapped to: C:\Users\gstrickland\AppData\Roaming\XBMC\cache
10:16:03 T:29360 NOTICE: The executable running is: C:\Program Files (x86)\XBMC\XBMC.exe
10:16:03 T:29360 NOTICE: Local hostname: LenovoT520
10:16:03 T:29360 NOTICE: Log File is located: C:\Users\gstrickland\AppData\Roaming\XBMC\xbmc.log
10:16:03 T:29360 NOTICE: -----------------------------------------------------------------------
10:16:03 T:29360 NOTICE: Enumerated DirectSound devices:
10:16:03 T:29360 NOTICE: Device 1
10:16:03 T:29360 NOTICE: m_deviceName : {7C810BFD-4468-4F00-BCCE-B45DBD035D52}
10:16:03 T:29360 NOTICE: m_displayName : LineLevel - Audials Sound Capturing (Audials Sound Capturing)
10:16:03 T:29360 NOTICE: m_displayNameExtra: DirectSound: Audials Sound Capturing (Audials Sound Capturing)
10:16:03 T:29360 NOTICE: m_deviceType : AE_DEVTYPE_PCM
10:16:03 T:29360 NOTICE: m_channels : FL,FR
10:16:03 T:29360 NOTICE: m_sampleRates : 44100
10:16:03 T:29360 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_AC3
10:16:03 T:29360 NOTICE: Device 2
10:16:03 T:29360 NOTICE: m_deviceName : {CED08DD7-1963-4A6F-89C4-69B394DBE105}
10:16:03 T:29360 NOTICE: m_displayName : Speakers - Speakers (Conexant 20672 SmartAudio HD)
10:16:03 T:29360 NOTICE: m_displayNameExtra: DirectSound: Speakers (Conexant 20672 SmartAudio HD)
10:16:03 T:29360 NOTICE: m_deviceType : AE_DEVTYPE_PCM
10:16:03 T:29360 NOTICE: m_channels : FL,FR
10:16:03 T:29360 NOTICE: m_sampleRates : 44100
10:16:03 T:29360 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_AC3
10:16:03 T:29360 NOTICE: Enumerated WASAPI devices:
10:16:03 T:29360 NOTICE: Device 1
10:16:03 T:29360 NOTICE: m_deviceName : {7C810BFD-4468-4F00-BCCE-B45DBD035D52}
10:16:03 T:29360 NOTICE: m_displayName : LineLevel - Audials Sound Capturing (Audials Sound Capturing)
10:16:03 T:29360 NOTICE: m_displayNameExtra: WASAPI: Audials Sound Capturing (Audials Sound Capturing)
10:16:03 T:29360 NOTICE: m_deviceType : AE_DEVTYPE_PCM
10:16:03 T:29360 NOTICE: m_channels : FL,FR
10:16:03 T:29360 NOTICE: m_sampleRates : 44100
10:16:03 T:29360 NOTICE: m_dataFormats :
10:16:03 T:29360 NOTICE: Device 2
10:16:03 T:29360 NOTICE: m_deviceName : {CED08DD7-1963-4A6F-89C4-69B394DBE105}
10:16:03 T:29360 NOTICE: m_displayName : Speakers - Speakers (Conexant 20672 SmartAudio HD)
10:16:03 T:29360 NOTICE: m_displayNameExtra: WASAPI: Speakers (Conexant 20672 SmartAudio HD)
10:16:03 T:29360 NOTICE: m_deviceType : AE_DEVTYPE_PCM
10:16:03 T:29360 NOTICE: m_channels : FL,FR
10:16:03 T:29360 NOTICE: m_sampleRates : 192000,96000,48000,44100
10:16:03 T:29360 NOTICE: m_dataFormats : AE_FMT_S24NE4,AE_FMT_S24LE4,AE_FMT_S24BE4,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE
10:16:03 T:29360 NOTICE: load settings...
10:16:03 T:29360 NOTICE: special://profile/ is mapped to: special://masterprofile/
10:16:03 T:29360 NOTICE: loading special://masterprofile/guisettings.xml
10:16:03 T:29360 NOTICE: Getting hardware information now...
10:16:03 T:29360 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
10:16:03 T:29360 NOTICE: Loaded playercorefactory configuration
10:16:03 T:29360 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
10:16:03 T:29360 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
10:16:03 T:29360 NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
10:16:03 T:29360 NOTICE: Loaded settings file from special://profile/advancedsettings.xml
10:16:03 T:29360 NOTICE: Contents of special://profile/advancedsettings.xml are...
<advancedsettings>
<videodatabase>
<type>mysql</type>
<host>192.168.3.100</host>
<port>3306</port>
<user>xbmc</user>
<pass>*************</pass>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>192.168.3.100</host>
<port>3306</port>
<user>xbmc</user>
<pass>*************</pass>
</musicdatabase>
<videolibrary>
<importwatchedstate>true</importwatchedstate>
</videolibrary>
</advancedsettings>
10:16:03 T:29360 WARNING: VIDEO database configuration is experimental.
10:16:03 T:29360 NOTICE: Getting hardware information now...
10:16:03 T:29360 NOTICE: Default DVD Player: dvdplayer
10:16:03 T:29360 NOTICE: Default Video Player: dvdplayer
10:16:03 T:29360 NOTICE: Default Audio Player: paplayer
10:16:03 T:29360 NOTICE: Enabled debug logging due to GUI setting (2)
10:16:03 T:29360 NOTICE: Log level changed to 2
10:16:03 T:29360 NOTICE: Loading media sources from special://masterprofile/sources.xml
10:16:03 T:29360 INFO: creating subdirectories
10:16:03 T:29360 INFO: userdata folder: special://masterprofile/
10:16:03 T:29360 INFO: recording folder:
10:16:03 T:29360 INFO: screenshots folder:
10:16:03 T:29360 INFO: thumbnails folder: special://masterprofile/Thumbnails
10:16:03 T:29360 INFO: load language info file: special://xbmc/language/English/langinfo.xml
10:16:03 T:29360 DEBUG: trying to set locale to eng_usa
10:16:03 T:29360 INFO: global locale set to English_United States.1252
10:16:03 T:29360 INFO: load English language file, from path: special://xbmc/language/
10:16:03 T:29360 DEBUG: POParser: PO file has Win Style Line Endings. Converted in memory to Linux LF for file: C:\Program Files (x86)\XBMC\language\English\strings.po
10:16:03 T:29360 DEBUG: POParser: loaded 2686 strings from file C:\Program Files (x86)\XBMC\language\English\strings.po
10:16:03 T:29360 INFO: CSoftAE::InternalOpenSink - sink incompatible, re-starting
10:16:03 T:29360 DEBUG: CAESinkDirectSound::Initialize: Using Window handle: 65552
10:16:03 T:29360 DEBUG: CAESinkDirectSound::Initialize: secondary buffer created
10:16:03 T:29360 DEBUG: CAESinkDirectSound::Initialize: Initializing DirectSound with the following parameters:
10:16:03 T:29360 DEBUG: Audio Device : Audials Sound Capturing (Audials Sound Capturing)
10:16:03 T:29360 DEBUG: Sample Rate : 44100
10:16:03 T:29360 DEBUG: Sample Format : AE_FMT_FLOAT
10:16:03 T:29360 DEBUG: Bits Per Sample : 32
10:16:03 T:29360 DEBUG: Valid Bits/Samp : 32
10:16:03 T:29360 DEBUG: Channel Count : 2
10:16:03 T:29360 DEBUG: Block Align : 8
10:16:03 T:29360 DEBUG: Avg. Bytes Sec : 352800
10:16:03 T:29360 DEBUG: Samples/Block : 32
10:16:03 T:29360 DEBUG: Format cBSize : 22
10:16:03 T:29360 DEBUG: Channel Layout : FL,FR
10:16:03 T:29360 DEBUG: Channel Mask : 3
10:16:03 T:29360 DEBUG: Frames : 441
10:16:03 T:29360 DEBUG: Frame Samples : 882
10:16:03 T:29360 DEBUG: Frame Size : 8
10:16:03 T:29360 DEBUG: CSoftAE::InternalOpenSink - DirectSound Initialized:
10:16:03 T:29360 DEBUG: Output Device : LineLevel - Audials Sound Capturing (Audials Sound Capturing)
10:16:03 T:29360 DEBUG: Sample Rate : 44100
10:16:03 T:29360 DEBUG: Sample Format : AE_FMT_FLOAT
10:16:03 T:29360 DEBUG: Channel Count : 2
10:16:03 T:29360 DEBUG: Channel Layout: FL,FR
10:16:03 T:29360 DEBUG: Frames : 441
10:16:03 T:29360 DEBUG: Frame Samples : 882
10:16:03 T:29360 DEBUG: Frame Size : 8
10:16:03 T:29360 DEBUG: CSoftAE::InternalOpenSink - Using speaker layout: 2.0
10:16:03 T:29360 DEBUG: CSoftAE::InternalOpenSink - Internal Buffer Size: 3528
10:16:03 T:29360 NOTICE: Running database version Addons15
10:16:03 T:29360 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/cpluff.dll)
10:16:03 T:28904 NOTICE: Thread CSoftAE start, auto delete: false
10:16:03 T:28904 INFO: CSoftAE::Run - Thread Started
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in xbmc.json has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.fanart.tv has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in webinterface.default has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in repository.xbmc.org has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.black has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in screensaver.rsxs.euphoria has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in pvr.vdr.vnsi has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in pvr.argustv has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in repository.pvr-osx32.xbmc.org has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in pvr.mediaportal.tvserver has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in visualization.projectm has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in weather.wunderground has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in script.module.simplejson has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.dim has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in metadata.themoviedb.org has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in xbmc.metadata has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in repository.pvr-ios.xbmc.org has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in skin.confluence has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in visualization.glspectrum has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in xbmc.gui has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in visualization.milkdrop has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in script.module.pil has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.amazon.de has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in visualization.dxspectrum has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in pvr.vuplus has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in metadata.musicvideos.theaudiodb.com has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in xbmc.core has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in screensaver.rsxs.solarwinds has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in pvr.demo has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in xbmc.pvr has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in pvr.njoy has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in pvr.nextpvr has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in repository.pvr-android.xbmc.org has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in metadata.album.universal has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.htbackdrops.com has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in repository.pvr-win32.xbmc.org has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in pvr.dvbviewer has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in repository.pvr-osx64.xbmc.org has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in pvr.mythtv.cmyth has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in metadata.tvdb.com has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.musicbrainz.org has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.allmusic.com has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.last.fm has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.themoviedb.org has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.theaudiodb.com has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in metadata.artists.universal has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in xbmc.python has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.imdb.com has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in xbmc.addon has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in visualization.waveform has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in screensaver.rsxs.plasma has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in pvr.hts has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in script.module.pysqlite has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.hdtrailers.net has been installed.'
10:16:03 T:29360 DEBUG: ADDON: cpluff: 'Not all directories were successfully scanned.'
10:16:03 T:29360 DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node "Motorola Nyxboard Hybrid"
10:16:03 T:29360 DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node "Raspberry Pi CEC Adapter"
10:16:03 T:29360 DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node "Pulse-Eight CEC Adapter"
10:16:03 T:29360 DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node "iMON HID device"
10:16:03 T:29360 DEBUG: CWin32StorageProvider::Initialize: No optical drive found.
10:16:03 T:31296 NOTICE: Thread CRemoteControl start, auto delete: false
10:16:03 T:29360 NOTICE: Found screen: ThinkPad Display 1366x768 on Intel® HD Graphics Family, adapter 0.
10:16:03 T:29360 NOTICE: Primary mode: 1366x768 @ 50.00 - Full Screen
10:16:03 T:29360 NOTICE: Additional mode: 320x200 @ 50.00 - Full Screen
10:16:03 T:29360 NOTICE: Previous line repeats 2 times.
10:16:03 T:29360 NOTICE: Additional mode: 320x200 @ 60.00 - Full Screen
10:16:03 T:29360 NOTICE: Previous line repeats 2 times.
10:16:03 T:29360 NOTICE: Additional mode: 320x240 @ 50.00 - Full Screen
10:16:03 T:29360 NOTICE: Previous line repeats 2 times.
10:16:03 T:29360 NOTICE: Additional mode: 320x240 @ 60.00 - Full Screen
10:16:03 T:29360 NOTICE: Previous line repeats 2 times.
10:16:03 T:29360 NOTICE: Additional mode: 400x300 @ 50.00 - Full Screen
10:16:03 T:29360 NOTICE: Previous line repeats 2 times.
10:16:03 T:29360 NOTICE: Additional mode: 400x300 @ 60.00 - Full Screen
10:16:03 T:29360 NOTICE: Previous line repeats 2 times.
10:16:03 T:29360 NOTICE: Additional mode: 512x384 @ 50.00 - Full Screen
10:16:03 T:29360 NOTICE: Previous line repeats 2 times.
10:16:03 T:29360 NOTICE: Additional mode: 512x384 @ 60.00 - Full Screen
10:16:03 T:31296 NOTICE: Previous line repeats 2 times.
10:16:03 T:31296 DEBUG: CRemoteControl::Connect - connecting to: ::1:24000 ...
10:16:03 T:31740 NOTICE: Thread XBMC Peripherals start, auto delete: false
10:16:03 T:29360 NOTICE: Additional mode: 640x400 @ 50.00 - Full Screen
10:16:03 T:29360 NOTICE: Previous line repeats 2 times.
10:16:03 T:29360 NOTICE: Additional mode: 640x400 @ 60.00 - Full Screen
10:16:03 T:29360 NOTICE: Previous line repeats 2 times.
10:16:03 T:29360 NOTICE: Additional mode: 640x480 @ 50.00 - Full Screen
10:16:03 T:29360 NOTICE: Previous line repeats 2 times.
10:16:03 T:29360 NOTICE: Additional mode: 640x480 @ 60.00 - Full Screen
10:16:03 T:29360 NOTICE: Previous line repeats 2 times.
10:16:03 T:29360 NOTICE: Additional mode: 768x480 @ 60.00 - Full Screen
10:16:03 T:29360 NOTICE: Previous line repeats 2 times.
10:16:03 T:29360 NOTICE: Additional mode: 768x480 @ 50.00 - Full Screen
10:16:03 T:29360 NOTICE: Previous line repeats 2 times.
10:16:03 T:29360 NOTICE: Additional mode: 800x600 @ 50.00 - Full Screen
10:16:03 T:29360 NOTICE: Previous line repeats 2 times.
10:16:03 T:29360 NOTICE: Additional mode: 800x600 @ 60.00 - Full Screen
10:16:03 T:29360 NOTICE: Previous line repeats 2 times.
10:16:03 T:29360 NOTICE: Additional mode: 960x600 @ 60.00 - Full Screen
10:16:03 T:29360 NOTICE: Previous line repeats 2 times.
10:16:03 T:29360 NOTICE: Additional mode: 960x600 @ 50.00 - Full Screen
10:16:03 T:29360 NOTICE: Previous line repeats 2 times.
10:16:03 T:29360 NOTICE: Additional mode: 1024x768 @ 50.00 - Full Screen
10:16:03 T:29360 NOTICE: Previous line repeats 2 times.
10:16:03 T:29360 NOTICE: Additional mode: 1024x768 @ 60.00 - Full Screen
10:16:03 T:29360 NOTICE: Previous line repeats 2 times.
10:16:03 T:29360 NOTICE: Additional mode: 1280x720 @ 50.00 - Full Screen
10:16:03 T:29360 NOTICE: Previous line repeats 2 times.
10:16:03 T:29360 NOTICE: Additional mode: 1280x720 @ 60.00 - Full Screen
10:16:03 T:28904 NOTICE: Previous line repeats 2 times.
10:16:03 T:28904 DEBUG: CAESinkDirectSound::CheckPlayStatus: Resuming Playback
10:16:03 T:29360 NOTICE: Additional mode: 1280x768 @ 50.00 - Full Screen
10:16:03 T:29360 NOTICE: Previous line repeats 2 times.
10:16:03 T:29360 NOTICE: Additional mode: 1280x768 @ 60.00 - Full Screen
10:16:03 T:29360 NOTICE: Previous line repeats 2 times.
10:16:03 T:29360 NOTICE: Additional mode: 1360x768 @ 50.00 - Full Screen
10:16:03 T:29360 NOTICE: Previous line repeats 2 times.
10:16:03 T:29360 NOTICE: Additional mode: 1360x768 @ 60.00 - Full Screen
10:16:03 T:29360 NOTICE: Previous line repeats 2 times.
10:16:03 T:29360 NOTICE: Additional mode: 1366x768 @ 50.00 - Full Screen
10:16:03 T:29360 NOTICE: Additional mode: 1366x768 @ 60.00 - Full Screen
10:16:03 T:29360 NOTICE: Checking resolution 16
10:16:03 T:29360 DEBUG: CWinEventsWin32::WndProc: window resize event
10:16:03 T:29360 DEBUG: CWinEventsWin32::WndProc: window move event
10:16:03 T:29360 DEBUG: CWinSystemWin32::ResizeInternal - resizing due to size change (0,0,1366,768 fullscreen)->(0,0,1366,768 fullscreen)
10:16:03 T:29360 DEBUG: CWinEventsWin32::WndProcWindow is active
10:16:04 T:29360 DEBUG: CRenderSystemDX::InitRenderSystem - trying D3D9Ex...
10:16:04 T:29360 DEBUG: CRenderSystemDX::InitRenderSystem - using D3D9Ex
10:16:04 T:29360 DEBUG: CRenderSystemDX::CreateDevice on adapter 0
10:16:04 T:29360 DEBUG: CRenderSystemDX::CreateDevice - using hardware vertex processing
10:16:04 T:29360 DEBUG: CRenderSystemDX::CreateDevice - adapter 0: igdumdx32.dll, Intel® HD Graphics Family, VendorId 32902, DeviceId 294
10:16:04 T:29360 DEBUG: CRenderSystemDX::CreateDevice - using D3DCAPS2_DYNAMICTEXTURES
10:16:04 T:29360 DEBUG: CRenderSystemDX::CreateDevice - texture caps: 0x0021EC45
10:16:04 T:29360 DEBUG: CRenderSystemDX::CreateDevice - RENDER_CAPS_DXT
10:16:04 T:29360 DEBUG: CRenderSystemDX::CreateDevice - RENDER_CAPS_NPOT
10:16:04 T:29360 DEBUG: CRenderSystemDX::CreateDevice - RENDER_CAPS_DXT_NPOT
10:16:04 T:29360 DEBUG: CRenderSystemDX::CreateDevice - Intel workaround - specifying minimum pitch for compressed textures.
10:16:04 T:29360 DEBUG: CWinSystemWin32::SetFullScreen (true fullscreen) on screen 0 with size 1366x768, refresh 50.000000
10:16:04 T:29360 DEBUG: CRenderManager::UpdateDisplayLatency - Latency set to 0 msec
10:16:04 T:29360 INFO: load default splash image: C:\Program Files (x86)\XBMC\media\Splash.png
10:16:04 T:29360 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/ImageLib.dll)
10:16:04 T:29360 INFO: load keymapping
10:16:04 T:29360 INFO: Loading special://xbmc/system/keymaps/appcommand.xml
10:16:04 T:29360 INFO: Loading special://xbmc/system/keymaps/gamepad.xml
10:16:04 T:29360 INFO: Loading special://xbmc/system/keymaps/joystick.Alienware.Dual.Compatible.Controller.xml
10:16:04 T:29360 INFO: Loading special://xbmc/system/keymaps/joystick.AppleRemote.xml
10:16:04 T:29360 INFO: Loading special://xbmc/system/keymaps/joystick.Harmony.xml
10:16:04 T:29360 INFO: Loading special://xbmc/system/keymaps/joystick.Interact.AxisPad.xml
10:16:04 T:29360 INFO: Loading special://xbmc/system/keymaps/joystick.Logitech.RumblePad.2.xml
10:16:04 T:29360 INFO: Loading special://xbmc/system/keymaps/joystick.Microsoft.Xbox.360.Controller.xml
10:16:04 T:29360 INFO: Loading special://xbmc/system/keymaps/joystick.Microsoft.Xbox.Controller.S.xml
10:16:04 T:29360 INFO: Loading special://xbmc/system/keymaps/joystick.PS3.Remote.Keyboard.xml
10:16:04 T:29360 INFO: Loading special://xbmc/system/keymaps/joystick.Sony.PLAYSTATION®3.Controller.xml
10:16:04 T:29360 INFO: Loading special://xbmc/system/keymaps/joystick.WiiRemote.xml
10:16:04 T:29360 INFO: Loading special://xbmc/system/keymaps/keyboard.xml
10:16:04 T:29360 INFO: Loading special://xbmc/system/keymaps/mouse.xml
10:16:04 T:29360 INFO: Loading special://xbmc/system/keymaps/remote.xml
10:16:04 T:29360 INFO: Loading special://xbmc/system/IRSSmap.xml
10:16:04 T:29360 INFO: * Adding remote mapping for device 'Microsoft MCE'
10:16:04 T:29360 INFO: * Adding remote mapping for device 'Abstract'
10:16:04 T:29360 DEBUG: CButtonTranslator::Load - no userdata IRSSmap.xml found, skipping
10:16:04 T:29360 INFO: GUI format 1366x768, Display 1366x768 @ 50.00 - Full Screen
10:16:04 T:29360 DEBUG: guilib: Fill viewport on change for solving rendering passes
10:16:04 T:29360 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/libcurl.dll)
10:16:04 T:29360 NOTICE: Running database version Addons15
10:16:04 T:29360 DEBUG: CDatabaseManager::Initialize, updating databases...
10:16:04 T:29360 NOTICE: Running database version ViewModes4
10:16:04 T:29360 NOTICE: Running database version Textures13
10:16:04 T:31296 DEBUG: CRemoteControl::Connect - connecting to: 127.0.0.1:24000 ...
10:16:04 T:29360 NOTICE: Running database version MyMusic32
10:16:05 T:29360 NOTICE: Running database version MyVideos75
10:16:05 T:29360 NOTICE: Running database version TV22
10:16:05 T:29360 NOTICE: Running database version Epg7
10:16:05 T:29360 DEBUG: CDatabaseManager::Initialize, updating databases... DONE
10:16:05 T:29360 NOTICE: initializing playlistplayer
10:16:05 T:29360 NOTICE: DONE initializing playlistplayer
10:16:05 T:29360 DEBUG: DPMS: supported power-saving modes: OFF STANDBY
10:16:05 T:29360 DEBUG: CAnnouncementManager - Announcement: OnClear from xbmc
10:16:05 T:29360 DEBUG: GOT ANNOUNCEMENT, type: 2, from xbmc, message OnClear
10:16:05 T:29360 INFO: Unloading old skin ...
10:16:05 T:29360 INFO: load skin from: C:\Program Files (x86)\XBMC\addons\skin.confluence (version: 2.1.3)
10:16:05 T:29360 INFO: load fonts for skin...
10:16:05 T:29360 INFO: Loading fonts from C:\Program Files (x86)\XBMC\addons\skin.confluence\720p\Font.xml
10:16:05 T:29360 DEBUG: POParser: PO file has Win Style Line Endings. Converted in memory to Linux LF for file: C:\Program Files (x86)\XBMC\addons\skin.confluence\language\English\strings.po
10:16:05 T:29360 DEBUG: POParser: loaded 131 strings from file C:\Program Files (x86)\XBMC\addons\skin.confluence\language\English\strings.po
10:16:05 T:29360 INFO: Loading skin includes from C:\Program Files (x86)\XBMC\addons\skin.confluence\720p\includes.xml
10:16:05 T:29360 INFO: load new skin...
10:16:05 T:29360 INFO: Loading user windows, path C:\Program Files (x86)\XBMC\addons\skin.confluence\720p
10:16:05 T:29360 DEBUG: Load Skin XML: 6.86ms
10:16:05 T:29360 INFO: initialize new skin...
10:16:05 T:29360 DEBUG: guilib: Fill viewport on change for solving rendering passes
10:16:05 T:29360 INFO: Loading skin file: Pointer.xml, load type: LOAD_ON_GUI_INIT
10:16:05 T:29360 DEBUG: CTextureBundleXBT::OpenBundle - Opened bundle C:\Program Files (x86)\XBMC\addons\skin.confluence\media\Textures.xbt
10:16:05 T:29360 INFO: Loading skin file: DialogVolumeBar.xml, load type: LOAD_ON_GUI_INIT
10:16:05 T:29360 INFO: Loading skin file: DialogKaiToast.xml, load type: LOAD_ON_GUI_INIT
10:16:05 T:29360 INFO: Loading skin file: DialogMuteBug.xml, load type: LOAD_ON_GUI_INIT
10:16:05 T:29360 INFO: Loading skin file: DialogSeekBar.xml, load type: LOAD_ON_GUI_INIT
10:16:05 T:29360 INFO: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT
10:16:05 T:29360 INFO: Loading skin file: DialogExtendedProgressBar.xml, load type: LOAD_ON_GUI_INIT
10:16:05 T:29360 INFO: Loading C:\Program Files (x86)\XBMC\addons\skin.confluence\sounds\sounds.xml
10:16:05 T:29360 INFO: CAEWAVLoader::Initialize - Sound Loaded: C:\Program Files (x86)\XBMC\addons\skin.confluence\sounds\cursor.wav
10:16:05 T:29360 INFO: CAEWAVLoader::Initialize - Sound Loaded: C:\Program Files (x86)\XBMC\addons\skin.confluence\sounds\click.wav
10:16:05 T:29360 INFO: CAEWAVLoader::Initialize - Sound Loaded: C:\Program Files (x86)\XBMC\addons\skin.confluence\sounds\back.wav
10:16:05 T:29360 DEBUG: AERemap: Downmix normalization is disabled
10:16:05 T:29360 INFO: CAEWAVLoader::Initialize - Sound Loaded: C:\Program Files (x86)\XBMC\addons\skin.confluence\sounds\shutter.wav
10:16:05 T:29360 INFO: CAEWAVLoader::Initialize - Sound Loaded: C:\Program Files (x86)\XBMC\addons\skin.confluence\sounds\notify.wav
10:16:05 T:29360 DEBUG: AERemap: Downmix normalization is disabled
10:16:05 T:29360 INFO: CAEWAVLoader::Initialize - Sound Loaded: C:\Program Files (x86)\XBMC\addons\skin.confluence\sounds\out.wav
10:16:05 T:29360 DEBUG: AERemap: Downmix normalization is disabled
10:16:05 T:29360 INFO: skin loaded...
10:16:05 T:29360 INFO: JSONRPC v6.0.0: Successfully initialized
10:16:05 T:29360 DEBUG: ADDON: Starting service addons.
10:16:05 T:29360 DEBUG: Activating window ID: 12999
10:16:05 T:29360 DEBUG: ------ Window Init (Startup.xml) ------
10:16:05 T:29360 INFO: Loading skin file: Startup.xml, load type: LOAD_EVERY_TIME
10:16:05 T:29360 INFO: removing tempfiles
10:16:05 T:29360 DEBUG: ADDON: Starting service addons.
10:16:05 T:29360 NOTICE: initialize done
10:16:05 T:29360 DEBUG: CJoystick::Initialize : No Joystick found
10:16:05 T:29360 NOTICE: Running the application...
10:16:05 T:29360 DEBUG: CApplication::ExecuteXBMCAction : Translating ReplaceWindow(Home)
10:16:05 T:29360 DEBUG: CApplication::ExecuteXBMCAction : To ReplaceWindow(Home)
10:16:05 T:29360 DEBUG: Activating window ID: 10000
10:16:05 T:29360 DEBUG: ------ Window Init () ------
10:16:05 T:29360 DEBUG: ------ Window Init (Pointer.xml) ------
10:16:05 T:29360 DEBUG: ------ Window Deinit (Startup.xml) ------
10:16:05 T:29360 DEBUG: ------ Window Init (Home.xml) ------
10:16:05 T:29360 INFO: Loading skin file: Home.xml, load type: KEEP_IN_MEMORY
10:16:05 T:31296 DEBUG: CRemoteControl::Connect - failed to connect
10:16:05 T:31296 INFO: CRemoteControl:Tonguerocess - failed to connect to irss, will keep retrying every 5 seconds
10:16:05 T:29360 ERROR: SQL: The table does not exist
Query: select count(idSong) as NumSongs from s
Reply
#2
Are the mySQL databases populated? Can you use something like HeidiSQL to see what is in there.

From the log it appears that your clients think that the tables in the db do not exist. This could be corruption of the mySQL database. You could test this but adding a <name>testvideodb</name> command to your existing advancedsettings so that XBMC creates a new db. Then scan your media to the new db and see if all your clients can connect to it.

Also - post your logs to xbmclogs.com or pastebin.com and drop the link back here as to not clutter up the posts so much.
Openelec on ASRock ION 330 / Kodi on Win 7 PC
Reply
#3
Thumbs Up 
For the sake of the next guy struggling as much as I have struggled, here is how I solved my problem.

1. I installed MySQL on \\Workstation per the XBMC Wiki instructions found here.

2. I installed XBMC Frodo on \\Workstation.

3. I added all of my sources:
smb://NAS_IP/video/adults/movies
smb://NAS_IP/video/adults/tv
smb://NAS_IP/video/kids/movies
smb://NAS_IP/video/kids/tv

4. On \\Workstation, I let the scrapers scrape all of my sources and verified that all of my content "looked rightTM."

5. On \\Workstation, I went into |System|Settings|Video|Library and exported all of my content as separate files. I chose not to export art, since I've read that sharing art leads to trouble anyway. Doing the export created one NFO file (of the same root name) for every content file in my sources that the scrapers recognized and stored the NFO files to the same location as its corresponding file. If the scrapers don't recognize a file, no NFO file is created for that particular file. If your content file is Citizen_Kane.mp4, then the corresponding NFO file will be Citizen_Kane.NFO and it will be written to the same place as Citizen_Kane.mp4. NOTE: It's worth taking a detour to read this Wikipedia article and look at this NFO file viewer-editor.

6. I stoped XBMC on \\Workstation.

7. I used the MySQL Workbench tool and saw that the were no entries yet in the XBMC Schema (now I'm really talking out of my ass like I actually know something - ha!).

8. On \\Workstation, I created a file called advancedsettings.xml and placed it in the location specified by this XBMC Wiki article . My advancedsettings.xml file was based upon the template that you will find on the same Wiki page.

9. I started XBMC on \\Workstation. All of my sources were still defined, but my Library was empty. One by one, I instructed XBMC to re-scan each source. By doing this, I re-added them to the MySQL Library. I was able to verify that they were being written to the MySQL database by using the MySQL Workbench tool to take a peak at the tables in the video dB of the XBMC Schema. NOTE: I think that step #9 is what they mean by importing your data. I would never call the process of re-scanning your content importing, but I'm pretty sure that's what they mean.

10. At this point, everything seemed like hunky dory on \\Workstation. Everything seemed to work exactly as I wanted and expected.

11. I un-installed XBMC from \\Laptop and then made sure that there were no lingering files in \program files\XBMC\ or in %appdata%\XBMC. There were a few and I deleted them. I wanted to make sure that all traces of XBMC had been cleansed from \\Laptop before proceeding. Note: as I write this, I realize that I forgot to go search the Registry, but as it turned out, that wasn't necessary.

12. I rebooted \\Laptop.

13. I made a fresh install of XBMC; started it; verified that it was empty of content and sources; and shut it down again.

14. I placed an exact copy of the advancedsettings.xml file that I previously placed on \\Workstation on \\Laptop in the path specified by this XBMC Wiki article.

15. I re-started XBMC on \\Laptop. Voila!. The Library of \\Laptop had all of my content, notwithstanding that when looking at |Video|Files| there are no sources listed. I was able to play content on \\Laptop. Everything worked on \\Laptop as I expected.

16. I made a fresh install of XBMC on my Android-powered Pivos Xios Media Play DS. Note: Pivos provides its own specially-tweaked versions of XBMC, so the copy of XBMC that I installed came from the Pivos website instead of from XBMC.org.

17. I placed an exact copy of the advancedsettings.xml file that I'd previously installed on \\Workstation and \\Laptop on my Xios. The path location where you are supposed to put it is not specified in this XBMC Wiki article (the "master article" on "How To Sync Multiple Libraries / Setting Up XBMC", but it is specified in this other XBMC Wiki article that's specifically about "Userdata Folder."

18. I fired up my Xios and Voia! (again), all of my content was there in the Library, although no sources were defined.

PARTING COMMENTS:

If you change or update the description of a file on one of your XBMC locations, then run update library on your others, they will pick up the change very quickly. With the NFO files written to my \\NAS, the little old Xios can re-examine the library (>3 tb spread over >2000 media files) and pick up any changes within seconds. However, your other installs won't "know about" the change until you have them re-scan the Library. If you're using this system, you can afford to choose the option to re-scan the Library every time you start XBMC (on that device), because the re-scan will be very quick -- even on a puny Xios.

Sometimes scrapers make mistakes. Sometimes there was an earlier movie by the same name that you never even knew about. When you discover one of these mistakes, it is easiest (IMHO) to go delete the existing NFO, rename the file to put the year at the end of the filename in parentheses (e.g. Rocky (1976).mp4 instead of Rocky.mp4) and then have XBMC rescan that one particular file. This will create a new NFO file.

I still have a long way to go to get this all working exactly as I would like, but I do believe that when it's done, my XBMC setup on multiple settop boxes, laptops and tablets is going to be far superior to any other media streamer solution that can be bought for hundreds or thousands of dollars more than what I have invested in my Xios.
Reply
#4
Sources and passwords are saved in

%AppData%\Roaming\XBMC\userdata\sources.xml
%AppData%\Roaming\XBMC\userdata\passwords.xml

Copy these files to your other clients.

This files can be also shared like the database:

Code:
    <pathsubstitution>
        <substitute>
            <from>special://masterprofile/sources.xml</from>
            <to>smb://xbmc:[email protected]/Software/Video/XBMC/sharing/sources.xml</to>
        </substitute>
        <substitute>
            <from>special://masterprofile/passwords.xml/</from>
            <to>smb://xbmc:[email protected]/Software/Video/XBMC/sharing/passwords.xml/</to>
        </substitute>
    </pathsubstitution>

Please change username:password and path to your own needs.
Reply
#5
(2013-02-20, 18:17)soonerlater Wrote: For the sake of the next guy struggling as much as I have struggled, here is how I solved my problem.

Thanks for the detailed solution.
Openelec on ASRock ION 330 / Kodi on Win 7 PC
Reply
#6
(2013-02-20, 22:08)Mitch23 Wrote: Sources and passwords are saved in

%AppData%\Roaming\XBMC\userdata\sources.xml
%AppData%\Roaming\XBMC\userdata\passwords.xml

Copy these files to your other clients.

This files can be also shared like the database:

Code:
    <pathsubstitution>
        <substitute>
            <from>special://masterprofile/sources.xml</from>
            <to>smb://xbmc:[email protected]/Software/Video/XBMC/sharing/sources.xml</to>
        </substitute>
        <substitute>
            <from>special://masterprofile/passwords.xml/</from>
            <to>smb://xbmc:[email protected]/Software/Video/XBMC/sharing/passwords.xml/</to>
        </substitute>
    </pathsubstitution>

Please change username:password and path to your own needs.

Forgive me for a being slow... but what does this for the "client" xbmc installs (the ones who currently see the MySQL library, but don't see any sources)? I realize that it would make the sources appear in those client installs, but what does that let you do on one of the client boxes that you can't currently do on them? Sorry for being so dense. I'm sure that there's a benefit, else you would not have posted this, but I'm a bit lost.
Reply
#7
If you clean the libary on a client (SYSTEM -> VIDEO -> DATABASE -> clean library to find deleted films), that haven't the sources, all entrys in your database will be lost. Also all changes will come to all client immediately.
Reply
#8
I have followed the instructions above to a tee. I completed step #14 - copied the exact advancedsettings.xml from the PC where mySQL and XBMC (Frodo) are installed and copied it to the "userdata" file on the laptop that is running another copy of XBMC (Frodo). Before I copied the advancedsettings.xml file I loaded XMBC and it loaded just fine (no content as I had not loaded anything yet into the library). However when I copied the advancedsettings.xml file to the "userdata" folder and try to load XBMC it does not load. It freezes on the initial black screen with "XBMC" and "Frodo below that". If I remove the advancedsettings.xml file and try and load XBMC it loads just fine.

The advancedsettings.xml file is the copied from the wiki:
<advancedsettings>
<videodatabase>
<type>mysql</type>
<host>***.***.***.***</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
</videodatabase>

<musicdatabase>
<type>mysql</type>
<host>***.***.***.***</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
</musicdatabase>

<videolibrary>
<importwatchedstate>true</importwatchedstate>
</videolibrary>
</advancedsettings>

Yes I have inputted the IP address from the PC where mySQL is installed. Just to make sure it is the IP address at the end of the "IPv4 Address" line when I type ipconfig in the command prompt.

Any help as to where to go from here would be greatly appreciated. This is the first time I have used mySQL and I am not a programer or a very technical person. If any further info is need in order to trouble shoot please let me know what is needed.

Thanks
Reply
#9
Additional information about my issue above.

Both systems are running Win7.

Here are the logs from the laptop - http://pastebin.ca/2344168

Also, I have not created any profiles on either system nor have I enabled the "Master User" profile (so there is no profile to select when XBMC loads).

Thanks again.
Reply
#10
a quick skim thru it looks like it isnt seeing the advancesettings.xml file
is it possible its saved incorrectly? like advancedsettings.xml.txt ?
when read it basically repeats what i have in the log file for me
Code:
10:26:04 T:6812  NOTICE: Loaded settings file from special://profile/advancedsettings.xml
10:26:04 T:6812  NOTICE: Contents of special://profile/advancedsettings.xml are...
                                            <advancedsettings>

and hmm
if your getting a crash before you can even see the screen.
possibly could be getting connection errors and its skimming thru the #s of databases up to 75? can you let it go for 5 minutes?
Reply
#11
I looked at the file and it is named correctly. I tried letting XBMC load for several minutes and the results are the same. Any other thoughts??
Reply
#12
(2013-02-21, 17:18)soonerlater Wrote:
(2013-02-20, 22:08)Mitch23 Wrote: Sources and passwords are saved in

%AppData%\Roaming\XBMC\userdata\sources.xml
%AppData%\Roaming\XBMC\userdata\passwords.xml

Copy these files to your other clients.

This files can be also shared like the database:

Code:
    <pathsubstitution>
        <substitute>
            <from>special://masterprofile/sources.xml</from>
            <to>smb://xbmc:[email protected]/Software/Video/XBMC/sharing/sources.xml</to>
        </substitute>
        <substitute>
            <from>special://masterprofile/passwords.xml/</from>
            <to>smb://xbmc:[email protected]/Software/Video/XBMC/sharing/passwords.xml/</to>
        </substitute>
    </pathsubstitution>

Please change username:password and path to your own needs.

Forgive me for a being slow... but what does this for the "client" xbmc installs (the ones who currently see the MySQL library, but don't see any sources)? I realize that it would make the sources appear in those client installs, but what does that let you do on one of the client boxes that you can't currently do on them? Sorry for being so dense. I'm sure that there's a benefit, else you would not have posted this, but I'm a bit lost.


I can confirm you need the passwords.xml file on all clients.

For some reason - if I don't include the file - I can "see" my library on my client device - however when I select play - it tells me the file doesn't exist and if I would like to remove it from the library.

Adding the passwords file solves this issue.

To the original poster - thank you very much for the detailed solution - it has helped me ALOT!!

Also seems this way speeds up my Rassberyy PI! Big Grin
Reply

Logout Mark Read Team Forum Stats Members Help
Troubleshooting MySQL & AdvancedSettings.XML0