Kodi Community Forum

Full Version: XBMC MySQL Library Share HELP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all,

So I have been using XBMC on multiple devices for a while, and recently purchased a QNAP TS-420 NAS. I have decided its time I put some effort into setting up a shared library for all my devices to access. I have spent a day trying to set it up but with not luck. I have read multiple threads and watched multiple videos to no avail. I was really hoping someone on here could help me out. I am starting with no databases on any device.

Basically I want to store the MySQL Database on the NAS and have all the devices access it.


My network setup is as follows: (all versions of XBMC state 13.1)
3 X Android devices
1 X PC
2 X Rasp Pi (OpenElec 4.0.7)
1 X MEDIANAS (IP Address: 10.0.0.5)

The nas an the PC are in the study and have a 1gbps connection to the router. The pi's are using homeplugs and average about 200mbps.


I have enable MySQL on the NAS and used phpmyAdmin to create a new user with all permisions

Image


I have also created an advancedsettings.xml file as follows:
<advancedsettings>
<videodatabase>
<type>mysql</type>
<host>10.0.0.5</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
<name>xbmc_video</name>
</videodatabase>

<musicdatabase>
<type>mysql</type>
<host>10.0.0.5</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
<name>xbmc_music</name>
</musicdatabase>
<pathsubstitution>
<substitute>

