Watched status not synced among clients with mysql
#1
I recently installed another kodi client
I already had a mysql for a while and a single fire TV kodi client
I now added another client in my bed room and also copied the same sources and advancedsettings xml files and expected everything to go smoothly
Yet what actually happens is that both of them are synced with the mysql db but they are not sharing their watched status.. Which is the main reason to do it imo

My fire TV is running kodi 15.2 and so is my raspberrypi 2 running openelec 6.0.1
Reply
#2
Did you check if Kodi 15.2 and Openelec 6.0.1 are the same version (I didn't so that why I'm asking) ? Do you see two separate MyVideo databases on your mysql database. If so, the answer on the question is 'no' and that would explain the watched status not being synced
Reply
#3
No, I see only one myvideos83 database and in both devices I see that userdata/database/ contains that same database

They both run kodi 15.2
Reply
#4
post a debug log of both of your clients booting up.

the userdata/database "databases" shouldn't matter, because you said you are using mysql.
Reply
#5
So these files in userdata/database, they arent supposed to even be created?
Because now I noticed this behavior:
1. everything that was marked as watched prior installing my new kodi client - wasnt synced
2. everything that is marked as watched since both devices exist, is synced.

Thats a very odd behavior.
Here is the log, hopefuly it will shed some light to the story.

Code:
22:10:30   8.424160 T:1967923200  NOTICE: special://profile/ is mapped to: special://masterprofile/
22:10:30   8.424447 T:1967923200  NOTICE: -----------------------------------------------------------------------
22:10:30   8.424579 T:1967923200  NOTICE: Starting Kodi (15.2 Git:02e7013). Platform: Linux ARM 32-bit
22:10:30   8.424681 T:1967923200  NOTICE: Using Release Kodi x32 build (version for Raspberry Pi)
22:10:30   8.424794 T:1967923200  NOTICE: Kodi compiled Jan 23 2016 by GCC 4.9.3 for Linux ARM 32-bit version 4.1.16 (262416)
22:10:30   8.425331 T:1967923200  NOTICE: Running on OpenELEC (official) - Version: 6.0.1, kernel: Linux ARM 32-bit version 4.1.16
22:10:30   8.425449 T:1967923200  NOTICE: FFmpeg version: 2.6.4
22:10:30   8.425537 T:1967923200  NOTICE: WARNING: unsupported ffmpeg version detected
22:10:30   8.425628 T:1967923200  NOTICE: Host CPU: ARMv7 Processor rev 5 (v7l), 4 cores available
22:10:30   8.425711 T:1967923200  NOTICE: ARM Features: Neon enabled
22:10:30   8.425800 T:1967923200  NOTICE: special://xbmc/ is mapped to: /usr/share/kodi
22:10:30   8.425907 T:1967923200  NOTICE: special://xbmcbin/ is mapped to: /usr/lib/kodi
22:10:30   8.425996 T:1967923200  NOTICE: special://masterprofile/ is mapped to: /storage/.kodi/userdata
22:10:30   8.426085 T:1967923200  NOTICE: special://home/ is mapped to: /storage/.kodi
22:10:30   8.426173 T:1967923200  NOTICE: special://temp/ is mapped to: /storage/.kodi/temp
22:10:30   8.426389 T:1967923200  NOTICE: The executable running is: /usr/lib/kodi/kodi.bin
22:10:30   8.426547 T:1967923200  NOTICE: Local hostname: OpenELEC
22:10:30   8.426646 T:1967923200  NOTICE: Log File is located: /storage/.kodi/temp/kodi.log
22:10:30   8.433694 T:1967923200  NOTICE: -----------------------------------------------------------------------
22:10:31   8.589187 T:1967923200   ERROR: DBus: Error org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.UPower was not provided by any .service files
22:10:31   8.607427 T:1967923200  NOTICE: load settings...
22:10:31   8.777365 T:1967907904  NOTICE: Thread FDEventMonitor start, auto delete: false
22:10:31   8.827362 T:1967923200  NOTICE: Found 1 Lists of Devices
22:10:31   8.827574 T:1967923200  NOTICE: Enumerated PI devices:
22:10:31   8.827676 T:1967923200  NOTICE:     Device 1
22:10:31   8.828538 T:1967923200  NOTICE:         m_deviceName      : HDMI
22:10:31   8.828673 T:1967923200  NOTICE:         m_displayName     : HDMI
22:10:31   8.828768 T:1967923200  NOTICE:         m_displayNameExtra:
22:10:31   8.828861 T:1967923200  NOTICE:         m_deviceType      : AE_DEVTYPE_HDMI
22:10:31   8.828949 T:1967923200  NOTICE:         m_channels        : FL,FR
22:10:31   8.829042 T:1967923200  NOTICE:         m_sampleRates     : 8000,11025,16000,22050,24000,32000,44100,48000,88200,96000,176400,192000
22:10:31   8.829138 T:1967923200  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP,AE_FMT_AC3,AE_FMT_DTS,AE_FMT_EAC3
22:10:31   8.829273 T:1967923200  NOTICE:     Device 2
22:10:31   8.829477 T:1967923200  NOTICE:         m_deviceName      : Analogue
22:10:31   8.829576 T:1967923200  NOTICE:         m_displayName     : Analogue
22:10:31   8.829666 T:1967923200  NOTICE:         m_displayNameExtra:
22:10:31   8.829758 T:1967923200  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
22:10:31   8.829843 T:1967923200  NOTICE:         m_channels        : FL,FR
22:10:31   8.829931 T:1967923200  NOTICE:         m_sampleRates     : 48000
22:10:31   8.830135 T:1967923200  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP
22:10:31   8.830240 T:1967923200  NOTICE:     Device 3
22:10:31   8.830410 T:1967923200  NOTICE:         m_deviceName      : Both
22:10:31   8.830506 T:1967923200  NOTICE:         m_displayName     : HDMI and Analogue
22:10:31   8.830595 T:1967923200  NOTICE:         m_displayNameExtra:
22:10:31   8.830684 T:1967923200  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
22:10:31   8.830828 T:1967923200  NOTICE:         m_channels        : FL,FR
22:10:31   8.830922 T:1967923200  NOTICE:         m_sampleRates     : 48000
22:10:31   8.831015 T:1967923200  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP
22:10:31   8.890208 T:1967923200  NOTICE: Loaded settings file from special://xbmc/system/advancedsettings.xml
22:10:31   8.890769 T:1967923200  NOTICE: Contents of special://xbmc/system/advancedsettings.xml are...
                                            <?xml version="1.0" encoding="UTF-8" ?>
                                            <advancedsettings>
                                              <showexitbutton>false</showexitbutton>
                                              <fanartres>720</fanartres>
                                              <imageres>540</imageres>
                                              <video>
                                                <busydialogdelayms>750</busydialogdelayms>
                                              </video>
                                              <samba>
                                                <clienttimeout>30</clienttimeout>
                                              </samba>
                                              <network>
                                                <readbufferfactor>4.0</readbufferfactor>
                                              </network>
                                            </advancedsettings>
22:10:31   8.896604 T:1967923200  NOTICE: Loaded settings file from special://profile/advancedsettings.xml
22:10:31   8.897198 T:1967923200  NOTICE: Contents of special://profile/advancedsettings.xml are...
                                            <advancedsettings>
                                              <loglevel hide="true">1</loglevel>
                                              <network>
                                                <cachemembuffersize>157286400</cachemembuffersize>
                                                <readbufferfactor>20</readbufferfactor>
                                                <buffermode>0</buffermode>
                                                <limitcacherate>false</limitcacherate>
                                                <curlclienttimeout>60</curlclienttimeout>
                                                <curllowspeedtime>60</curllowspeedtime>
                                                <curlretries>2</curlretries>
                                                <disableipv6>true</disableipv6>
                                              </network>
                                              <videodatabase>
                                                <type>mysql</type>
                                                <host>192.168.178.2</host>
                                                <port>3306</port>
                                                <user>kodi</user>
                                                <pass>kodi</pass>
                                              </videodatabase>
                                              <videolibrary>
                                                <importwatchedstate>true</importwatchedstate>
                                                <importresumepoint>true</importresumepoint>
                                              </videolibrary>
                                              <video>
                                                <timeseekforward>15</timeseekforward>
                                                <!-- Skip back time 15 s -->
                                                <timeseekbackward>-15</timeseekbackward>
                                                <!-- Skip forward time 15 s -->
                                                <playcountminimumpercent>95</playcountminimumpercent>
                                                <subsdelayrange>240</subsdelayrange>
                                                <!-- Subtitle offset adjustment range -->
                                              </video>
                                              <videoscanner>
                                                <ignoreerrors>true</ignoreerrors>
                                                <!-- Set to true to silently ignore errors while scanning videos. This prevents the error dialogue box, so you don't have to keep hitting "yes" to keep scanning.-->
                                              </videoscanner>
                                            </advancedsettings>