I then paste this file into the userdata folder on the PC and try to add my folders, TV shows and movies, via SMB share. (eg. SMB://10.0.0.5/Movies) However XMBC doesn't seem to then scan the folder. When I select the path there isn't even an option to scan data.

I have a test folder containing only 1 movie and it can see the file but doesn't add it to the library. When I select the file and then manually add it to the library it then comes up in the movies tab.

After this file is under the movies, I try adding the sources.xml and advancedsettings.xml files to the userdata file on the Pi but on reboot the advancedsettings.xml is empty and the movie or paths arent there.


I have seen in the videos on youtube that it should work easily. I just don't know where I am going wrong.

Any help and guidence with this issue would be greatly appreciated.
Hmm, your screenshot is a little small to read !!

My first thought is to drop the <name></name> parts for each database. This is supposed to work now, but I find it's better to let xbmc create its own names. This also helps when you upgrade, as older version databases are still available should anything go wrong.

Check the MySQL logs on your nas for connection issues. You should also grab a debug log (wiki) of your PC starting up XBMC and scanning (or trying to) that test folder. That may show what your issue is.

Once you get it working on the PC, then we can worry about the other devices. A proper debug log (wiki) from XBMC will show what it sees as happening, so that would be the recommended place to start.
Hello.

I managed to force it to scan last night. It brought in all the movies but only a few of the TV Shows (there are 87 but it finds 16). I have scanned all this data into XBMC preciously with no problems. When XBMC starts, the scanner begins but stops almost straight away.


Here is the log from XBMC when it starts up, I really don't know what I am looking for in it though:

06:56:02 T:10068 NOTICE: special://profile/ is mapped to: special://masterprofile/
06:56:02 T:10068 NOTICE: -----------------------------------------------------------------------
06:56:02 T:10068 NOTICE: Starting XBMC (13.1 Git:20140604-84725b0). Platform: x86 Win32 32-bit
06:56:02 T:10068 NOTICE: Using Release XBMC x32 build, compiled Jun 4 2014 by MSVC 160040219 for x86 Win32 32-bit version 0x06000000
06:56:02 T:10068 NOTICE: Running on Windows 7 SP1 64-bit, build 7601
06:56:02 T:10068 NOTICE: Host CPU: Intel® Core™ i5-2400 CPU @ 3.10GHz, 4 cores available
06:56:02 T:10068 NOTICE: Desktop Resolution: 1920x1080 32Bit at 60Hz
06:56:02 T:10068 NOTICE: Running with administrator rights
06:56:02 T:10068 NOTICE: Aero is enabled
06:56:02 T:10068 NOTICE: special://xbmc/ is mapped to: C:\Program Files (x86)\XBMC
06:56:02 T:10068 NOTICE: special://xbmcbin/ is mapped to: C:\Program Files (x86)\XBMC
06:56:02 T:10068 NOTICE: special://masterprofile/ is mapped to: C:\Users\Daniel\AppData\Roaming\XBMC\userdata
06:56:02 T:10068 NOTICE: special://home/ is mapped to: C:\Users\Daniel\AppData\Roaming\XBMC\
06:56:02 T:10068 NOTICE: special://temp/ is mapped to: C:\Users\Daniel\AppData\Roaming\XBMC\cache
06:56:02 T:10068 NOTICE: The executable running is: C:\Program Files (x86)\XBMC\XBMC.exe
06:56:02 T:10068 NOTICE: Local hostname: MediaServer
06:56:02 T:10068 NOTICE: Log File is located: C:\Users\Daniel\AppData\Roaming\XBMC\xbmc.log
06:56:02 T:10068 NOTICE: -----------------------------------------------------------------------
06:56:02 T:10068 NOTICE: load settings...
06:56:02 T:10068 NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
06:56:02 T:10068 ERROR: Error loading special://profile/advancedsettings.xml, Line 0
Error reading Element value.
06:56:02 T:10068 NOTICE: Default DVD Player: dvdplayer
06:56:02 T:10068 NOTICE: Default Video Player: dvdplayer
06:56:02 T:10068 NOTICE: Default Audio Player: paplayer
06:56:02 T:10068 NOTICE: Enabled debug logging due to GUI setting (2)
06:56:02 T:10068 NOTICE: Log level changed to 2
06:56:02 T:10068 NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
06:56:02 T:10068 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
06:56:02 T:10068 DEBUG: CPlayerCoreConfig::<ctor>: created player DVDPlayer for core 1
06:56:02 T:10068 DEBUG: CPlayerCoreConfig::<ctor>: created player oldmplayercore for core 1
06:56:02 T:10068 DEBUG: CPlayerCoreConfig::<ctor>: created player PAPlayer for core 3
06:56:02 T:10068 DEBUG: CPlayerSelectionRule::Initialize: creating rule: system rules
06:56:02 T:10068 DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtv
06:56:02 T:10068 DEBUG: CPlayerSelectionRule::Initialize: creating rule: hdhomerun/myth/mms/udp
06:56:02 T:10068 DEBUG: CPlayerSelectionRule::Initialize: creating rule: lastfm/shout
06:56:02 T:10068 DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtmp
06:56:02 T:10068 DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtsp
06:56:02 T:10068 DEBUG: CPlayerSelectionRule::Initialize: creating rule: streams
06:56:02 T:10068 DEBUG: CPlayerSelectionRule::Initialize: creating rule: aacp/sdp
06:56:02 T:10068 DEBUG: CPlayerSelectionRule::Initialize: creating rule: mp2
06:56:02 T:10068 DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvd
06:56:02 T:10068 DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvdimage
06:56:02 T:10068 DEBUG: CPlayerSelectionRule::Initialize: creating rule: sdp/asf
06:56:02 T:10068 DEBUG: CPlayerSelectionRule::Initialize: creating rule: nsv
06:56:02 T:10068 DEBUG: CPlayerSelectionRule::Initialize: creating rule: radio
06:56:02 T:10068 NOTICE: Loaded playercorefactory configuration
06:56:02 T:10068 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
06:56:02 T:10068 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
06:56:02 T:10068 INFO: creating subdirectories
06:56:02 T:10068 INFO: userdata folder: special://masterprofile/
06:56:02 T:10068 INFO: recording folder:
06:56:02 T:10068 INFO: screenshots folder:
06:56:02 T:10068 INFO: load language info file: special://xbmc/language/English/langinfo.xml
06:56:02 T:10068 DEBUG: trying to set locale to eng_usa
06:56:02 T:10068 INFO: global locale set to English_United States.1252
06:56:02 T:10068 INFO: load English language file, from path: special://xbmc/language/
06:56:02 T:10068 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
06:56:02 T:10068 DEBUG: POParser: loaded 3162 strings from file C:\Program Files (x86)\XBMC\language\English\strings.po
06:56:02 T:10068 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/players/dvdplayer/avutil-52.dll)
06:56:02 T:10068 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/players/dvdplayer/avcodec-54.dll)
06:56:02 T:10068 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/players/dvdplayer/avformat-54.dll)
06:56:02 T:10068 INFO: msg: p11-kit: couldn't open config file: /home/nmav/cvs/gnutls/win32/win32/etc/pkcs11/pkcs11.conf: No error
06:56:02 T:1156 NOTICE: Thread ActiveAE start, auto delete: false
06:56:02 T:6324 NOTICE: Thread AESink start, auto delete: false
06:56:02 T:1156 NOTICE: Found 2 Lists of Devices
06:56:02 T:1156 NOTICE: Enumerated DIRECTSOUND devices:
06:56:02 T:1156 NOTICE: Device 1
06:56:02 T:1156 NOTICE: m_deviceName : {0561B395-6515-4E12-8912-B994D2E6506F}
06:56:02 T:1156 NOTICE: m_displayName : SPDIF - Digital Output (S/PDIF) (IDT High Definition Audio CODEC)
06:56:02 T:1156 NOTICE: m_displayNameExtra: DIRECTSOUND: Digital Output (S/PDIF) (IDT High Definition Audio CODEC)
06:56:02 T:1156 NOTICE: m_deviceType : AE_DEVTYPE_IEC958
06:56:02 T:1156 NOTICE: m_channels : FL,FR
06:56:02 T:1156 NOTICE: m_sampleRates : 44100
06:56:02 T:1156 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_AC3,AE_FMT_DTS
06:56:02 T:1156 NOTICE: Device 2
06:56:02 T:1156 NOTICE: m_deviceName : {8D866288-ABB7-4C95-A19A-44051D588842}
06:56:02 T:1156 NOTICE: m_displayName : Headphones - Headphones (RTC) (IDT High Definition Audio CODEC)
06:56:02 T:1156 NOTICE: m_displayNameExtra: DIRECTSOUND: Headphones (RTC) (IDT High Definition Audio CODEC)
06:56:02 T:1156 NOTICE: m_deviceType : AE_DEVTYPE_PCM
06:56:02 T:1156 NOTICE: m_channels : FL,FR
06:56:02 T:1156 NOTICE: m_sampleRates : 44100
06:56:02 T:1156 NOTICE: m_dataFormats : AE_FMT_FLOAT
06:56:02 T:1156 NOTICE: Device 3
06:56:02 T:1156 NOTICE: m_deviceName : {F9C9BBD1-6B9A-48BF-B7C2-3E0F1BE74A0C}
06:56:02 T:1156 NOTICE: m_displayName : Speakers - Speakers / Headphones (IDT High Definition Audio CODEC)
06:56:02 T:1156 NOTICE: m_displayNameExtra: DIRECTSOUND: Speakers / Headphones (IDT High Definition Audio CODEC)
06:56:02 T:1156 NOTICE: m_deviceType : AE_DEVTYPE_PCM
06:56:02 T:1156 NOTICE: m_channels : FL,FR
06:56:02 T:1156 NOTICE: m_sampleRates : 48000
06:56:02 T:1156 NOTICE: m_dataFormats : AE_FMT_FLOAT
06:56:02 T:1156 NOTICE: Device 4
06:56:02 T:1156 NOTICE: m_deviceName : default
06:56:02 T:1156 NOTICE: m_displayName : default
06:56:02 T:1156 NOTICE: m_displayNameExtra:
06:56:02 T:1156 NOTICE: m_deviceType : AE_DEVTYPE_PCM
06:56:02 T:1156 NOTICE: m_channels : FL,FR
06:56:02 T:1156 NOTICE: m_sampleRates : 48000
06:56:02 T:1156 NOTICE: m_dataFormats : AE_FMT_FLOAT
06:56:02 T:1156 NOTICE: Enumerated WASAPI devices:
06:56:02 T:1156 NOTICE: Device 1
06:56:02 T:1156 NOTICE: m_deviceName : {0561B395-6515-4E12-8912-B994D2E6506F}
06:56:02 T:1156 NOTICE: m_displayName : SPDIF - Digital Output (S/PDIF) (IDT High Definition Audio CODEC)
06:56:02 T:1156 NOTICE: m_displayNameExtra: WASAPI: Digital Output (S/PDIF) (IDT High Definition Audio CODEC)
06:56:02 T:1156 NOTICE: m_deviceType : AE_DEVTYPE_IEC958
06:56:02 T:1156 NOTICE: m_channels : FL,FR
06:56:02 T:1156 NOTICE: m_sampleRates : 192000,96000,88200,48000,44100
06:56:02 T:1156 NOTICE: m_dataFormats : AE_FMT_DTS,AE_FMT_AC3,AE_FMT_S24NE4,AE_FMT_S24LE4,AE_FMT_S24BE4,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE
06:56:02 T:1156 NOTICE: Device 2
06:56:02 T:1156 NOTICE: m_deviceName : {8D866288-ABB7-4C95-A19A-44051D588842}
06:56:02 T:1156 NOTICE: m_displayName : Headphones - Headphones (RTC) (IDT High Definition Audio CODEC)
06:56:02 T:1156 NOTICE: m_displayNameExtra: WASAPI: Headphones (RTC) (IDT High Definition Audio CODEC)
06:56:02 T:1156 NOTICE: m_deviceType : AE_DEVTYPE_PCM
06:56:02 T:1156 NOTICE: m_channels : FL,FR
06:56:02 T:1156 NOTICE: m_sampleRates : 192000,96000,88200,48000,44100
06:56:02 T:1156 NOTICE: m_dataFormats : AE_FMT_S24NE4,AE_FMT_S24LE4,AE_FMT_S24BE4,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE
06:56:02 T:1156 NOTICE: Device 3
06:56:02 T:1156 NOTICE: m_deviceName : {F9C9BBD1-6B9A-48BF-B7C2-3E0F1BE74A0C}
06:56:02 T:1156 NOTICE: m_displayName : Speakers - Speakers / Headphones (IDT High Definition Audio CODEC)
06:56:02 T:1156 NOTICE: m_displayNameExtra: WASAPI: Speakers / Headphones (IDT High Definition Audio CODEC)
06:56:02 T:1156 NOTICE: m_deviceType : AE_DEVTYPE_PCM
06:56:02 T:1156 NOTICE: m_channels : FL,FR,FC,LFE,SL,SR,BL,BR
06:56:02 T:1156 NOTICE: m_sampleRates : 192000,96000,88200,48000,44100
06:56:02 T:1156 NOTICE: m_dataFormats : AE_FMT_S24NE4,AE_FMT_S24LE4,AE_FMT_S24BE4,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_LPCM
06:56:02 T:1156 NOTICE: Device 4
06:56:02 T:1156 NOTICE: m_deviceName : default
06:56:02 T:1156 NOTICE: m_displayName : default
06:56:02 T:1156 NOTICE: m_displayNameExtra:
06:56:02 T:1156 NOTICE: m_deviceType : AE_DEVTYPE_PCM
06:56:02 T:1156 NOTICE: m_channels : FL,FR,FC,LFE,SL,SR,BL,BR
06:56:02 T:1156 NOTICE: m_sampleRates : 192000,96000,88200,48000,44100
06:56:02 T:1156 NOTICE: m_dataFormats : AE_FMT_S24NE4,AE_FMT_S24LE4,AE_FMT_S24BE4,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_LPCM
06:56:02 T:6324 INFO: CActiveAESink::OpenSink - initialize sink
06:56:02 T:6324 DEBUG: CActiveAESink::OpenSink - trying to open device DIRECTSOUND:default
06:56:03 T:6324 DEBUG: CAESinkDirectSound::Initialize: Using Window handle: 65552
06:56:03 T:6324 DEBUG: CAESinkDirectSound::Initialize: secondary buffer created
06:56:03 T:6324 DEBUG: CAESinkDirectSound::Initialize: Initializing DirectSound with the following parameters:
06:56:03 T:6324 DEBUG: Audio Device : Speakers / Headphones (IDT High Definition Audio CODEC)
06:56:03 T:6324 DEBUG: Sample Rate : 44100
06:56:03 T:6324 DEBUG: Sample Format : AE_FMT_FLOAT
06:56:03 T:6324 DEBUG: Bits Per Sample : 32
06:56:03 T:6324 DEBUG: Valid Bits/Samp : 32
06:56:03 T:6324 DEBUG: Channel Count : 2
06:56:03 T:6324 DEBUG: Block Align : 8
06:56:03 T:6324 DEBUG: Avg. Bytes Sec : 352800
06:56:03 T:6324 DEBUG: Samples/Block : 32
06:56:03 T:6324 DEBUG: Format cBSize : 22
06:56:03 T:6324 DEBUG: Channel Layout : FL,FR
06:56:03 T:6324 DEBUG: Channel Mask : 3
06:56:03 T:6324 DEBUG: Frames : 661
06:56:03 T:6324 DEBUG: Frame Samples : 1322
06:56:03 T:6324 DEBUG: Frame Size : 8
06:56:03 T:6324 DEBUG: CActiveAESink::OpenSink - DIRECTSOUND Initialized:
06:56:03 T:6324 DEBUG: Output Device : default
06:56:03 T:6324 DEBUG: Sample Rate : 44100
06:56:03 T:6324 DEBUG: Sample Format : AE_FMT_FLOAT
06:56:03 T:6324 DEBUG: Channel Count : 2
06:56:03 T:6324 DEBUG: Channel Layout: FL,FR
06:56:03 T:6324 DEBUG: Frames : 661
06:56:03 T:6324 DEBUG: Frame Samples : 1322
06:56:03 T:6324 DEBUG: Frame Size : 8
06:56:03 T:10068 NOTICE: Running database version Addons16
06:56:03 T:10068 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/cpluff.dll)
06:56:03 T:10068 DEBUG: ADDON: cpluff: 'Plug-in xbmc.json has been installed.'
06:56:03 T:10068 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.fanart.tv has been installed.'
06:56:03 T:10068 DEBUG: ADDON: cpluff: 'Plug-in webinterface.default has been installed.'
06:56:03 T:10068 DEBUG: ADDON: cpluff: 'Plug-in repository.xbmc.org has been installed.'
06:56:03 T:10068 DEBUG: ADDON: cpluff: 'Plug-in visualization.vortex has been installed.'
06:56:03 T:10068 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.black has been installed.'
06:56:03 T:10068 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.dim has been installed.'
06:56:03 T:10068 DEBUG: ADDON: cpluff: 'Plug-in metadata.themoviedb.org has been installed.'
06:56:03 T:10068 DEBUG: ADDON: cpluff: 'Plug-in xbmc.metadata has been installed.'
06:56:03 T:10068 DEBUG: ADDON: cpluff: 'Plug-in service.xbmc.versioncheck has been installed.'
06:56:03 T:10068 DEBUG: ADDON: cpluff: 'Plug-in skin.confluence has been installed.'
06:56:03 T:10068 DEBUG: ADDON: cpluff: 'Plug-in xbmc.gui has been installed.'
06:56:03 T:10068 DEBUG: ADDON: cpluff: 'Plug-in visualization.milkdrop has been installed.'
06:56:03 T:10068 DEBUG: ADDON: cpluff: 'Plug-in script.module.pil has been installed.'
06:56:03 T:10068 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.amazon.de has been installed.'
06:56:03 T:10068 DEBUG: ADDON: cpluff: 'Plug-in visualization.dxspectrum has been installed.'
06:56:03 T:10068 DEBUG: ADDON: cpluff: 'Plug-in metadata.musicvideos.theaudiodb.com has been installed.'
06:56:03 T:10068 DEBUG: ADDON: cpluff: 'Plug-in xbmc.core has been installed.'
06:56:03 T:10068 DEBUG: ADDON: cpluff: 'Plug-in xbmc.pvr has been installed.'
06:56:03 T:10068 DEBUG: ADDON: cpluff: 'Plug-in metadata.album.universal has been installed.'
06:56:03 T:10068 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.htbackdrops.com has been installed.'
06:56:03 T:10068 DEBUG: ADDON: cpluff: 'Plug-in repository.pvr-win32.xbmc.org has been installed.'
06:56:03 T:10068 DEBUG: ADDON: cpluff: 'Plug-in metadata.tvdb.com has been installed.'
06:56:03 T:10068 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.musicbrainz.org has been installed.'
06:56:03 T:10068 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.allmusic.com has been installed.'
06:56:03 T:10068 DEBUG: ADDON: cpluff: 'Plug-in metadata.local has been installed.'
06:56:03 T:10068 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.last.fm has been installed.'
06:56:03 T:10068 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.themoviedb.org has been installed.'
06:56:03 T:10068 DEBUG: ADDON: cpluff: 'Plug-in xbmc.debug has been installed.'
06:56:03 T:10068 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.theaudiodb.com has been installed.'
06:56:03 T:10068 DEBUG: ADDON: cpluff: 'Plug-in metadata.artists.universal has been installed.'
06:56:03 T:10068 DEBUG: ADDON: cpluff: 'Plug-in xbmc.python has been installed.'
06:56:03 T:10068 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.imdb.com has been installed.'
06:56:03 T:10068 DEBUG: ADDON: cpluff: 'Plug-in xbmc.addon has been installed.'
06:56:03 T:10068 DEBUG: ADDON: cpluff: 'Plug-in visualization.waveform has been installed.'
06:56:03 T:10068 DEBUG: ADDON: cpluff: 'Plug-in xbmc.codec has been installed.'
06:56:03 T:10068 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.hdtrailers.net has been installed.'
06:56:03 T:10068 DEBUG: ADDON: cpluff: 'Not all directories were successfully scanned.'
06:56:03 T:10068 NOTICE: ADDONS: Using repository repository.xbmc.org
06:56:03 T:10068 NOTICE: ADDONS: Using repository repository.pvr-win32.xbmc.org
06:56:03 T:4208 NOTICE: Thread RemoteControl start, auto delete: false
06:56:03 T:6324 DEBUG: CAESinkDirectSound::CheckPlayStatus: Resuming Playback
06:56:03 T:10068 DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node "Motorola Nyxboard Hybrid"
06:56:03 T:10068 DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node "CEC Adapter"
06:56:03 T:10068 DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node "Pulse-Eight CEC Adapter"
06:56:03 T:10068 DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node "iMON HID device"
06:56:03 T:10068 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/libcec.dll)
06:56:03 T:4036 NOTICE: Thread PeripBusCEC start, auto delete: false
06:56:03 T:6804 NOTICE: Thread PeripBusUSB start, auto delete: false
06:56:03 T:4208 DEBUG: CRemoteControl::Connect - connecting to: ::1:24000 ...
06:56:03 T:10068 DEBUG: CWIN32Util::GetDriveStatus: Requesting status for drive \\.\D:.
06:56:03 T:10068 DEBUG: CWIN32Util::GetDriveStatus: Requesting media status for drive \\.\D:.
06:56:03 T:10068 DEBUG: CWIN32Util::GetDriveStatus: Requesting status for drive \\.\E:.
06:56:03 T:10068 DEBUG: CWIN32Util::GetDriveStatus: Requesting media status for drive \\.\E:.
06:56:03 T:7444 NOTICE: Thread JobWorker start, auto delete: true
06:56:03 T:7444 DEBUG: CDetectDisc:Big GrinoWork: Optical media found in drive D:
06:56:03 T:7444 INFO: CD Analysis Report
06:56:03 T:7444 INFO: __________________________________
06:56:03 T:10068 NOTICE: Found screen: Generic PnP Monitor on AMD Radeon HD 6450, adapter 0.
06:56:03 T:10068 NOTICE: Primary mode: 1920x1080@ 60.00 - Full Screen
06:56:03 T:10068 NOTICE: Additional mode: 640x480@ 60.00 - Full Screen
06:56:03 T:10068 NOTICE: Additional mode: 640x480@ 67.00 - Full Screen
06:56:03 T:10068 NOTICE: Additional mode: 640x480@ 72.00 - Full Screen
06:56:03 T:10068 NOTICE: Additional mode: 640x480@ 75.00 - Full Screen
06:56:03 T:10068 NOTICE: Additional mode: 720x480@ 56.00 - Full Screen
06:56:03 T:10068 NOTICE: Previous line repeats 2 times.
06:56:03 T:10068 NOTICE: Additional mode: 720x480@ 60.00 - Full Screen
06:56:03 T:10068 NOTICE: Previous line repeats 2 times.
06:56:03 T:10068 NOTICE: Additional mode: 720x480@ 72.00 - Full Screen
06:56:03 T:10068 NOTICE: Previous line repeats 2 times.
06:56:03 T:10068 NOTICE: Additional mode: 720x480@ 75.00 - Full Screen
06:56:03 T:10068 NOTICE: Previous line repeats 2 times.
06:56:03 T:10068 NOTICE: Additional mode: 720x576@ 56.00 - Full Screen
06:56:03 T:10068 NOTICE: Previous line repeats 2 times.
06:56:03 T:10068 NOTICE: Additional mode: 720x576@ 60.00 - Full Screen
06:56:03 T:10068 NOTICE: Previous line repeats 2 times.
06:56:03 T:10068 NOTICE: Additional mode: 720x576@ 72.00 - Full Screen
06:56:03 T:10068 NOTICE: Previous line repeats 2 times.
06:56:03 T:10068 NOTICE: Additional mode: 720x576@ 75.00 - Full Screen
06:56:03 T:10068 NOTICE: Previous line repeats 2 times.
06:56:03 T:10068 NOTICE: Additional mode: 800x600@ 56.00 - Full Screen
06:56:03 T:10068 NOTICE: Additional mode: 800x600@ 60.00 - Full Screen
06:56:03 T:10068 NOTICE: Additional mode: 800x600@ 72.00 - Full Screen
06:56:03 T:10068 NOTICE: Additional mode: 800x600@ 75.00 - Full Screen
06:56:03 T:10068 NOTICE: Additional mode: 1024x768@ 60.00 - Full Screen
06:56:03 T:10068 NOTICE: Additional mode: 1024x768@ 70.00 - Full Screen
06:56:03 T:10068 NOTICE: Additional mode: 1024x768@ 75.00 - Full Screen
06:56:03 T:10068 NOTICE: Additional mode: 1152x864@ 60.00 - Full Screen
06:56:03 T:10068 NOTICE: Previous line repeats 2 times.
06:56:03 T:10068 NOTICE: Additional mode: 1152x864@ 75.00 - Full Screen
06:56:03 T:10068 NOTICE: Additional mode: 1280x720@ 60.00 - Full Screen
06:56:03 T:10068 NOTICE: Additional mode: 1280x720@ 59.94 - Full Screen
06:56:03 T:10068 NOTICE: Additional mode: 1280x768@ 60.00 - Full Screen
06:56:03 T:10068 NOTICE: Previous line repeats 2 times.
06:56:03 T:10068 NOTICE: Additional mode: 1280x800@ 60.00 - Full Screen
06:56:03 T:10068 NOTICE: Additional mode: 1280x960@ 60.00 - Full Screen
06:56:03 T:10068 NOTICE: Additional mode: 1280x1024@ 60.00 - Full Screen
06:56:03 T:10068 NOTICE: Additional mode: 1280x1024@ 75.00 - Full Screen
06:56:03 T:10068 NOTICE: Additional mode: 1440x900@ 60.00 - Full Screen
06:56:03 T:10068 NOTICE: Additional mode: 1600x900@ 60.00 - Full Screen
06:56:03 T:10068 NOTICE: Previous line repeats 2 times.
06:56:03 T:10068 NOTICE: Additional mode: 1680x1050@ 60.00 - Full Screen
06:56:03 T:10068 NOTICE: Additional mode: 1920x1080@ 60.00 - Full Screen
06:56:03 T:10068 NOTICE: Checking resolution 16
06:56:03 T:7444 INFO: CD-ROM with ISO 9660 filesystem
06:56:03 T:7444 INFO: ISO 9660: 383720 blocks, label NEW
06:56:03 T:10068 DEBUG: CWinEventsWin32::WndProc: window resize event
06:56:03 T:10068 DEBUG: CWinEventsWin32::WndProc: window move event
06:56:03 T:10068 DEBUG: CWinSystemWin32::ResizeInternal - resizing due to size change (0,0,1920,1080 fullscreen)->(0,0,1920,1080 fullscreen)
06:56:03 T:10068 DEBUG: CWinEventsWin32::WndProcWindow is active
06:56:03 T:10068 DEBUG: CRenderSystemDX::InitRenderSystem - trying D3D9Ex...
06:56:03 T:10068 DEBUG: CRenderSystemDX::InitRenderSystem - using D3D9Ex
06:56:03 T:10068 DEBUG: CRenderSystemDX::CreateDevice on adapter 0
06:56:03 T:10068 DEBUG: CRenderSystemDX::CreateDevice - using hardware vertex processing
06:56:03 T:10068 DEBUG: CRenderSystemDX::CreateDevice - adapter 0: aticfx32.dll, AMD Radeon HD 6450, VendorId 4098, DeviceId 26489
06:56:03 T:10068 DEBUG: CRenderSystemDX::CreateDevice - using D3DCAPS2_DYNAMICTEXTURES
06:56:03 T:10068 DEBUG: CRenderSystemDX::CreateDevice - texture caps: 0x0001EC45
06:56:03 T:10068 DEBUG: CRenderSystemDX::CreateDevice - RENDER_CAPS_DXT
06:56:03 T:10068 DEBUG: CRenderSystemDX::CreateDevice - RENDER_CAPS_NPOT
06:56:03 T:10068 DEBUG: CRenderSystemDX::CreateDevice - RENDER_CAPS_DXT_NPOT
06:56:03 T:10068 DEBUG: CWinSystemWin32::SetFullScreen (windowed fullscreen) on screen 0 with size 1920x1080, refresh 60.000000
06:56:03 T:10068 DEBUG: CRenderManager::UpdateDisplayLatency - Latency set to 0 msec
06:56:03 T:10068 INFO: load default splash image: C:\Program Files (x86)\XBMC\media\Splash.png
06:56:03 T:10068 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/ImageLib.dll)
06:56:03 T:10068 INFO: load keymapping
06:56:03 T:10068 INFO: Loading special://xbmc/system/keymaps/appcommand.xml
06:56:03 T:10068 INFO: Loading special://xbmc/system/keymaps/gamepad.xml
06:56:03 T:10068 INFO: Loading special://xbmc/system/keymaps/joystick.Alienware.Dual.Compatible.Controller.xml
06:56:03 T:10068 INFO: Loading special://xbmc/system/keymaps/joystick.AppleRemote.xml
06:56:03 T:10068 INFO: Loading special://xbmc/system/keymaps/joystick.Harmony.xml
06:56:03 T:10068 INFO: Loading special://xbmc/system/keymaps/joystick.Interact.AxisPad.xml
06:56:03 T:10068 INFO: Loading special://xbmc/system/keymaps/joystick.Logitech.RumblePad.2.xml
06:56:03 T:10068 INFO: Loading special://xbmc/system/keymaps/joystick.Microsoft.Xbox.360.Controller.xml
06:56:03 T:10068 INFO: Loading special://xbmc/system/keymaps/joystick.Microsoft.Xbox.Controller.S.xml
06:56:03 T:10068 INFO: Loading special://xbmc/system/keymaps/joystick.Nintendo.Wii.U.Pro.Controller.xml
06:56:03 T:10068 INFO: Loading special://xbmc/system/keymaps/joystick.PS3.Remote.Keyboard.xml
06:56:03 T:10068 INFO: Loading special://xbmc/system/keymaps/joystick.Sony.PLAYSTATION®3.Controller.xml
06:56:03 T:10068 INFO: Loading special://xbmc/system/keymaps/joystick.WiiRemote.xml
06:56:03 T:10068 INFO: Loading special://xbmc/system/keymaps/joystick.xml
06:56:03 T:10068 NOTICE: No Joystick name specified, loading default map
06:56:03 T:10068 NOTICE: Previous line repeats 35 times.
06:56:03 T:10068 INFO: Loading special://xbmc/system/keymaps/keyboard.xml
06:56:03 T:10068 INFO: Loading special://xbmc/system/keymaps/mouse.xml
06:56:03 T:10068 INFO: Loading special://xbmc/system/keymaps/remote.xml
06:56:03 T:10068 INFO: Loading special://xbmc/system/keymaps/touchscreen.xml
06:56:03 T:10068 INFO: Loading special://xbmc/system/IRSSmap.xml
06:56:03 T:10068 INFO: * Adding remote mapping for device 'Microsoft MCE'
06:56:03 T:10068 INFO: * Adding remote mapping for device 'Abstract'
06:56:03 T:10068 DEBUG: CButtonTranslator::Load - no userdata IRSSmap.xml found, skipping
06:56:03 T:10068 INFO: GUI format 1920x1080, Display 1920x1080@ 60.00 - Full Screen
06:56:03 T:10068 DEBUG: guilib: Fill viewport on change for solving rendering passes
06:56:03 T:10068 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/libcurl.dll)
06:56:03 T:10068 NOTICE: Running database version Addons16
06:56:03 T:10068 DEBUG: CDatabaseManager::Initialize, updating databases...
06:56:03 T:10068 NOTICE: Running database version ViewModes6
06:56:03 T:10068 NOTICE: Running database version Textures13
06:56:03 T:10068 NOTICE: Running database version MyMusic46
06:56:03 T:10068 NOTICE: Running database version MyVideos78
06:56:03 T:10068 NOTICE: Running database version TV22
06:56:03 T:10068 NOTICE: Running database version Epg7
06:56:03 T:10068 DEBUG: CDatabaseManager::Initialize, updating databases... DONE
06:56:03 T:10068 NOTICE: initializing playlistplayer
06:56:03 T:10068 NOTICE: DONE initializing playlistplayer
06:56:03 T:10068 DEBUG: DPMS: supported power-saving modes: OFF STANDBY
06:56:03 T:10068 DEBUG: CAnnouncementManager - Announcement: OnClear from xbmc
06:56:03 T:10068 DEBUG: GOT ANNOUNCEMENT, type: 2, from xbmc, message OnClear
06:56:03 T:10068 INFO: Unloading old skin ...
06:56:03 T:10068 INFO: load skin from: C:\Program Files (x86)\XBMC\addons\skin.confluence (version: 2.2.16)
06:56:03 T:10068 INFO: load fonts for skin...
06:56:03 T:10068 INFO: Loading fonts from C:\Program Files (x86)\XBMC\addons\skin.confluence\720p\Font.xml
06:56:03 T:10068 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
06:56:03 T:10068 DEBUG: POParser: loaded 148 strings from file C:\Program Files (x86)\XBMC\addons\skin.confluence\language\English\strings.po
06:56:03 T:10068 INFO: Loading skin includes from C:\Program Files (x86)\XBMC\addons\skin.confluence\720p\includes.xml
06:56:03 T:10068 INFO: load new skin...
06:56:03 T:10068 INFO: Loading user windows, path C:\Program Files (x86)\XBMC\addons\skin.confluence\720p
06:56:03 T:10068 DEBUG: Load Skin XML: 1.89ms
06:56:03 T:10068 INFO: initialize new skin...
06:56:03 T:10068 DEBUG: guilib: Fill viewport on change for solving rendering passes
06:56:03 T:10068 INFO: Loading skin file: Pointer.xml, load type: LOAD_ON_GUI_INIT
06:56:03 T:10068 DEBUG: CTextureBundleXBT::OpenBundle - Opened bundle C:\Program Files (x86)\XBMC\addons\skin.confluence\media\Textures.xbt
06:56:03 T:10068 INFO: Loading skin file: DialogVolumeBar.xml, load type: LOAD_ON_GUI_INIT
06:56:03 T:10068 INFO: Loading skin file: DialogKaiToast.xml, load type: LOAD_ON_GUI_INIT
06:56:03 T:10068 INFO: Loading skin file: DialogMuteBug.xml, load type: LOAD_ON_GUI_INIT
06:56:03 T:10068 INFO: Loading skin file: DialogSeekBar.xml, load type: LOAD_ON_GUI_INIT
06:56:03 T:10068 INFO: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT
06:56:03 T:10068 INFO: Loading skin file: DialogExtendedProgressBar.xml, load type: LOAD_ON_GUI_INIT
06:56:03 T:10068 INFO: Loading C:\Program Files (x86)\XBMC\addons\skin.confluence\sounds\sounds.xml
06:56:03 T:1156 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/players/dvdplayer/swresample-0.dll)
06:56:03 T:10068 INFO: skin loaded...
06:56:03 T:10068 DEBUG: JSONRPC: JSON schema type stereoscopicmode references an unknown type GUI.Stereoscopy.Mode
06:56:03 T:10068 WARNING: JSONRPC: Could not parse type "GUI.Property.Value"
06:56:03 T:10068 INFO: JSONRPC: Adding type "GUI.Property.Value" to list of incomplete definitions (waiting for "GUI.Stereoscopy.Mode")
06:56:03 T:10068 INFO: JSONRPC: Resolving incomplete types/methods referencing GUI.Stereoscopy.Mode
06:56:03 T:10068 DEBUG: JSONRPC: JSON schema type definition references an unknown type Setting.Details.Setting
06:56:03 T:10068 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
06:56:03 T:10068 INFO: JSONRPC: Adding type "Setting.Details.SettingList" to list of incomplete definitions (waiting for "Setting.Details.Setting")
06:56:03 T:10068 INFO: JSONRPC: Resolving incomplete types/methods referencing Setting.Details.Setting
06:56:03 T:10068 INFO: JSONRPC v6.14.3: Successfully initialized
06:56:03 T:10068 DEBUG: ADDON: Starting service addons.
06:56:03 T:10068 DEBUG: Activating window ID: 12999
06:56:03 T:10068 DEBUG: ------ Window Init (Startup.xml) ------
06:56:03 T:10068 INFO: Loading skin file: Startup.xml, load type: LOAD_EVERY_TIME
06:56:03 T:10028 NOTICE: Thread LanguageInvoker start, auto delete: false
06:56:03 T:10028 INFO: initializing python engine.
06:56:03 T:10068 INFO: removing tempfiles
06:56:03 T:10068 NOTICE: CApplication::UpdateLibraries - Starting video library startup scan
06:56:03 T:10068 DEBUG: ADDON: Starting service addons.
06:56:03 T:10068 NOTICE: initialize done
06:56:03 T:6988 NOTICE: Thread VideoInfoScanner start, auto delete: false
06:56:04 T:10028 DEBUG: CPythonInvoker(0, C:\Users\Daniel\AppData\Roaming\XBMC\addons\service.xbmc.versioncheck\service.py): start processing
06:56:04 T:10068 DEBUG: CJoystick::Initialize : No Joystick found
06:56:04 T:10068 NOTICE: Running the application...
06:56:04 T:10068 DEBUG: Activating window ID: 10000
06:56:04 T:10028 NOTICE: -->Python Interpreter Initialized<--
06:56:04 T:10028 DEBUG: CPythonInvoker(0, C:\Users\Daniel\AppData\Roaming\XBMC\addons\service.xbmc.versioncheck\service.py): the source file to load is C:\Users\Daniel\AppData\Roaming\XBMC\addons\service.xbmc.versioncheck\service.py
06:56:04 T:10028 DEBUG: CPythonInvoker(0, C:\Users\Daniel\AppData\Roaming\XBMC\addons\service.xbmc.versioncheck\service.py): setting the Python path to C:\Users\Daniel\AppData\Roaming\XBMC\addons\service.xbmc.versioncheck;C:\Program Files (x86)\XBMC\addons\script.module.pil\lib;C:\Program Files (x86)\XBMC\addons\xbmc.debug\;C:\Program Files (x86)\XBMC\system\python\DLLs;C:\Program Files (x86)\XBMC\system\python\Lib;C:\Program Files (x86)\XBMC\python27.zip;C:\Program Files (x86)\XBMC\system\python\lib\plat-win;C:\Program Files (x86)\XBMC\system\python\lib\lib-tk;C:\Program Files (x86)\XBMC;C:\Program Files (x86)\XBMC\system\python;C:\Program Files (x86)\XBMC\system\python\lib\site-packages
06:56:04 T:10028 DEBUG: CPythonInvoker(0, C:\Users\Daniel\AppData\Roaming\XBMC\addons\service.xbmc.versioncheck\service.py): entering source directory C:\Users\Daniel\AppData\Roaming\XBMC\addons\service.xbmc.versioncheck
06:56:04 T:10028 DEBUG: CPythonInvoker(0, C:\Users\Daniel\AppData\Roaming\XBMC\addons\service.xbmc.versioncheck\service.py): instantiating addon using automatically obtained id of "service.xbmc.versioncheck" dependent on version 2.1.0 of the xbmc.python api
06:56:04 T:4208 DEBUG: CRemoteControl::Connect - connecting to: 127.0.0.1:24000 ...
06:56:04 T:10028 DEBUG: XBMC Version Check: Version 0.1.23 started
06:56:04 T:10068 DEBUG: ------ Window Init () ------
06:56:04 T:10068 DEBUG: ------ Window Init (Pointer.xml) ------
06:56:04 T:10068 DEBUG: ------ Window Deinit (Startup.xml) ------
06:56:04 T:10068 DEBUG: ------ Window Init (Home.xml) ------
06:56:04 T:10068 INFO: Loading skin file: Home.xml, load type: KEEP_IN_MEMORY
06:56:04 T:7444 DEBUG: CRecentlyAddedJob::UpdateMusic() - Running RecentlyAdded home screen update
06:56:04 T:10028 INFO: CPythonInvoker(0, C:\Users\Daniel\AppData\Roaming\XBMC\addons\service.xbmc.versioncheck\service.py): script successfully run
06:56:04 T:10068 DEBUG: no profile autoexec.py (C:\Users\Daniel\AppData\Roaming\XBMC\userdata\autoexec.py) found, skipping
06:56:04 T:10068 DEBUG: CNetwork::NetworkMessage - Starting network services
06:56:04 T:10068 NOTICE: Webserver: Starting...
06:56:04 T:10028 INFO: Python script stopped
06:56:04 T:10028 DEBUG: Thread LanguageInvoker 10028 terminating
06:56:04 T:7444 DEBUG: GetRecentlyAddedAlbumSongs() query: SELECT songview.* FROM (SELECT idAlbum FROM albumview ORDER BY idAlbum DESC LIMIT 10) AS recentalbums JOIN songview ON songview.idAlbum=recentalbums.idAlbum
06:56:04 T:7444 DEBUG: CMusicDatabase::GetRecentlyAddedAlbums query: select * from albumview where strAlbum != '' order by idAlbum desc limit 10
06:56:04 T:7444 DEBUG: CRecentlyAddedJob::UpdateVideos() - Running RecentlyAdded home screen update
06:56:04 T:10068 NOTICE: WebServer: Started the webserver
06:56:04 T:10068 NOTICE: starting upnp server
06:56:04 T:10068 NOTICE: ES: Starting event server
06:56:04 T:10068 INFO: JSONRPC Server: Successfully initialized
06:56:04 T:6092 NOTICE: Thread EventServer start, auto delete: false
06:56:04 T:6092 NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
06:56:04 T:6092 NOTICE: UDP: Listening on port 9777
06:56:04 T:9648 NOTICE: Thread TCPServer start, auto delete: false
06:56:04 T:10068 DEBUG: ------ Window Init (DialogExtendedProgressBar.xml) ------
06:56:04 T:6988 NOTICE: VideoInfoScanner: Starting scan ..
06:56:04 T:6988 DEBUG: CAnnouncementManager - Announcement: OnScanStarted from xbmc
06:56:04 T:6988 DEBUG: GOT ANNOUNCEMENT, type: 16, from xbmc, message OnScanStarted
06:56:04 T:10068 DEBUG: started alarm with name: checkatboot
06:56:04 T:10068 DEBUG: started alarm with name: checkwhilerunning
06:56:04 T:5756 NOTICE: Thread AlarmClock start, auto delete: false
06:56:04 T:9692 NOTICE: Thread RSSReader start, auto delete: false
06:56:04 T:9692 DEBUG: CurlFile::Open(0F14F478) http://feeds.xbmc.org/xbmc
06:56:04 T:9692 INFO: XCURL:Big GrinllLibCurlGlobal::easy_aquire - Created session to http://feeds.xbmc.org
06:56:04 T:7444 DEBUG: CVideoDatabase::RunQuery took 27 ms for 10 items query: select * from movieview ORDER BY dateAdded desc, idMovie desc LIMIT 10
06:56:04 T:6784 NOTICE: Thread JobWorker start, auto delete: true
06:56:04 T:6784 DEBUG: CThumbExtractor:Big GrinoWork - trying to extract filestream details from video file smb://10.0.0.5/Movies/Rio 2 (2014).mp4
06:56:04 T:7444 DEBUG: CVideoDatabase::RunQuery took 18 ms for 10 items query: select * from episodeview ORDER BY dateAdded desc, idEpisode desc LIMIT 10
06:56:04 T:7444 DEBUG: CVideoDatabase::RunQuery took 0 ms for 0 items query: select * from musicvideoview ORDER BY dateAdded desc, idMVideo desc LIMIT 10
06:56:04 T:7444 DEBUG: CRecentlyAddedJob::UpdateTotal() - Running RecentlyAdded home screen update
06:56:04 T:6784 DEBUG: CDVDDemuxFFmpeg::Open - probing detected format [mov,mp4,m4a,3gp,3g2,mj2]
06:56:05 T:4208 DEBUG: CRemoteControl::Connect - failed to connect
06:56:05 T:4208 INFO: CRemoteControl:Tonguerocess - failed to connect to irss, will keep retrying every 5 seconds
06:56:05 T:2136 NOTICE: Thread JobWorker start, auto delete: true
06:56:05 T:9692 DEBUG: Got rss feed: http://feeds.xbmc.org/xbmc
06:56:05 T:9692 DEBUG: RSS feed encoding: UTF-8
06:56:05 T:9692 DEBUG: Parsed rss feed: http://feeds.xbmc.org/xbmc
06:56:05 T:9692 DEBUG: CurlFile::Open(0F14F478) http://feeds.xbmc.org/latest_xbmc_addons
06:56:05 T:6988 DEBUG: VideoInfoScanner: Skipping dir 'smb://10.0.0.5/Movies/' due to no change
06:56:05 T:6988 DEBUG: VideoInfoScanner: Skipping dir 'smb://10.0.0.5/Movies/@Recycle/' due to no change (fasthash)
06:56:05 T:9692 DEBUG: Got rss feed: http://feeds.xbmc.org/latest_xbmc_addons
06:56:05 T:9692 DEBUG: RSS feed encoding: UTF-8
06:56:05 T:9692 DEBUG: Parsed rss feed: http://feeds.xbmc.org/latest_xbmc_addons
06:56:05 T:9692 DEBUG: CurlFile::Open(0F14F478) http://feeds.xbmc.org/updated_xbmc_addons
06:56:06 T:6784 DEBUG: CDVDDemuxFFmpeg::Open - avformat_find_stream_info starting
06:56:06 T:6784 DEBUG: CDVDDemuxFFmpeg::Open - av_find_stream_info finished
06:56:06 T:6784 INFO: ffmpeg[1A80]: Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'smb://10.0.0.5/Movies/Rio 2 (2014).mp4':
06:56:06 T:6784 INFO: ffmpeg[1A80]: Metadata:
06:56:06 T:6784 INFO: ffmpeg[1A80]: major_brand : isom
06:56:06 T:6784 INFO: ffmpeg[1A80]: minor_version : 1
06:56:06 T:6784 INFO: ffmpeg[1A80]: compatible_brands: isomavc1
06:56:06 T:6784 INFO: ffmpeg[1A80]: creation_time : 2014-06-26 14:41:50
06:56:06 T:6784 INFO: ffmpeg[1A80]: Duration: 01:41:11.27, start: 0.000000, bitrate: 2311 kb/s
06:56:06 T:6784 INFO: ffmpeg[1A80]: Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1920x800, 2213 kb/s, 23.98 fps, 23.98 tbr, 24k tbn, 47.95 tbc
06:56:06 T:6784 INFO: ffmpeg[1A80]: Metadata:
06:56:06 T:6784 INFO: ffmpeg[1A80]: creation_time : 2014-06-26 14:41:50
06:56:06 T:6784 INFO: ffmpeg[1A80]: handler_name : video.264#trackID=1:fps=23.976 - Imported with GPAC 0.5.0-rev4065
06:56:06 T:6784 INFO: ffmpeg[1A80]: Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 93 kb/s
06:56:06 T:6784 INFO: ffmpeg[1A80]: Metadata:
06:56:06 T:6784 INFO: ffmpeg[1A80]: creation_time : 2014-06-26 14:42:23
06:56:06 T:6784 INFO: ffmpeg[1A80]: handler_name : GPAC ISO Audio Handler
06:56:06 T:6784 DEBUG: CDVDDemuxFFmpeg::AddStream(0, ...) -> 0
06:56:06 T:6784 DEBUG: CDVDDemuxFFmpeg::AddStream(1, ...) -> 1
06:56:06 T:9692 DEBUG: Got rss feed: http://feeds.xbmc.org/updated_xbmc_addons
06:56:06 T:9692 DEBUG: RSS feed encoding: UTF-8
06:56:06 T:9692 DEBUG: Parsed rss feed: http://feeds.xbmc.org/updated_xbmc_addons
06:56:06 T:9692 DEBUG: Thread RSSReader 9692 terminating
06:56:08 T:6988 DEBUG: VideoInfoScanner: No (new) information was found in dir smb://10.0.0.5/TV Shows/24/
06:56:08 T:6988 DEBUG: VideoInfoScanner: No (new) information was found in dir smb://10.0.0.5/TV Shows/An Idiot Abroad/
06:56:08 T:6988 DEBUG: VideoInfoScanner: No (new) information was found in dir smb://10.0.0.5/TV Shows/Battlestar Galactica/
06:56:08 T:6988 DEBUG: VideoInfoScanner: No (new) information was found in dir smb://10.0.0.5/TV Shows/Big Bang Theory/
06:56:08 T:6988 DEBUG: VideoInfoScanner: No (new) information was found in dir smb://10.0.0.5/TV Shows/Bones/
06:56:09 T:6988 DEBUG: VideoInfoScanner: No (new) information was found in dir smb://10.0.0.5/TV Shows/Everybody Loves Raymond/
06:56:09 T:10068 DEBUG: ------ Window Deinit (Pointer.xml) ------
06:56:09 T:6988 DEBUG: VideoInfoScanner: No (new) information was found in dir smb://10.0.0.5/TV Shows/Geordie Shore/
06:56:09 T:6988 DEBUG: VideoInfoScanner: No (new) information was found in dir smb://10.0.0.5/TV Shows/Hart of Dixie/
06:56:09 T:6988 DEBUG: VideoInfoScanner: No (new) information was found in dir smb://10.0.0.5/TV Shows/IT Crowd/
06:56:09 T:6988 DEBUG: VideoInfoScanner: No (new) information was found in dir smb://10.0.0.5/TV Shows/Planet Earth/
06:56:09 T:6988 DEBUG: VideoInfoScanner: No (new) information was found in dir smb://10.0.0.5/TV Shows/Round The Twist/
06:56:09 T:6988 DEBUG: VideoInfoScanner: No (new) information was found in dir smb://10.0.0.5/TV Shows/Rugrats - All Grown Up/
06:56:09 T:6988 DEBUG: VideoInfoScanner: No (new) information was found in dir smb://10.0.0.5/TV Shows/Rush/
06:56:09 T:6988 DEBUG: VideoInfoScanner: No (new) information was found in dir smb://10.0.0.5/TV Shows/Scrubs/
06:56:09 T:6988 DEBUG: VideoInfoScanner: No (new) information was found in dir smb://10.0.0.5/TV Shows/Stargate Atlantis/
06:56:09 T:6988 DEBUG: VideoInfoScanner: No (new) information was found in dir smb://10.0.0.5/TV Shows/Stargate SG-1/
06:56:09 T:6988 DEBUG: VideoInfoScanner: No (new) information was found in dir smb://10.0.0.5/TV Shows/The Bletchley Circle/
06:56:09 T:6988 DEBUG: VideoInfoScanner: No (new) information was found in dir smb://10.0.0.5/TV Shows/The Block/
06:56:09 T:6988 DEBUG: VideoInfoScanner: No (new) information was found in dir smb://10.0.0.5/TV Shows/The Colony/
06:56:09 T:6988 DEBUG: VideoInfoScanner: No (new) information was found in dir smb://10.0.0.5/TV Shows/The Naked Chef/
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/A Very Merry Pooh Year.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/Classic Pooh/A Day for Eeyore.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/Classic Pooh/The Many Adventures of Winnie the Pooh (1977).avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E1 Pooh Oughta Be In Pictures.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E2P1 Donkey for a Day.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E2P2 Friend, In Deed.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E3P1 There's No Camp Like Home.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E3P2 Balloonatics.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E4 Find Her, Keep Her.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E5 Piglet Who Would Be King.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E6 Cleanliness Is Next to Impossible.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E7 The Great Honey Pot Robbery.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E8P1 Stripes.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E8P2 Monkey See, Monkey Do Better.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E9 Babbysitter Blues.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E10 How Much Is That Rabbit In The Window.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E11P1 Nothing but the Tooth.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E11P2 Gone with the Wind.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E12 Paw and Order.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E13P1 Honey for a Bunny.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E13P2 Trap as Trap Can.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E14P1 The Masked Offender.mp4
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E14P2 Things That Go Piglet In The Night.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E15P1 Luck Amok.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E15P2 The Magic Earmuffs.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E16 The Wishing Bear.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E17P1 King of the Beasties.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E17P2 Rats Who Came to Dinner.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E18P1 My Hero.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E18P2 Owl Feathers.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E19P1 A Very, Very Large Animal.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E19P2 Fish Out of Water.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E20P1 Lights Out.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E20P2 Tigger's Shoes.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E21P1 New Eeyore.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E21P2 Private Eye.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E22P1 Party Poohper.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E22P2 The Old Switcheroo.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E23P1 Me and My Shadow.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E23P2 To Catch a Hiccup.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E24P1 Rabbit Marks the Spot.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E24P2 Good-Bye Me Pooh.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E25P1 Bubble Trouble.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E25P2 Groundpiglet Day.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E26 All's Well That Ends Wishing Well.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E27 Un-Valentine's Day.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E28P1 Where Oh Where Has My Piglet Gone.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E28P2 Up, Up and Awry.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E29P1 Eeyore's Tail Tale.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E29P2 Three Little Piglets.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E30P1 No Rabbit's A Fortress.mp4
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E30P2 The Monster FrankenPooh.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E31P1 Prize Piglet.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E31P2 Fast Friends.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E32P1 Pooh Moon.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E32P2 Caws and Effects.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E33P1 Oh Bottle.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E33P2 Owl in the Family.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E34P1&2 Sham Pooh_ Rock-A-Bye Pooh Bear.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E35P1 What's the Score, Pooh.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E35P2 Tigger's Houseguest.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E36P1&2 Rabbit Takes A Holiday_ Eeyi Eeyi Eeyore.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E37 Pooh Skies.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E38P1 April Pooh.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E38P2 To Bee or Not To Bee.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E39 A Knight To Remember.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E40 Boo to You Winnie the Pooh.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E41P1 Tigger's The Mother of Invention E41P2 The Bug Stops Here .avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E42P1 Easy Come, Easy Gopher.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E42P2 Invasion Of The Pooh Snatcher .avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E43P1 Tigger Got Your Tongue.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E43P2 A Bird In The Hand.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E44 Winnie The Pooh And Christmas Too.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E45 Sorry, Wrong Slusher.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E46 Grown, But Not Forgotten.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E47 Pooh Day Afternoon.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E48 The Good, The Bad, And The Tigger.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E49 Home Is Where The Home Is.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E50P1 Shovel, Shovel Toil And Trouble E50P2 The Wise Have It.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E51P1 Cloud, Cloud, Go Away E51P2 To Dream The Impossible Scheme.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/E52P1 Piglet's Poohetry E52P2 Owl's Well That Ends Well.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: Could not enumerate file smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/Xtra/Pooh Valantine Treat.avi
06:56:09 T:6988 DEBUG: VideoInfoScanner: No (new) information was found in dir smb://10.0.0.5/TV Shows/The New Adventures Of Winnie The Pooh/
06:56:09 T:6988 DEBUG: VideoInfoScanner: No (new) information was found in dir smb://10.0.0.5/TV Shows/The Originals/
06:56:10 T:6988 DEBUG: VideoInfoScanner: No (new) information was found in dir smb://10.0.0.5/TV Shows/The Vampire Diaries/
06:56:10 T:6988 DEBUG: VideoInfoScanner: No (new) information was found in dir smb://10.0.0.5/TV Shows/The Walking Dead/
06:56:10 T:6988 DEBUG: VideoInfoScanner: No (new) information was found in dir smb://10.0.0.5/TV Shows/Top Gear/
06:56:10 T:6988 DEBUG: VideoInfoScanner: No (new) information was found in dir smb://10.0.0.5/TV Shows/Tricked/
06:56:10 T:6988 DEBUG: VideoInfoScanner: No (new) information was found in dir smb://10.0.0.5/TV Shows/Under The Dome/
06:56:10 T:6988 DEBUG: VideoInfoScanner: No (new) information was found in dir smb://10.0.0.5/TV Shows/Veep/
06:56:10 T:6988 DEBUG: VideoInfoScanner: No (new) information was found in dir smb://10.0.0.5/TV Shows/Wildfire/
06:56:10 T:6988 NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 00:06
06:56:10 T:6988 DEBUG: CAnnouncementManager - Announcement: OnScanFinished from xbmc
06:56:10 T:6988 DEBUG: GOT ANNOUNCEMENT, type: 16, from xbmc, message OnScanFinished
06:56:10 T:6988 DEBUG: Thread VideoInfoScanner 6988 terminating
06:56:10 T:7444 DEBUG: CRecentlyAddedJob::UpdateVideos() - Running RecentlyAdded home screen update
06:56:10 T:7444 DEBUG: CVideoDatabase::RunQuery took 40 ms for 10 items query: select * from movieview ORDER BY dateAdded desc, idMovie desc LIMIT 10
06:56:10 T:6784 DEBUG: CThumbExtractor:Big GrinoWork - trying to extract filestream details from video file smb://10.0.0.5/Movies/Muppets Most Wanted (2014).mp4
06:56:10 T:7444 DEBUG: CVideoDatabase::RunQuery took 19 ms for 10 items query: select * from episodeview ORDER BY dateAdded desc, idEpisode desc LIMIT 10
06:56:10 T:6784 DEBUG: CDVDDemuxFFmpeg::Open - probing detected format [mov,mp4,m4a,3gp,3g2,mj2]
06:56:10 T:7444 DEBUG: CVideoDatabase::RunQuery took 0 ms for 0 items query: select * from musicvideoview ORDER BY dateAdded desc, idMVideo desc LIMIT 10
06:56:10 T:7444 DEBUG: CRecentlyAddedJob::UpdateTotal() - Running RecentlyAdded home screen update
06:56:10 T:10068 DEBUG: ------ Window Deinit (DialogExtendedProgressBar.xml) ------
06:56:13 T:10068 DEBUG: Keyboard: scancode: 0x38, sym: 0x0134, unicode: 0x0000, modifier: 0x100
06:56:13 T:10068 DEBUG: CApplication::OnKey: alt-leftalt (0x4f0d4) pressed, action is
06:56:14 T:10068 DEBUG: Keyboard: scancode: 0x38, sym: 0x0134, unicode: 0x0000, modifier: 0x100
06:56:14 T:10068 DEBUG: CApplication::OnKey: alt-leftalt (0x4f0d4) pressed, action is
06:56:14 T:10068 DEBUG: Keyboard: scancode: 0x38, sym: 0x0134, unicode: 0x0000, modifier: 0x100
06:56:14 T:10068 DEBUG: CApplication::OnKey: alt-leftalt (0x4f0d4) pressed, action is
06:56:14 T:10068 INFO: Python, unloading python shared library because no scripts are running anymore
06:56:14 T:10068 DEBUG: Keyboard: scancode: 0x38, sym: 0x0134, unicode: 0x0000, modifier: 0x100
06:56:14 T:10068 DEBUG: CApplication::OnKey: alt-leftalt (0x4f0d4) pressed, action is
06:56:14 T:10068 DEBUG: Keyboard: scancode: 0x38, sym: 0x0134, unicode: 0x0000, modifier: 0x100
06:56:14 T:10068 DEBUG: CApplication::OnKey: alt-leftalt (0x4f0d4) pressed, action is
06:56:14 T:10068 DEBUG: Keyboard: scancode: 0x38, sym: 0x0134, unicode: 0x0000, modifier: 0x100
06:56:14 T:10068 DEBUG: CApplication::OnKey: alt-leftalt (0x4f0d4) pressed, action is
06:56:14 T:10068 DEBUG: CWinEventsWin32::WndProcWindow is active
06:56:14 T:10068 DEBUG: CWinEventsWin32::WndProc: Focus switched to process C:\Program Files (x86)\Mozilla Firefox\firefox.exe
06:56:14 T:10068 DEBUG: CAnnouncementManager - Announcement: OnQuit from xbmc
06:56:14 T:10068 DEBUG: GOT ANNOUNCEMENT, type: 8, from xbmc, message OnQuit
06:56:14 T:10068 NOTICE: Storing total System Uptime
06:56:14 T:5756 DEBUG: Thread AlarmClock 5756 terminating
06:56:14 T:10068 NOTICE: Saving settings
06:56:14 T:10068 NOTICE: stop all
06:56:14 T:2136 DEBUG: Thread JobWorker 2136 terminating (autodelete)
06:56:14 T:7444 DEBUG: Thread JobWorker 7444 terminating (autodelete)
06:56:14 T:6784 DEBUG: CDVDDemuxFFmpeg::Open - avformat_find_stream_info starting
06:56:14 T:6784 DEBUG: CDVDDemuxFFmpeg::Open - av_find_stream_info finished
06:56:14 T:6784 INFO: ffmpeg[1A80]: Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'smb://10.0.0.5/Movies/Muppets Most Wanted (2014).mp4':
06:56:14 T:6784 INFO: ffmpeg[1A80]: Metadata:
06:56:14 T:6784 INFO: ffmpeg[1A80]: major_brand : isom
06:56:14 T:6784 INFO: ffmpeg[1A80]: minor_version : 1
06:56:14 T:6784 INFO: ffmpeg[1A80]: compatible_brands: isomavc1
06:56:14 T:6784 INFO: ffmpeg[1A80]: creation_time : 2014-07-12 15:40:27
06:56:14 T:6784 INFO: ffmpeg[1A80]: Duration: 01:47:20.81, start: 0.000000, bitrate: 2187 kb/s
06:56:14 T:6784 INFO: ffmpeg[1A80]: Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1920x1080, 2090 kb/s, 23.98 fps, 23.98 tbr, 24k tbn, 47.95 tbc
06:56:14 T:6784 INFO: ffmpeg[1A80]: Metadata:
06:56:14 T:6784 INFO: ffmpeg[1A80]: creation_time : 2014-07-12 15:40:27
06:56:14 T:6784 INFO: ffmpeg[1A80]: handler_name : video.264#trackID=1:fps=23.976 - Imported with GPAC 0.5.0-rev4065
06:56:14 T:6784 INFO: ffmpeg[1A80]: Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 93 kb/s
06:56:14 T:6784 INFO: ffmpeg[1A80]: Metadata:
06:56:14 T:6784 INFO: ffmpeg[1A80]: creation_time : 2014-07-12 15:40:37
06:56:14 T:6784 INFO: ffmpeg[1A80]: handler_name : GPAC ISO Audio Handler
06:56:14 T:6784 DEBUG: CDVDDemuxFFmpeg::AddStream(0, ...) -> 0
06:56:14 T:6784 DEBUG: CDVDDemuxFFmpeg::AddStream(1, ...) -> 1
06:56:18 T:10068 NOTICE: stop player
06:56:18 T:10068 INFO: stopping PVRManager
06:56:18 T:6784 DEBUG: Thread JobWorker 6784 terminating (autodelete)
06:56:18 T:10068 DEBUG: CNetwork::NetworkMessage - Signaling network services to stop
06:56:18 T:10068 NOTICE: ES: Stopping event server
06:56:18 T:10068 DEBUG: CNetwork::NetworkMessage - Waiting for network services to stop
06:56:18 T:10068 NOTICE: stopping upnp
06:56:18 T:6092 NOTICE: ES: UDP Event server stopped
06:56:18 T:9648 DEBUG: Thread TCPServer 9648 terminating
06:56:18 T:6092 DEBUG: Thread EventServer 6092 terminating
06:56:18 T:10068 NOTICE: Webserver: Stopping...
06:56:18 T:10068 NOTICE: WebServer: Stopped the webserver
06:56:18 T:10068 NOTICE: Webserver: Stopped...
06:56:18 T:6804 DEBUG: Thread PeripBusUSB 6804 terminating
06:56:18 T:4036 DEBUG: Thread PeripBusCEC 4036 terminating
06:56:18 T:10068 NOTICE: stop sap announcement listener
06:56:18 T:10068 NOTICE: clean cached files!
06:56:18 T:10068 NOTICE: unload skin
06:56:18 T:10068 INFO: Unloading old skin ...
06:56:18 T:10068 DEBUG: ------ Window Deinit () ------
06:56:18 T:10068 DEBUG: ------ Window Deinit (Home.xml) ------
06:56:18 T:10068 DEBUG: CTextureBundleXBT::Cleanup - Closed bundle
06:56:18 T:10068 DEBUG: ADDON: Stopping service addons.
06:56:18 T:1156 DEBUG: Thread ActiveAE 1156 terminating
06:56:18 T:6324 DEBUG: Thread AESink 6324 terminating
06:56:18 T:10068 DEBUG: CAESinkDirectSound:Big Grineinitialize: Cleaning up
06:56:18 T:10068 NOTICE: stopped
06:56:18 T:10068 NOTICE: destroy
06:56:18 T:10068 DEBUG: ADDON: cpluff: 'Plug-in xbmc.json has been uninstalled.'
06:56:18 T:10068 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.fanart.tv has been uninstalled.'
06:56:18 T:10068 DEBUG: ADDON: cpluff: 'Plug-in repository.xbmc.org has been uninstalled.'
06:56:18 T:10068 DEBUG: ADDON: cpluff: 'Plug-in webinterface.default has been uninstalled.'
06:56:18 T:10068 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.black has been uninstalled.'
06:56:18 T:10068 DEBUG: ADDON: cpluff: 'Plug-in visualization.vortex has been uninstalled.'
06:56:18 T:10068 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.dim has been uninstalled.'
06:56:18 T:10068 DEBUG: ADDON: cpluff: 'Plug-in metadata.themoviedb.org has been uninstalled.'
06:56:18 T:10068 DEBUG: ADDON: cpluff: 'Plug-in service.xbmc.versioncheck has been uninstalled.'
06:56:18 T:10068 DEBUG: ADDON: cpluff: 'Plug-in xbmc.metadata has been uninstalled.'
06:56:18 T:10068 DEBUG: ADDON: cpluff: 'Plug-in skin.confluence has been uninstalled.'
06:56:18 T:10068 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.amazon.de has been uninstalled.'
06:56:18 T:10068 DEBUG: ADDON: cpluff: 'Plug-in script.module.pil has been uninstalled.'
06:56:18 T:10068 DEBUG: ADDON: cpluff: 'Plug-in visualization.milkdrop has been uninstalled.'
06:56:18 T:10068 DEBUG: ADDON: cpluff: 'Plug-in xbmc.gui has been uninstalled.'
06:56:18 T:10068 DEBUG: ADDON: cpluff: 'Plug-in visualization.dxspectrum has been uninstalled.'
06:56:18 T:10068 DEBUG: ADDON: cpluff: 'Plug-in metadata.musicvideos.theaudiodb.com has been uninstalled.'
06:56:18 T:10068 DEBUG: ADDON: cpluff: 'Plug-in xbmc.core has been uninstalled.'
06:56:18 T:10068 DEBUG: ADDON: cpluff: 'Plug-in xbmc.pvr has been uninstalled.'
06:56:18 T:10068 DEBUG: ADDON: cpluff: 'Plug-in metadata.album.universal has been uninstalled.'
06:56:18 T:10068 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.htbackdrops.com has been uninstalled.'
06:56:18 T:10068 DEBUG: ADDON: cpluff: 'Plug-in repository.pvr-win32.xbmc.org has been uninstalled.'
06:56:18 T:10068 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.allmusic.com has been uninstalled.'
06:56:18 T:10068 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.musicbrainz.org has been uninstalled.'
06:56:18 T:10068 DEBUG: ADDON: cpluff: 'Plug-in metadata.tvdb.com has been uninstalled.'
06:56:18 T:10068 DEBUG: ADDON: cpluff: 'Plug-in metadata.local has been uninstalled.'
06:56:18 T:10068 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.last.fm has been uninstalled.'
06:56:18 T:10068 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.themoviedb.org has been uninstalled.'
06:56:18 T:10068 DEBUG: ADDON: cpluff: 'Plug-in metadata.artists.universal has been uninstalled.'
06:56:18 T:10068 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.theaudiodb.com has been uninstalled.'
In the future please don't paste logs directly to the forum, but rather use a pastebin site such as xbmclogs.com or pastebin.com.

According to what you've posted, XBMC is not loading the advancedsettings file, and is thus not using MySQL. There might be a typo at the start of the file, or the file format might be wrong (something other than a plain text file).
Sorry about that. I will ensure I do that next time.

So XBMC now does recognise and load the advancedsettings.xml file.

Now it can't access the MySQL server. I have tried adding the user by myphpadmin and by the cmd but no luck with either.

Does anyone have any suggestions?
Turns out the Avast firewall was blocking access to MySQL.

XBMC has now created and updated the MySQL database on the NAS.


The only thing it doesn't do now is automatically scan the TV Shows folder. It scans the movie folder but not the tv. Any thoughts?
Absolutely the same issue. Movies, Concerts and Animations folder is scanned. As soon as it start updating the TV Shows folder it stops. Only manual update is possible.
(2014-09-16, 12:10)Alexandro Wrote: [ -> ]Absolutely the same issue. Movies, Concerts and Animations folder is scanned. As soon as it start updating the TV Shows folder it stops. Only manual update is possible.

Does anyone know why this occurs or how to fix it?

I finally got the MySQL library working on the Pi's and the PC, though I still have TV Show scanning issues. Other than that it works really well.

Thanks very much for the help.