22:10:31   8.897554 T:1967923200  NOTICE: Log level changed to "LOG_LEVEL_DEBUG"
22:10:31   8.897739 T:1967923200 WARNING: VIDEO database configuration is experimental.
22:10:31   8.900549 T:1967923200  NOTICE: Default DVD Player: dvdplayer
22:10:31   8.900662 T:1967923200  NOTICE: Default Video Player: dvdplayer
22:10:31   8.900752 T:1967923200  NOTICE: Default Audio Player: paplayer
22:10:31   8.900862 T:1967923200  NOTICE: Enabled debug logging due to GUI setting (2)
22:10:31   8.900965 T:1967923200  NOTICE: Log level changed to "LOG_LEVEL_DEBUG_FREEMEM"
22:10:31   8.901437 T:1967923200  NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
22:10:31   8.903882 T:1967923200  NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
22:10:31   8.907160 T:1967923200   DEBUG: CPlayerCoreConfig::<ctor>: created player DVDPlayer for core 1
22:10:31   8.907331 T:1967923200   DEBUG: CPlayerCoreConfig::<ctor>: created player oldmplayercore for core 1
22:10:31   8.907438 T:1967923200   DEBUG: CPlayerCoreConfig::<ctor>: created player PAPlayer for core 3
22:10:31   8.907545 T:1967923200   DEBUG: CPlayerSelectionRule::Initialize: creating rule: system rules
22:10:31   8.907647 T:1967923200   DEBUG: CPlayerSelectionRule::Initialize: creating rule: hdhomerun/mms/udp
22:10:31   8.907752 T:1967923200   DEBUG: CPlayerSelectionRule::Initialize: creating rule: lastfm/shout
22:10:31   8.907860 T:1967923200   DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtmp
22:10:31   8.907984 T:1967923200   DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtsp
22:10:31   8.908093 T:1967923200   DEBUG: CPlayerSelectionRule::Initialize: creating rule: streams
22:10:31   8.908194 T:1967923200   DEBUG: CPlayerSelectionRule::Initialize: creating rule: aacp/sdp
22:10:31   8.908298 T:1967923200   DEBUG: CPlayerSelectionRule::Initialize: creating rule: mp2
22:10:31   8.908406 T:1967923200   DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvd
22:10:31   8.908508 T:1967923200   DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvdimage
22:10:31   8.908608 T:1967923200   DEBUG: CPlayerSelectionRule::Initialize: creating rule: sdp/asf
22:10:31   8.908712 T:1967923200   DEBUG: CPlayerSelectionRule::Initialize: creating rule: nsv
22:10:31   8.908818 T:1967923200   DEBUG: CPlayerSelectionRule::Initialize: creating rule: radio
22:10:31   8.908922 T:1967923200  NOTICE: Loaded playercorefactory configuration
22:10:31   8.909565 T:1967923200  NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
22:10:31   8.909940 T:1967923200  NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
00:10:31   8.965010 T:1967923200    INFO: creating subdirectories
00:10:31   8.965254 T:1967923200    INFO: userdata folder: special://masterprofile/
00:10:31   8.965397 T:1967923200    INFO: recording folder:
00:10:31   8.965512 T:1967923200    INFO: screenshots folder:
00:10:31   8.979669 T:1957688384  NOTICE: Thread ActiveAE start, auto delete: false
00:10:31   8.980310 T:1947202624  NOTICE: Thread AESink start, auto delete: false
00:10:31   8.980886 T:1947202624    INFO: CActiveAESink::OpenSink - initialize sink
00:10:31   8.981043 T:1947202624   DEBUG: CActiveAESink::OpenSink - trying to open device PI:HDMI
00:10:31   8.981203 T:1947202624   DEBUG: DllBcm: Using omx system library
00:10:31   8.984219 T:1947202624   DEBUG: SECTION:LoadDLL(libopenmaxil.so)
00:10:31   8.988630 T:1947202624   DEBUG: Loading: libopenmaxil.so
00:10:31   8.998199 T:1886385216  NOTICE: Thread CRBPWorker start, auto delete: false
00:10:31   8.998459 T:1947202624   DEBUG: CAESinkPi:SetAudioProps hdmi_stream_channels 0 hdmi_channel_map 00000008
00:10:31   8.998630 T:1947202624   DEBUG: CAESinkPi:Initialize Format:15 Channels:2 Samplerate:44100 framesize:8 bufsize:17640 bytes/s=352800.00 dest=PI:HDMI
00:10:31   9.001264 T:1947202624   DEBUG: COMXCoreComponent::Initialize OMX.broadcom.audio_render input port 100 output port 100 m_handle 0x7420bad8
00:10:31   9.003289 T:1947202624   DEBUG: COMXCoreComponent::AllocInputBuffers component(OMX.broadcom.audio_render) - port(100), nBufferCountMin(1), nBufferCountActual(2), nBufferSize(17648), nBufferAlignmen(16)
00:10:31   9.004040 T:1947202624   DEBUG: CActiveAESink::OpenSink - SinkPi Initialized:
00:10:31   9.004157 T:1947202624   DEBUG:   Output Device : HDMI
00:10:31   9.004253 T:1947202624   DEBUG:   Sample Rate   : 44100
00:10:31   9.004345 T:1947202624   DEBUG:   Sample Format : AE_FMT_FLOAT
00:10:31   9.004459 T:1947202624   DEBUG:   Channel Count : 2
00:10:31   9.004560 T:1947202624   DEBUG:   Channel Layout: FL,FR
00:10:31   9.004651 T:1947202624   DEBUG:   Frames        : 2205
00:10:31   9.004739 T:1947202624   DEBUG:   Frame Samples : 4410
00:10:31   9.004828 T:1947202624   DEBUG:   Frame Size    : 8
00:10:31   9.139236 T:1967923200  NOTICE: Running database version Addons19
00:10:31   9.140560 T:1967923200   DEBUG: SECTION:LoadDLL(special://xbmcbin/system/libcpluff-arm.so)
00:10:31   9.140896 T:1967923200   DEBUG: Loading: /usr/lib/kodi/system/libcpluff-arm.so
00:10:31   9.393176 T:1967923200    INFO: ADDON: cpluff: 'Could not read plug-in directory /usr/lib/kodi/addons: No such file or directory'
00:10:31   9.393590 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in xbmc.json has been installed.'
00:10:31   9.393823 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.fanart.tv has been installed.'
00:10:31   9.393941 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in xbmc.audioencoder has been installed.'
00:10:31   9.394078 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in pvr.vbox has been installed.'
00:10:31   9.394194 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in webinterface.default has been installed.'
00:10:31   9.394302 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in kodi.audiodecoder has been installed.'
00:10:31   9.394416 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in repository.xbmc.org has been installed.'
00:10:31   9.394528 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in visualization.vortex has been installed.'
00:10:31   9.394647 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in service.openelec.settings has been installed.'
00:10:31   9.394763 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.black has been installed.'
00:10:31   9.394868 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in kodi.guilib has been installed.'
00:10:31   9.394981 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in audioencoder.xbmc.builtin.wma has been installed.'
00:10:31   9.395109 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in service.subtitles.torec has been installed.'
00:10:31   9.395225 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in script.module.simplejson has been installed.'
00:10:31   9.395335 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.dim has been installed.'
00:10:31   9.395444 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in repository.TheWiz has been installed.'
00:10:31   9.395555 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in script.module.beautifulsoup4 has been installed.'
00:10:31   9.395670 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in metadata.themoviedb.org has been installed.'
00:10:31   9.395783 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in service.subtitles.subscenter has been installed.'
00:10:31   9.395907 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in xbmc.metadata has been installed.'
00:10:31   9.396019 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in skin.confluence has been installed.'
00:10:31   9.396134 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in kodi.resource has been installed.'
00:10:31   9.396281 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in script.module.beautifulsoup has been installed.'
00:10:31   9.396397 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in skin.phenomenal has been installed.'
00:10:31   9.396504 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in xbmc.gui has been installed.'
00:10:31   9.396614 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in script.module.pil has been installed.'
00:10:31   9.396770 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in script.common.plugin.cache has been installed.'
00:10:31   9.396887 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in repository.openelec.tv has been installed.'
00:10:31   9.396993 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in os.openelec.tv has been installed.'
00:10:31   9.397104 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in script.skinshortcuts has been installed.'
00:10:31   9.397217 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in script.module.unidecode has been installed.'
00:10:31   9.397343 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in metadata.musicvideos.theaudiodb.com has been installed.'
00:10:31   9.397449 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in xbmc.core has been installed.'
00:10:31   9.397561 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in service.subtitles.subscene has been installed.'
00:10:31   9.397672 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in script.module.requests has been installed.'
00:10:31   9.397783 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in script.artwork.downloader has been installed.'
00:10:31   9.397896 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in service.subtitles.opensubtitles has been installed.'
00:10:31   9.398001 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in xbmc.pvr has been installed.'
00:10:31   9.398116 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in service.library.data.provider has been installed.'
00:10:31   9.398231 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in metadata.hebtv.thewiz has been installed.'
00:10:31   9.398350 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in audioencoder.xbmc.builtin.aac has been installed.'
00:10:31   9.398464 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in metadata.album.universal has been installed.'
00:10:31   9.398575 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in service.thewiz.wizard has been installed.'
00:10:31   9.398688 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in metadata.sratim.co.il has been installed.'
00:10:31   9.398800 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.htbackdrops.com has been installed.'
00:10:31   9.398915 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in resource.language.en_gb has been installed.'
00:10:31   9.399025 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.allmusic.com has been installed.'
00:10:31   9.399135 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in metadata.tvdb.com has been installed.'
00:10:31   9.399246 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.musicbrainz.org has been installed.'
00:10:31   9.399379 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in metadata.local has been installed.'
00:10:31   9.399500 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in script.skin.helper.service has been installed.'
00:10:31   9.399610 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in xbmc.webinterface has been installed.'
00:10:31   9.399724 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in resource.uisounds.confluence has been installed.'
00:10:31   9.399836 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.last.fm has been installed.'
00:10:31   9.399947 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.themoviedb.org has been installed.'
00:10:31   9.400085 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.theaudiodb.com has been installed.'
00:10:31   9.400201 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in metadata.artists.universal has been installed.'
00:10:31   9.400321 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in xbmc.python has been installed.'
00:10:31   9.400432 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.imdb.com has been installed.'
00:10:31   9.400582 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in resource.language.he_il has been installed.'
00:10:31   9.400696 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in xbmc.addon has been installed.'
00:10:31   9.400801 T:1967923200   DEBUG: ADDON: cpluff: 'Plug-in xbmc.codec has been installed.'
00:10:31   9.400897 T:1967923200   DEBUG: ADDON: cpluff: 'Not all directories were successfully scanned.'
00:10:31   9.407193 T:1967923200  NOTICE: ADDONS: Using repository repository.xbmc.org
00:10:31   9.407351 T:1967923200  NOTICE: ADDONS: Using repository repository.TheWiz
00:10:31   9.407443 T:1967923200  NOTICE: ADDONS: Using repository repository.openelec.tv
00:10:31   9.407936 T:1875899456  NOTICE: Thread RemoteControl start, auto delete: false
00:10:31   9.408087 T:1875899456    INFO: LIRC Process: using: /run/lirc/lircd
00:10:31   9.408616 T:1875899456    INFO: LIRC Connect: successfully started
00:10:31   9.408774 T:1875899456   DEBUG: Thread RemoteControl 1875899456 terminating
00:10:31   9.435962 T:1967923200    INFO: CKeyboardLayoutManager: loading keyboard layouts from special://xbmc/system/keyboardlayouts...
00:10:31   9.446709 T:1967923200   DEBUG: CKeyboardLayoutManager: keyboard layout "Arabic QWERTY" successfully loaded
00:10:31   9.450164 T:1967923200   DEBUG: CKeyboardLayoutManager: keyboard layout "Bulgarian ЯВЕРТЪ" successfully loaded
00:10:31   9.451526 T:1967923200   DEBUG: CKeyboardLayoutManager: keyboard layout "Bulgarian АБВ" successfully loaded
00:10:31   9.454079 T:1967923200   DEBUG: CKeyboardLayoutManager: keyboard layout "Danish QWERTY" successfully loaded
00:10:31   9.457571 T:1967923200   DEBUG: CKeyboardLayoutManager: keyboard layout "English QWERTY" successfully loaded
00:10:31   9.458828 T:1967923200   DEBUG: CKeyboardLayoutManager: keyboard layout "English AZERTY" successfully loaded
00:10:31   9.460064 T:1967923200   DEBUG: CKeyboardLayoutManager: keyboard layout "English ABC" successfully loaded
00:10:31   9.462656 T:1967923200   DEBUG: CKeyboardLayoutManager: keyboard layout "German QWERTZ" successfully loaded
00:10:31   9.465214 T:1967923200   DEBUG: CKeyboardLayoutManager: keyboard layout "Greek QWERTY" successfully loaded
00:10:31   9.468147 T:1967923200   DEBUG: CKeyboardLayoutManager: keyboard layout "Hebrew QWERTY" successfully loaded
00:10:31   9.469448 T:1967923200   DEBUG: CKeyboardLayoutManager: keyboard layout "Hebrew ABC" successfully loaded
00:10:31   9.472332 T:1967923200   DEBUG: CKeyboardLayoutManager: keyboard layout "Hungarian QWERTZ" successfully loaded
00:10:31   9.475506 T:1967923200   DEBUG: CKeyboardLayoutManager: keyboard layout "Lithuanian AZERTY" successfully loaded
00:10:31   9.476911 T:1967923200   DEBUG: CKeyboardLayoutManager: keyboard layout "Lithuanian QWERTY" successfully loaded
00:10:31   9.479392 T:1967923200   DEBUG: CKeyboardLayoutManager: keyboard layout "Norwegian QWERTY" successfully loaded
00:10:31   9.482011 T:1967923200   DEBUG: CKeyboardLayoutManager: keyboard layout "Polish QWERTY" successfully loaded
00:10:31   9.484756 T:1967923200   DEBUG: CKeyboardLayoutManager: keyboard layout "Portuguese (Portugal) QWERTY" successfully loaded
00:10:31   9.487289 T:1967923200   DEBUG: CKeyboardLayoutManager: keyboard layout "Romanian QWERTY" successfully loaded
00:10:31   9.490406 T:1967923200   DEBUG: CKeyboardLayoutManager: keyboard layout "Russian ЙЦУКЕН" successfully loaded
00:10:31   9.491763 T:1967923200   DEBUG: CKeyboardLayoutManager: keyboard layout "Russian АБВ" successfully loaded
00:10:31   9.494636 T:1967923200   DEBUG: CKeyboardLayoutManager: keyboard layout "Spanish QWERTY" successfully loaded
00:10:31   9.497185 T:1967923200   DEBUG: CKeyboardLayoutManager: keyboard layout "Swedish QWERTY" successfully loaded
00:10:31   9.499686 T:1967923200   DEBUG: CKeyboardLayoutManager: keyboard layout "Turkish QWERTY" successfully loaded
00:10:31   9.502781 T:1967923200   DEBUG: CKeyboardLayoutManager: keyboard layout "Ukrainian ЙЦУКЕН" successfully loaded
00:10:31   9.504240 T:1967923200   DEBUG: CKeyboardLayoutManager: keyboard layout "Ukrainian АБВ" successfully loaded
00:10:31   9.506557 T:1967923200   DEBUG: UDisks: org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.UDisks was not provided by any .service files
00:10:31   9.507924 T:1967923200   DEBUG: DeviceKit.Disks: org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.DeviceKit.Disks was not provided by any .service files
00:10:31   9.512383 T:1967923200   DEBUG: Selected UDev as storage provider
00:10:31   9.513304 T:1967923200  NOTICE: Raspberry PI firmware version: Dec  8 2015 14:44:44
                                            Copyright (c) 2012 Broadcom
                                            version e591b5eb05e2cdb1b5ae25512b27d33127d7bee9 (clean) (release)
00:10:31   9.513491 T:1967923200  NOTICE: ARM mem: 752MB GPU mem: 256MB MPG2:0 WVC1:0
00:10:31   9.513592 T:1967923200  NOTICE: cacheMemBufferSize: 150MB
00:10:31   9.514109 T:1967923200  NOTICE: Config:
                                            arm_freq=900
                                            audio_pwm_mode=1
                                            audio_sdm_mod_order=2
                                            config_hdmi_boost=5
                                            disable_commandline_tags=2
                                            disable_l2cache=1
                                            emmc_pll_core=1
                                            force_eeprom_read=1
                                            force_pwm_open=1
                                            framebuffer_ignore_alpha=1
                                            framebuffer_swap=1
                                            hdmi_channel_map=8
                                            hdmi_force_cec_address=65535
                                            hdmi_ignore_cec_init=1
                                            lcd_framerate=60
                                            over_voltage_avs=0x1b774
                                            overscan_bottom=48
                                            overscan_left=48
                                            overscan_right=48
                                            overscan_top=48
                                            pause_burst_frames=1
                                            program_serial_random=1
                                            sdram_freq=450
                                            temp_limit=85
00:10:31   9.514428 T:1967923200  NOTICE: Config:
                                            device_tree=-
00:10:31   9.514568 T:1967923200   DEBUG: DllBcm: Using omx system library
00:10:31   9.514668 T:1967923200  NOTICE: InitWindowSystem: Using EGL Implementation: raspberrypi
00:10:31   9.516619 T:1967923200   DEBUG: EGL initial desktop resolution 1920x1080 (1920x1080) @ 60.00 - Full Screen (1.00)
00:10:31   9.517332 T:1967923200   DEBUG: EGL get supported modes (1) = 15, prefer_group=1, prefer_mode=10
00:10:31   9.517502 T:1967923200   DEBUG: EGL mode 0: 640x480 (640x480) @ 60.00 - Full Screen (1.00) :1
00:10:31   9.517649 T:1967923200   DEBUG: EGL mode 1: 720x480 (720x480) @ 60.00 - Full Screen (0.89) :2
00:10:31   9.517782 T:1967923200   DEBUG: EGL mode 2: 720x480 (720x480) @ 60.00 - Full Screen (1.19) :3
00:10:31   9.517919 T:1967923200   DEBUG: EGL mode 3: 1280x720 (1280x720) @ 60.00 - Full Screen (1.00) N:4
00:10:31   9.518048 T:1967923200   DEBUG: EGL mode 5: 1920x1080 (1920x1080) @ 60.00 - Full Screen (1.00) N:10
00:10:31   9.518185 T:1967923200   DEBUG: EGL mode 6: 720x576 (720x576) @ 50.00 - Full Screen (1.07) :11
00:10:31   9.518302 T:1967923200   DEBUG: EGL mode 7: 720x576 (720x576) @ 50.00 - Full Screen (1.42) :12
00:10:31   9.518415 T:1967923200   DEBUG: EGL mode 8: 1280x720 (1280x720) @ 50.00 - Full Screen (1.00) :13
00:10:31   9.518528 T:1967923200   DEBUG: EGL mode 11: 1920x1080 (1920x1080) @ 50.00 - Full Screen (1.00) :1f
00:10:31   9.518693 T:1967923200   DEBUG: EGL mode 12: 1920x1080 (1920x1080) @ 24.00 - Full Screen (1.00) :20
00:10:31   9.518891 T:1967923200   DEBUG: EGL mode 13: 1920x1080 (1920x1080) @ 25.00 - Full Screen (1.00) :21
00:10:31   9.519050 T:1967923200   DEBUG: EGL mode 14: 1920x1080 (1920x1080) @ 30.00 - Full Screen (1.00) :22
00:10:31   9.520578 T:1967923200   DEBUG: EGL get supported modes (2) = 6, prefer_group=1, prefer_mode=10
00:10:31   9.520713 T:1967923200   DEBUG: EGL mode 0: 640x480 (640x480) @ 60.00 - Full Screen (1.00) :4
00:10:31   9.520863 T:1967923200   DEBUG: EGL mode 1: 800x600 (800x600) @ 60.00 - Full Screen (1.00) :9
00:10:31   9.520994 T:1967923200   DEBUG: EGL mode 2: 1024x768 (1024x768) @ 60.00 - Full Screen (1.00) :10
00:10:31   9.521125 T:1967923200   DEBUG: EGL mode 3: 1152x864 (1152x864) @ 75.00 - Full Screen (1.00) :15
00:10:31   9.521240 T:1967923200   DEBUG: EGL mode 4: 1280x1024 (1280x1024) @ 60.00 - Full Screen (1.00) :23
00:10:31   9.521369 T:1967923200   DEBUG: EGL mode 5: 1360x768 (1360x768) @ 60.00 - Full Screen (1.00) :27
00:10:31   9.521513 T:1967923200   DEBUG: EGL probe resolution 1920x1080 (1920x1080) @ 60.00 - Full Screen:10010004
00:10:31   9.521624 T:1967923200  NOTICE: Found resolution 640 x 480 for display 0 with 640 x 480 @ 60.000000 Hz
00:10:31   9.521749 T:1967923200  NOTICE: Found resolution 640 x 480 for display 0 with 640 x 480 @ 59.940063 Hz
00:10:31   9.521855 T:1967923200  NOTICE: Found resolution 720 x 480 for display 0 with 720 x 480 @ 60.000000 Hz
00:10:31   9.521961 T:1967923200  NOTICE: Found resolution 720 x 480 for display 0 with 720 x 480 @ 59.940063 Hz
00:10:31   9.522065 T:1967923200  NOTICE: Found resolution 1280 x 720 for display 0 with 1280 x 720 @ 60.000000 Hz
00:10:31   9.522172 T:1967923200  NOTICE: Found resolution 1280 x 720 for display 0 with 1280 x 720 @ 59.940063 Hz
00:10:31   9.522276 T:1967923200  NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 60.000000 Hz
00:10:31   9.522382 T:1967923200  NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 59.940063 Hz
00:10:31   9.522496 T:1967923200  NOTICE: Found resolution 720 x 576 for display 0 with 720 x 576 @ 50.000000 Hz
00:10:31   9.522602 T:1967923200  NOTICE: Found resolution 1280 x 720 for display 0 with 1280 x 720 @ 50.000000 Hz
00:10:31   9.522706 T:1967923200  NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 50.000000 Hz
00:10:31   9.522810 T:1967923200  NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 24.000000 Hz
00:10:31   9.522917 T:1967923200  NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 23.976025 Hz
00:10:31   9.523023 T:1967923200  NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 25.000000 Hz
00:10:31   9.523128 T:1967923200  NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 30.000000 Hz
00:10:31   9.523233 T:1967923200  NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 29.970032 Hz
00:10:31   9.523417 T:1967923200  NOTICE: Found resolution 800 x 600 for display 0 with 800 x 600 @ 60.000000 Hz
00:10:31   9.523544 T:1967923200  NOTICE: Found resolution 800 x 600 for display 0 with 800 x 600 @ 59.940063 Hz
00:10:31   9.523676 T:1967923200  NOTICE: Found resolution 1024 x 768 for display 0 with 1024 x 768 @ 60.000000 Hz
00:10:31   9.523786 T:1967923200  NOTICE: Found resolution 1024 x 768 for display 0 with 1024 x 768 @ 59.940063 Hz
00:10:31   9.523891 T:1967923200  NOTICE: Found resolution 1152 x 864 for display 0 with 1152 x 864 @ 75.000000 Hz
00:10:31   9.523996 T:1967923200  NOTICE: Found resolution 1280 x 1024 for display 0 with 1280 x 1024 @ 60.000000 Hz
00:10:31   9.524102 T:1967923200  NOTICE: Found resolution 1280 x 1024 for display 0 with 1280 x 1024 @ 59.940063 Hz
00:10:31   9.524206 T:1967923200  NOTICE: Found resolution 1360 x 768 for display 0 with 1360 x 768 @ 60.000000 Hz
00:10:31   9.524310 T:1967923200  NOTICE: Found resolution 1360 x 768 for display 0 with 1360 x 768 @ 59.940063 Hz
00:10:31   9.524409 T:1967923200  NOTICE: Found ([email protected]) at 22, setting to RES_DESKTOP at 16
00:10:31   9.524590 T:1967923200  NOTICE: Checking resolution 16
00:10:31   9.543421 T:1967923200   DEBUG: EGL set HDMI mode (1,16)=0 off
00:10:32   9.614661 T:1919939648   DEBUG: EGL tv_service_callback (8,1,16)
00:10:32   9.616061 T:1967923200   DEBUG: EGL set resolution 1920x1080 -> 1920x1080 @ 60.00 fps (1,16) flags:10010004 aspect:1.00
00:10:32   9.640863 T:1967923200   DEBUG: CreateWindow: Created surface of size 1920x1080
00:10:32   9.641864 T:1967923200  NOTICE: GL_VENDOR = Broadcom
00:10:32   9.641993 T:1967923200  NOTICE: GL_RENDERER = VideoCore IV HW
00:10:32   9.642086 T:1967923200  NOTICE: GL_VERSION = OpenGL ES 2.0
00:10:32   9.642177 T:1967923200  NOTICE: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 1.00
00:10:32   9.642297 T:1967923200   DEBUG: GLES: Extension Support Test - GL_NVX_gpu_memory_info NO
00:10:32   9.642399 T:1967923200  NOTICE: GL_EXTENSIONS = GL_OES_compressed_ETC1_RGB8_texture GL_OES_compressed_paletted_texture GL_OES_texture_npot GL_OES_depth24 GL_OES_vertex_half_float GL_OES_EGL_image GL_OES_EGL_image_external GL_EXT_discard_framebuffer GL_OES_rgb8_rgba8 GL_OES_depth32 GL_OES_mapbuffer GL_EXT_texture_format_BGRA8888 GL_APPLE_rgb_422 GL_EXT_debug_marker
00:10:32   9.642550 T:1967923200   DEBUG: GLES: Extension Support Test - GL_EXT_texture_format_BGRA8888 YES
00:10:32   9.642663 T:1967923200   DEBUG: GLES: Extension Support Test - GL_IMG_texture_format_BGRA8888 NO
00:10:32   9.642773 T:1967923200   DEBUG: GLES: Extension Support Test - GL_APPLE_texture_format_BGRA8888 NO
00:10:32   9.646805 T:1967923200   DEBUG: GL: Vertex Shader compilation log:
00:10:32   9.647170 T:1967923200   DEBUG: Compiled
00:10:32   9.647288 T:1967923200   DEBUG: GL: Vertex Shader compiled successfully
00:10:32   9.647856 T:1967923200   DEBUG: GL: Pixel Shader compilation log:
00:10:32   9.648087 T:1967923200   DEBUG: Compiled
00:10:32   9.648184 T:1967923200   DEBUG: GL: Fragment Shader compiled successfully
00:10:32   9.666201 T:1967923200   DEBUG: GUI Shader [guishader_frag_default.glsl]- Initialise successful : 0x2fba0b0
00:10:32   9.667713 T:1967923200   DEBUG: GL: Vertex Shader compilation log:
00:10:32   9.667965 T:1967923200   DEBUG: Compiled
00:10:32   9.668061 T:1967923200   DEBUG: GL: Vertex Shader compiled successfully
00:10:32   9.668753 T:1967923200   DEBUG: GL: Pixel Shader compilation log:
00:10:32   9.669108 T:1967923200   DEBUG: Compiled
00:10:32   9.669219 T:1967923200   DEBUG: GL: Fragment Shader compiled successfully
00:10:32   9.690132 T:1967923200   DEBUG: GUI Shader [guishader_frag_texture.glsl]- Initialise successful : 0x2f7ff00
00:10:32   9.691538 T:1967923200   DEBUG: GL: Vertex Shader compilation log:
00:10:32   9.691776 T:1967923200   DEBUG: Compiled
00:10:32   9.691871 T:1967923200   DEBUG: GL: Vertex Shader compiled successfully
00:10:32   9.692460 T:1967923200   DEBUG: GL: Pixel Shader compilation log:
00:10:32   9.692677 T:1967923200   DEBUG: Compiled
00:10:32   9.692770 T:1967923200   DEBUG: GL: Fragment Shader compiled successfully
00:10:32   9.712983 T:1967923200   DEBUG: GUI Shader [guishader_frag_multi.glsl]- Initialise successful : 0x2fba378
00:10:32   9.714396 T:1967923200   DEBUG: GL: Vertex Shader compilation log:
00:10:32   9.714628 T:1967923200   DEBUG: Compiled
00:10:32   9.714721 T:1967923200   DEBUG: GL: Vertex Shader compiled successfully
00:10:32   9.715307 T:1967923200   DEBUG: GL: Pixel Shader compilation log:
00:10:32   9.715523 T:1967923200   DEBUG: Compiled
00:10:32   9.715616 T:1967923200   DEBUG: GL: Fragment Shader compiled successfully
00:10:32   9.736906 T:1967923200   DEBUG: GUI Shader [guishader_frag_fonts.glsl]- Initialise successful : 0x2fbb830
00:10:32   9.738308 T:1967923200   DEBUG: GL: Vertex Shader compilation log:
00:10:32   9.738544 T:1967923200   DEBUG: Compiled
00:10:32   9.738640 T:1967923200   DEBUG: GL: Vertex Shader compiled successfully
00:10:32   9.739203 T:1967923200   DEBUG: GL: Pixel Shader compilation log:
00:10:32   9.739414 T:1967923200   DEBUG: Compiled
00:10:32   9.739508 T:1967923200   DEBUG: GL: Fragment Shader compiled successfully
00:10:32   9.759118 T:1967923200   DEBUG: GUI Shader [guishader_frag_texture_noblend.glsl]- Initialise successful : 0x2fbac38
00:10:32   9.760453 T:1967923200   DEBUG: GL: Vertex Shader compilation log:
00:10:32   9.760686 T:1967923200   DEBUG: Compiled
00:10:32   9.760779 T:1967923200   DEBUG: GL: Vertex Shader compiled successfully
00:10:32   9.761366 T:1967923200   DEBUG: GL: Pixel Shader compilation log:
00:10:32   9.761602 T:1967923200   DEBUG: Compiled
00:10:32   9.761697 T:1967923200   DEBUG: GL: Fragment Shader compiled successfully
00:10:32   9.783731 T:1967923200   DEBUG: GUI Shader [guishader_frag_multi_blendcolor.glsl]- Initialise successful : 0x2fbacb0
00:10:32   9.785101 T:1967923200   DEBUG: GL: Vertex Shader compilation log:
00:10:32   9.785374 T:1967923200   DEBUG: Compiled
00:10:32   9.785468 T:1967923200   DEBUG: GL: Vertex Shader compiled successfully
00:10:32   9.786094 T:1967923200   DEBUG: GL: Pixel Shader compilation log:
00:10:32   9.786338 T:1967923200   DEBUG: Compiled
00:10:32   9.786448 T:1967923200   DEBUG: GL: Fragment Shader compiled successfully
00:10:32   9.806604 T:1967923200   DEBUG: GUI Shader [guishader_frag_rgba.glsl]- Initialise successful : 0x2f93c00
00:10:32   9.806832 T:1967923200   DEBUG: GLES: Extension Support Test - GL_OES_EGL_image_external YES
00:10:32   9.808287 T:1967923200   DEBUG: GL: Vertex Shader compilation log:
00:10:32   9.808530 T:1967923200   DEBUG: Compiled
00:10:32   9.808627 T:1967923200   DEBUG: GL: Vertex Shader compiled successfully
00:10:32   9.809250 T:1967923200   DEBUG: GL: Pixel Shader compilation log:
00:10:32   9.809496 T:1967923200   DEBUG: Compiled
00:10:32   9.809592 T:1967923200   DEBUG: GL: Fragment Shader compiled successfully
00:10:32   9.833224 T:1967923200   DEBUG: GUI Shader [guishader_frag_rgba_oes.glsl]- Initialise successful : 0x2f93c78
00:10:32   9.834666 T:1967923200   DEBUG: GL: Vertex Shader compilation log:
00:10:32   9.834910 T:1967923200   DEBUG: Compiled
00:10:32   9.835007 T:1967923200   DEBUG: GL: Vertex Shader compiled successfully
00:10:32   9.835643 T:1967923200   DEBUG: GL: Pixel Shader compilation log:
00:10:32   9.835861 T:1967923200   DEBUG: Compiled
00:10:32   9.835956 T:1967923200   DEBUG: GL: Fragment Shader compiled successfully
00:10:32   9.855954 T:1967923200   DEBUG: GUI Shader [guishader_frag_rgba_blendcolor.glsl]- Initialise successful : 0x2f94218
00:10:32   9.857379 T:1967923200   DEBUG: GL: Vertex Shader compilation log:
00:10:32   9.857623 T:1967923200   DEBUG: Compiled
00:10:32   9.857718 T:1967923200   DEBUG: GL: Vertex Shader compiled successfully
00:10:32   9.858438 T:1967923200   DEBUG: GL: Pixel Shader compilation log:
00:10:32   9.858655 T:1967923200   DEBUG: Compiled
00:10:32   9.858748 T:1967923200   DEBUG: GL: Fragment Shader compiled successfully
00:10:32   9.884613 T:1967923200   DEBUG: GUI Shader [guishader_frag_rgba_bob.glsl]- Initialise successful : 0x2f94290
00:10:32   9.884750 T:1967923200   DEBUG: GLES: Extension Support Test - GL_OES_EGL_image_external YES
00:10:32   9.886116 T:1967923200   DEBUG: GL: Vertex Shader compilation log:
00:10:32   9.886384 T:1967923200   DEBUG: Compiled
00:10:32   9.886478 T:1967923200   DEBUG: GL: Vertex Shader compiled successfully
00:10:32   9.887241 T:1967923200   DEBUG: GL: Pixel Shader compilation log:
00:10:32   9.887463 T:1967923200   DEBUG: Compiled
00:10:32   9.887556 T:1967923200   DEBUG: GL: Fragment Shader compiled successfully
00:10:32   9.914850 T:1967923200   DEBUG: GUI Shader [guishader_frag_rgba_bob_oes.glsl]- Initialise successful : 0x2f95070
00:10:32   9.914996 T:1967923200   DEBUG: CWinSystemEGL::CreateNewWindow: No need to create a new window
00:10:32   9.948554 T:1967923200   DEBUG: EGL set HDMI mode (1,16)=0 off
00:10:32  10.032385 T:1919939648   DEBUG: EGL tv_service_callback (8,1,16)
00:10:32  10.033005 T:1967923200   DEBUG: EGL set resolution 1920x1080 -> 1920x1080 @ 60.00 fps (1,16) flags:10010004 aspect:1.00
00:10:32  10.057440 T:1967923200   DEBUG: CreateWindow: Created surface of size 1920x1080
00:10:32  10.057662 T:1967923200    INFO: GLES: Maximum texture width: 2048
00:10:32  10.057969 T:1967923200   DEBUG: CRenderManager::UpdateDisplayLatency - Latency set to 0 msec
00:10:32  10.068067 T:1967923200   DEBUG: SECTION:LoadDLL(special://xbmcbin/system/ImageLib-arm.so)
00:10:32  10.068443 T:1967923200   DEBUG: Loading: /usr/lib/kodi/system/ImageLib-arm.so
00:10:32  10.203260 T:1967923200    INFO: load keymapping
00:10:32  10.221406 T:1967923200    INFO: Loading special://xbmc/system/keymaps/appcommand.xml
00:10:32  10.222957 T:1967923200    INFO: Loading special://xbmc/system/keymaps/gamepad.xml
00:10:32  10.238893 T:1967923200    INFO: Loading special://xbmc/system/keymaps/joystick.Alienware.Dual.Compatible.Controller.xml
00:10:32  10.243248 T:1967923200    INFO: Loading special://xbmc/system/keymaps/joystick.AppleRemote.xml
00:10:32  10.252805 T:1967923200    INFO: Loading special://xbmc/system/keymaps/joystick.Harmony.xml
00:10:32  10.274349 T:1967923200    INFO: Loading special://xbmc/system/keymaps/joystick.Interact.AxisPad.xml
00:10:32  10.278563 T:1967923200    INFO: Loading special://xbmc/system/keymaps/joystick.Logitech.RumblePad.2.xml
00:10:32  10.287651 T:1967923200    INFO: Loading special://xbmc/system/keymaps/joystick.Microsoft.Xbox.360.Controller.xml
00:10:32  10.322137 T:1967923200    INFO: Loading special://xbmc/system/keymaps/joystick.Microsoft.Xbox.Controller.S.xml
00:10:32  10.344052 T:1967923200    INFO: Loading special://xbmc/system/keymaps/joystick.Nintendo.Wii.U.Pro.Controller.xml
00:10:32  10.347783 T:1967923200    INFO: Loading special://xbmc/system/keymaps/joystick.Ouya.Controller.xml
00:10:32  10.360846 T:1967923200    INFO: Loading special://xbmc/system/keymaps/joystick.PS3.Remote.Keyboard.xml
00:10:32  10.368577 T:1967923200    INFO: Loading special://xbmc/system/keymaps/joystick.PS4.Controller.xml
00:10:32  10.382094 T:1967923200    INFO: Loading special://xbmc/system/keymaps/joystick.Sony.PLAYSTATION(R)3.Controller.xml
00:10:32  10.408606 T:1967923200    INFO: Loading special://xbmc/system/keymaps/joystick.WiiRemote.xml
00:10:32  10.418371 T:1967923200    INFO: Loading special://xbmc/system/keymaps/keyboard.xml
00:10:32  10.460142 T:1967923200    INFO: Loading special://xbmc/system/keymaps/mouse.xml
00:10:32  10.463463 T:1967923200    INFO: Loading special://xbmc/system/keymaps/remote.xml
00:10:32  10.497129 T:1967923200    INFO: Loading special://xbmc/system/keymaps/touchscreen.xml
00:10:32  10.505501 T:1967923200    INFO: Loading special://xbmc/system/Lircmap.xml
00:10:32  10.524024 T:1967923200    INFO: * Adding remote mapping for device 'mceusb'
00:10:32  10.524636 T:1967923200    INFO: * Adding remote mapping for device 'XboxDVDDongle'
00:10:32  10.524865 T:1967923200    INFO: * Adding remote mapping for device 'Microsoft_Xbox'
00:10:32  10.525069 T:1967923200    INFO: * Adding remote mapping for device 'PinnacleSysPCTVRemote'
00:10:32  10.525295 T:1967923200    INFO: * Adding remote mapping for device 'anysee'
00:10:32  10.525516 T:1967923200    INFO: * Adding remote mapping for device 'iMON-PAD'
00:10:32  10.525782 T:1967923200    INFO: * Adding remote mapping for device 'Antec_Veris_RM200'
00:10:32  10.526042 T:1967923200    INFO: * Adding remote mapping for device 'MCE_via_iMON'
00:10:32  10.526313 T:1967923200    INFO: * Adding remote mapping for device 'TwinHanRemote'
00:10:32  10.526515 T:1967923200    INFO: * Adding remote mapping for device 'linux-input-layer'
00:10:32  10.527016 T:1967923200    INFO: * Linking remote mapping for 'linux-input-layer' to 'cx23885_remote'
00:10:32  10.527135 T:1967923200    INFO: * Adding remote mapping for device 'mediacenter'
00:10:32  10.527369 T:1967923200    INFO: * Adding remote mapping for device 'devinput'
00:10:32  10.529878 T:1967923200   DEBUG: CButtonTranslator::Load - no userdata Lircmap.xml found, skipping
00:10:32  10.530096 T:1967923200    INFO: GUI format 1920x1080, Display 1920x1080 (1920x1080) @ 60.00 - Full Screen
00:10:32  10.530204 T:1967923200   DEBUG: guilib: Fill viewport on change for solving rendering passes
00:10:32  10.530987 T:1967923200    INFO: CLangInfo: loading resource.language.en_gb language information...
00:10:32  10.538985 T:1967923200   DEBUG: trying to set locale to en_AU.UTF-8
00:10:32  10.566538 T:1967923200    INFO: global locale set to C
00:10:33  10.567511 T:1967923200    INFO: CLangInfo: loading resource.language.en_gb language strings...
00:10:33  10.666003 T:1967923200   DEBUG: POParser: loaded 3331 strings from file resource://resource.language.en_gb/strings.po
00:10:33  10.671828 T:1967923200   DEBUG: LoadMappings - loaded node "Motorola Nyxboard Hybrid"
00:10:33  10.672718 T:1967923200   DEBUG: LoadMappings - loaded node "CEC Adapter"
00:10:33  10.672934 T:1967923200   DEBUG: LoadMappings - loaded node "Pulse-Eight CEC Adapter"
00:10:33  10.673526 T:1967923200   DEBUG: LoadMappings - loaded node "iMON HID device"
00:10:33  10.674426 T:1967923200   DEBUG: CPeripheralBusUSB - initialised udev monitor
00:10:33  10.674590 T:1967923200   DEBUG: SECTION:LoadDLL(libcec.so.3.0)
00:10:33  10.678140 T:1967923200   DEBUG: Loading: libcec.so.3.0
00:10:33  10.771512 T:1967923200   DEBUG: GetMappingForDevice - device (2708:1001) mapped to CEC Adapter (type = cec)
00:10:33  10.776371 T:1967923200   DEBUG: InitialiseFeature - using libCEC v3.0.1
00:10:33  10.776768 T:1967923200   DEBUG: Initialise - initialised peripheral on 'RPI' with 2 features and 0 sub devices
00:10:33  10.776949 T:1856996416  NOTICE: Thread CECAdapter start, auto delete: false
00:10:33  10.777118 T:1967923200  NOTICE: Register - new cec device registered on cec->RPI: CEC Adapter (2708:1001)
00:10:33  10.777246 T:1856996416   DEBUG: OpenConnection - opening a connection to the CEC adapter: RPI
00:10:33  10.834157 T:1831830592  NOTICE: Thread PeripBusUSBUdev start, auto delete: false
00:10:33  10.834630 T:1967923200   DEBUG: SECTION:LoadDLL(libcurl.so.4)
00:10:33  10.838207 T:1967923200   DEBUG: Loading: libcurl.so.4
00:10:33  10.881131 T:1967923200  NOTICE: Running database version Addons19
00:10:33  10.882005 T:1967923200   DEBUG: Initialize, updating databases...
00:10:33  10.887511 T:1967923200  NOTICE: Running database version ViewModes6
00:10:33  10.903556 T:1967923200  NOTICE: Running database version Textures13
00:10:33  10.929163 T:1967923200  NOTICE: Running database version MyMusic52
00:10:33  10.953740 T:1967923200  NOTICE: Running database version MyVideos93
00:10:33  10.962293 T:1967923200  NOTICE: Running database version TV29
00:10:33  10.969037 T:1967923200  NOTICE: Running database version Epg10
00:10:33  10.970518 T:1967923200   DEBUG: Initialize, updating databases... DONE
00:10:33  10.970681 T:1967923200  NOTICE: start dvd mediatype detection
00:10:33  10.971048 T:1967923200    INFO: DPMS: not supported on this platform
00:10:33  10.971215 T:1877062720  NOTICE: Thread DetectDVDMedia start, auto delete: false
00:10:33  10.971366 T:1877062720   DEBUG: Compiled with libcdio Version 0.93
00:10:33  10.975222 T:1877062720   DEBUG: Thread DetectDVDMedia 1877062720 terminating
00:10:33  11.053669 T:1967923200   DEBUG: CAnnouncementManager - Announcement: OnClear from xbmc
00:10:33  11.054007 T:1967923200   DEBUG: GOT ANNOUNCEMENT, type: 2, from xbmc, message OnClear
00:10:33  11.054309 T:1967923200   DEBUG: Activating window ID: 12997
00:10:33  11.054454 T:1967923200   DEBUG: ------ Window Init () ------
00:10:33  11.054949 T:1967923200    INFO: load splash image: /storage/.kodi/media/Splash.png
00:10:33  11.059879 T:1967923200    INFO: Unloading old skin ...
00:10:33  11.060836 T:1967923200    INFO:   load skin from: /storage/.kodi/addons/skin.phenomenal (version: 1.6.1)
00:10:33  11.061014 T:1967923200    INFO:   load fonts for skin...
00:10:33  11.075036 T:1967923200    INFO: Loading fonts from /storage/.kodi/addons/skin.phenomenal/1080p/Font.xml
00:10:33  11.247091 T:1967923200   DEBUG: POParser: loaded 188 strings from file /storage/.kodi/addons/skin.phenomenal/language/English/strings.po
00:10:33  11.249785 T:1967923200    INFO: Loading skin includes from /storage/.kodi/addons/skin.phenomenal/1080p/Includes.xml
00:10:34  12.305943 T:1967923200    INFO:   load new skin...
00:10:34  12.306603 T:1967923200    INFO: Loading user windows, path /storage/.kodi/addons/skin.phenomenal/1080p
00:10:34  12.366118 T:1967923200   DEBUG: Load Skin XML: 63.43ms
00:10:34  12.366327 T:1967923200    INFO:   initialize new skin...
00:10:34  12.366455 T:1967923200   DEBUG: guilib: Fill viewport on change for solving rendering passes
00:10:34  12.366606 T:1967923200    INFO: Loading skin file: DialogVolumeBar.xml, load type: LOAD_ON_GUI_INIT
00:10:34  12.398429 T:1967923200   DEBUG: OpenBundle - Opened bundle /storage/.kodi/addons/skin.phenomenal/media/Textures.xbt
00:10:34  12.408834 T:1967923200    INFO: Loading skin file: DialogKaiToast.xml, load type: LOAD_ON_GUI_INIT
00:10:34  12.416370 T:1967923200    INFO: Loading skin file: DialogMuteBug.xml, load type: LOAD_ON_GUI_INIT
00:10:34  12.424312 T:1967923200    INFO: Loading skin file: DialogSeekBar.xml, load type: LOAD_ON_GUI_INIT
00:10:34  12.443089 T:1967923200    INFO: Loading skin file: VideoOSDSettings.xml, load type: LOAD_ON_GUI_INIT
00:10:34  12.478186 T:1967923200    INFO: Previous line repeats 1 times.
00:10:34  12.478395 T:1967923200    INFO: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT
00:10:34  12.486895 T:1967923200    INFO: Loading skin file: DialogExtendedProgressBar.xml, load type: LOAD_ON_GUI_INIT
00:10:34  12.494580 T:1967923200    INFO: Loading skin file: DialogSubtitles.xml, load type: LOAD_ON_GUI_INIT
00:10:34  12.539619 T:1967923200    INFO: Loading skin file: DialogPVRChannelsOSD.xml, load type: LOAD_ON_GUI_INIT
00:10:34  12.566306 T:1967923200    INFO: Loading skin file: DialogPVRGuideOSD.xml, load type: LOAD_ON_GUI_INIT
00:10:35  12.586328 T:1967923200    INFO: Loading skin file: VideoOSD.xml, load type: LOAD_ON_GUI_INIT
00:10:35  12.730914 T:1967923200    INFO: Loading resource://resource.uisounds.confluence/sounds.xml
00:10:35  13.017809 T:1967923200    INFO:   skin loaded...
00:10:35  13.018078 T:1967923200   DEBUG: Activating window ID: 12997
00:10:35  13.018244 T:1967923200   DEBUG: ------ Window Init () ------
00:10:35  13.018803 T:1967923200    INFO: load splash image: /storage/.kodi/media/Splash.png
00:10:35  13.077927 T:1967923200   DEBUG: JSONRPC: JSON schema type broadcastnext references an unknown type PVR.Details.Broadcast
00:10:35  13.078167 T:1967923200 WARNING: JSONRPC: Could not parse type "PVR.Details.Channel"
00:10:35  13.078288 T:1967923200    INFO: JSONRPC: Adding type "PVR.Details.Channel" to list of incomplete definitions (waiting for "PVR.Details.Broadcast")
00:10:35  13.079184 T:1967923200   DEBUG: JSONRPC: JSON schema type  references an unknown type PVR.Details.Channel
00:10:35  13.079292 T:1967923200   DEBUG: Invalid item definition in "items" for type channels
00:10:35  13.079394 T:1967923200 WARNING: JSONRPC: Could not parse type "PVR.Details.ChannelGroup.Extended"
00:10:35  13.079496 T:1967923200    INFO: JSONRPC: Adding type "PVR.Details.ChannelGroup.Extended" to list of incomplete definitions (waiting for "PVR.Details.Channel")
00:10:35  13.081388 T:1967923200    INFO: JSONRPC: Resolving incomplete types/methods referencing PVR.Details.Broadcast
00:10:35  13.082040 T:1967923200    INFO: JSONRPC: Resolving incomplete types/methods referencing PVR.Details.Channel
00:10:35  13.118635 T:1967923200   DEBUG: JSONRPC: JSON schema type stereoscopicmode references an unknown type GUI.Stereoscopy.Mode
00:10:35  13.118838 T:1967923200 WARNING: JSONRPC: Could not parse type "GUI.Property.Value"
00:10:35  13.118958 T:1967923200    INFO: JSONRPC: Adding type "GUI.Property.Value" to list of incomplete definitions (waiting for "GUI.Stereoscopy.Mode")
00:10:35  13.119637 T:1967923200    INFO: JSONRPC: Resolving incomplete types/methods referencing GUI.Stereoscopy.Mode
00:10:35  13.137712 T:1967923200   DEBUG: JSONRPC: JSON schema type definition references an unknown type Setting.Details.Setting
00:10:35  13.137933 T:1967923200 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
00:10:35  13.138055 T:1967923200    INFO: JSONRPC: Adding type "Setting.Details.SettingList" to list of incomplete definitions (waiting for "Setting.Details.Setting")
00:10:35  13.139683 T:1967923200    INFO: JSONRPC: Resolving incomplete types/methods referencing Setting.Details.Setting
00:10:35  13.317640 T:1967923200    INFO: JSONRPC v6.25.2: Successfully initialized
00:10:35  13.317980 T:1967923200   DEBUG: ADDON: Starting service addons.
00:10:35  13.322159 T:1822622784  NOTICE: Thread LanguageInvoker start, auto delete: false
00:10:35  13.322519 T:1822622784    INFO: initializing python engine.
00:10:35  13.323186 T:1814234176  NOTICE: Thread LanguageInvoker start, auto delete: false
00:10:35  13.323580 T:1814234176    INFO: initializing python engine.
00:10:35  13.339218 T:1805845568  NOTICE: Thread JobWorker start, auto delete: true
00:10:35  13.339526 T:1967923200   DEBUG: Activating window ID: 12999
00:10:35  13.339746 T:1967923200   DEBUG: ------ Window Init (Startup.xml) ------
00:10:35  13.340052 T:1967923200    INFO: Loading skin file: Startup.xml, load type: LOAD_EVERY_TIME
00:10:35  13.365000 T:1805845568  NOTICE: PVRManager - starting up
00:10:35  13.365677 T:1796207680  NOTICE: Thread PVRManager start, auto delete: false
00:10:35  13.366144 T:1787819072  NOTICE: Thread PVRClient start, auto delete: false
00:10:35  13.468449 T:1779430464  NOTICE: Thread LanguageInvoker start, auto delete: false
00:10:35  13.468945 T:1967923200    INFO: removing tempfiles
00:10:35  13.470197 T:1779430464    INFO: initializing python engine.
00:10:35  13.473212 T:1967923200  NOTICE: UpdateLibraries: Starting video library startup scan
00:10:35  13.473800 T:1967923200   DEBUG: ADDON: Starting service addons.
00:10:35  13.479152 T:1771041856  NOTICE: Thread LanguageInvoker start, auto delete: false
Reply
#6
Dont post the log inline. Try again please, with the appropriate method.

Also, do you have
<advancedsettings>
<videolibrary>
<importwatchedstate>true</importwatchedstate>
</videolibrary>
</advancedsettings>

In both your advanced settings?
I really have no idea what I am talking about. Proceed with caution. I confuse easily. And drink. A lot.
Reply
#7
Quote:<advancedsettings>
<videolibrary>
<importwatchedstate>true</importwatchedstate>
</videolibrary>
</advancedsettings>

As far as I know, that has nothing to do with anything except when you are importing from .nfo's. The videos should be marked as watched in the actual mysql database.

Can you post the debug log from the fire tv?
Reply
#8
Correct. But if he is doing any troubleshooting and following the guides, he will need it. E.g. http://kodi.wiki/view/MySQL/Upgrading Section 3.
I really have no idea what I am talking about. Proceed with caution. I confuse easily. And drink. A lot.
Reply
#9
*Edit: my bad. Thought I noticed something. Post deleted*
Reply

Logout Mark Read Team Forum Stats Members Help
Watched status not synced among clients with mysql0