1. No user installed addons are supported, python or otherwise.
2. No, they really are not supported.
3. They are not coming back
4. Read from 1. again
Any mention of illegal streaming sites, addons or any pirated material will not be tolerated. This is not democracy and any offenders will be banned and posts deleted immediately without warning.
Other than that, we hope you enjoy MrMC so far and we welcome any input and feedback you might have.
Team MrMC.
2. No, they really are not supported.
3. They are not coming back
4. Read from 1. again
Any mention of illegal streaming sites, addons or any pirated material will not be tolerated. This is not democracy and any offenders will be banned and posts deleted immediately without warning.
Other than that, we hope you enjoy MrMC so far and we welcome any input and feedback you might have.
Team MrMC.
Missing In-Progress Tv shows elements from Home view
Missing In-Progress Tv shows elements from Home view
Dear all, I was using MrMc with a shared MySQL database on a Raspberry pi.
During last days, I replaced the raspberry pi with a NAS device and I rebuilt the database from scratch using Kodi 17.5 running on macbook.
After linking the MrMc on my Apple TV4 on the new database, I don't have anymore any entry in my home screen under TV Shows. I have Recently Added/In-Progress for Movies and Recently Added for TV Shows.
If I'm not wrong, there was some entries under In-Progress when I was using the old database.
Do you have some hints about it?
Thank you in advance.
During last days, I replaced the raspberry pi with a NAS device and I rebuilt the database from scratch using Kodi 17.5 running on macbook.
After linking the MrMc on my Apple TV4 on the new database, I don't have anymore any entry in my home screen under TV Shows. I have Recently Added/In-Progress for Movies and Recently Added for TV Shows.
If I'm not wrong, there was some entries under In-Progress when I was using the old database.
Do you have some hints about it?
Thank you in advance.
Re: Missing In-Progress Tv shows elements from Home view
For sure, I don’t know how to take it from Apple TV. Is there a guide for it? Thank you again!
Inviato dal mio iPhone utilizzando Tapatalk
Re: Missing In-Progress Tv shows elements from Home view
click on this link -> debuglog , it's red for a reason 

Re: Missing In-Progress Tv shows elements from Home view
You are right! I missed to check the Wiki page.
Below the logs. My understanding is that the following query returns an empty set so nothing is displayed on my home shelf.
Indeed, running the query on my DB the result is 0 item. Anyway, I have a lot of series in progress that are correctly identified by Kodi and by MrMC using the submenu Tv Shows->In-progress.
16:24:45 T:6166409216 DEBUG: RunQuery took 4 ms for 0 items query: select * from episode_view WHERE (episode_view.idFile IN (SELECT DISTINCT idFile FROM bookmark WHERE type = 1))
Below the logs. My understanding is that the following query returns an empty set so nothing is displayed on my home shelf.
Indeed, running the query on my DB the result is 0 item. Anyway, I have a lot of series in progress that are correctly identified by Kodi and by MrMC using the submenu Tv Shows->In-progress.
16:24:45 T:6166409216 DEBUG: RunQuery took 4 ms for 0 items query: select * from episode_view WHERE (episode_view.idFile IN (SELECT DISTINCT idFile FROM bookmark WHERE type = 1))
Code: Select all
##############################################################
Content of MrMC Log
##############################################################
16:24:44 T:6162968576 NOTICE: special://profile/ is mapped to: special://masterprofile/
16:24:44 T:6162968576 NOTICE: -----------------------------------------------------------------------
16:24:44 T:6162968576 NOTICE: Starting MrMC (3.4-0 Git:2017-12-18-2c8a215-dirty). Platform: TVOS ARM64 64-bit
16:24:44 T:6162968576 NOTICE: Using Release MrMC x64 build
16:24:44 T:6162968576 NOTICE: MrMC compiled Dec 19 2017 by Clang 9.0.0 (clang-900.0.39.2) for TVOS ARM64 64-bit version 10.2.0 (100200)
16:24:44 T:6162968576 NOTICE: Running on Apple Inc. AppleTV6,2 with TVOS 11.2.1, kernel: Darwin ARM 64-bit version 17.3.0
16:24:44 T:6162968576 NOTICE: Host CPU: arm64 v8, 3 cores available
16:24:44 T:6162968576 NOTICE: ARM Features: Neon enabled
16:24:44 T:6162968576 NOTICE: special://xbmc/ is mapped to: /private/var/containers/Bundle/Application/D4A8E626-4FFA-405E-8CAE-3E9D3C2422D9/MrMC.app/AppData/AppHome
16:24:44 T:6162968576 NOTICE: special://xbmcbin/ is mapped to: /private/var/containers/Bundle/Application/D4A8E626-4FFA-405E-8CAE-3E9D3C2422D9/MrMC.app/AppData/AppHome
16:24:44 T:6162968576 NOTICE: special://masterprofile/ is mapped to: /var/mobile/Containers/Data/Application/F83709BE-642E-432B-816D-9DAD8392C3DD/Library/Caches/home/userdata
16:24:44 T:6162968576 NOTICE: special://home/ is mapped to: /var/mobile/Containers/Data/Application/F83709BE-642E-432B-816D-9DAD8392C3DD/Library/Caches/home
16:24:44 T:6162968576 NOTICE: special://temp/ is mapped to: /private/var/mobile/Containers/Data/Application/F83709BE-642E-432B-816D-9DAD8392C3DD/tmp/temp
16:24:44 T:6162968576 NOTICE: special://logs/ is mapped to: /var/mobile/Containers/Data/Application/F83709BE-642E-432B-816D-9DAD8392C3DD/Library/Caches/logs/
16:24:44 T:6162968576 NOTICE: special://frameworks/ is mapped to: /var/containers/Bundle/Application/D4A8E626-4FFA-405E-8CAE-3E9D3C2422D9/MrMC.app/Frameworks
16:24:44 T:6162968576 NOTICE: The executable running is: /var/containers/Bundle/Application/D4A8E626-4FFA-405E-8CAE-3E9D3C2422D9/MrMC.app/MrMC
16:24:44 T:6162968576 NOTICE: Local hostname: Camera-da-letto
16:24:44 T:6162968576 NOTICE: Log File is located: special://logs/mrmc.log
16:24:44 T:6162968576 NOTICE: -----------------------------------------------------------------------
16:24:44 T:6162968576 NOTICE: load settings...
16:24:44 T:6162968576 WARNING: CSettingString: unknown options filler "timezonecountries" of "locale.timezonecountry"
16:24:44 T:6162968576 WARNING: CSettingString: unknown options filler "timezones" of "locale.timezone"
16:24:44 T:6162968576 WARNING: CSettingInt: unknown options filler "audiocdactions" of "audiocds.autoaction"
16:24:44 T:6162968576 ERROR: CSetting: missing <control> tag of "videoscreen.vsync"
16:24:44 T:6162968576 WARNING: CSettingGroup: unable to read setting "videoscreen.vsync"
16:24:44 T:6162968576 NOTICE: Found 1 Lists of Devices
16:24:44 T:6162968576 NOTICE: Enumerated DARWINIOS devices:
16:24:44 T:6162968576 NOTICE: Device 1
16:24:44 T:6162968576 NOTICE: m_deviceName : default
16:24:44 T:6162968576 NOTICE: m_displayName : Default
16:24:44 T:6162968576 NOTICE: m_displayNameExtra:
16:24:44 T:6162968576 NOTICE: m_deviceType : AE_DEVTYPE_HDMI
16:24:44 T:6162968576 NOTICE: m_channels : FL,FR,FC,LFE,BL,BR
16:24:44 T:6162968576 NOTICE: m_sampleRates : 44100,48000
16:24:44 T:6162968576 NOTICE: m_dataFormats : AE_FMT_RAW,AE_FMT_S16LE,AE_FMT_FLOAT
16:24:44 T:6162968576 NOTICE: m_streamTypes : STREAM_TYPE_AC3,STREAM_TYPE_EAC3,STREAM_TYPE_DTS_512,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTSHD_CORE
16:24:44 T:6162968576 NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
16:24:44 T:6162968576 NOTICE: No settings file to load (special://masterprofile/advancedsettings.xml)
16:24:44 T:6162968576 NOTICE: Default DVD Player: dvdplayer
16:24:44 T:6162968576 NOTICE: Default Video Player: dvdplayer
16:24:44 T:6162968576 NOTICE: Default Audio Player: paplayer
16:24:44 T:6162968576 NOTICE: Enabled debug logging due to GUI setting (2)
16:24:44 T:6162968576 NOTICE: Log level changed to "LOG_LEVEL_DEBUG_FREEMEM"
16:24:44 T:6162968576 NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
16:24:44 T:6162968576 DEBUG: found key /userdata/sources.xml
16:24:44 T:6162968576 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
16:24:44 T:6162968576 DEBUG: CPlayerCoreConfig::<ctor>: created player DVDPlayer for core 1
16:24:44 T:6162968576 DEBUG: CPlayerCoreConfig::<ctor>: created player oldmplayercore for core 1
16:24:44 T:6162968576 DEBUG: CPlayerCoreConfig::<ctor>: created player PAPlayer for core 3
16:24:44 T:6162968576 DEBUG: CPlayerSelectionRule::Initialize: creating rule: system rules
16:24:44 T:6162968576 DEBUG: CPlayerSelectionRule::Initialize: creating rule: hdhomerun/mms/udp
16:24:44 T:6162968576 DEBUG: CPlayerSelectionRule::Initialize: creating rule: lastfm/shout
16:24:44 T:6162968576 DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtmp
16:24:44 T:6162968576 DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtsp
16:24:44 T:6162968576 DEBUG: CPlayerSelectionRule::Initialize: creating rule: streams
16:24:44 T:6162968576 DEBUG: CPlayerSelectionRule::Initialize: creating rule: aacp/sdp
16:24:44 T:6162968576 DEBUG: CPlayerSelectionRule::Initialize: creating rule: mp2
16:24:44 T:6162968576 DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvd
16:24:44 T:6162968576 DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvdimage
16:24:44 T:6162968576 DEBUG: CPlayerSelectionRule::Initialize: creating rule: sdp/asf
16:24:44 T:6162968576 DEBUG: CPlayerSelectionRule::Initialize: creating rule: M4V
16:24:44 T:6162968576 DEBUG: CPlayerSelectionRule::Initialize: creating rule: nsv
16:24:44 T:6162968576 DEBUG: CPlayerSelectionRule::Initialize: creating rule: radio
16:24:44 T:6162968576 NOTICE: Loaded playercorefactory configuration
16:24:44 T:6162968576 DEBUG: found key /userdata/playercorefactory.xml
16:24:44 T:6162968576 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
16:24:44 T:6162968576 DEBUG: found key /userdata/playercorefactory.xml
16:24:44 T:6162968576 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
16:24:44 T:6162968576 DEBUG: found key /userdata/wakeonlan.xml
16:24:44 T:6162968576 DEBUG: found key /userdata/profiles.xml
16:24:44 T:6162968576 DEBUG: Previous line repeats 1 times.
16:24:44 T:6162968576 DEBUG: NSUSerDefaults: compressed /userdata/profiles.xml from 923 to 324
16:24:44 T:6162968576 DEBUG: found key /userdata/guisettings.xml
16:24:44 T:6162968576 DEBUG: Previous line repeats 1 times.
16:24:44 T:6162968576 DEBUG: NSUSerDefaults: compressed /userdata/guisettings.xml from 33311 to 6520
16:24:44 T:6162968576 INFO: creating subdirectories
16:24:44 T:6162968576 INFO: userdata folder: special://masterprofile/
16:24:44 T:6162968576 INFO: recording folder:
16:24:44 T:6162968576 INFO: screenshots folder:
16:24:44 T:6164688896 INFO: CActiveAESink::OpenSink - initialize sink
16:24:44 T:6164688896 DEBUG: CActiveAESink::OpenSink - trying to open device DARWINIOS:default
16:24:44 T:6164688896 DEBUG: virtual bool CAESinkDARWINIOS::Initialize(AEAudioFormat &, std::string &): AudioStreamBasicDescription: [lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (48000Hz) pcm
16:24:44 T:6164688896 NOTICE: bool CAAudioUnitSink::setupAudio() setting channels 2
16:24:44 T:6164688896 NOTICE: bool CAAudioUnitSink::setupAudio() setting samplerate 48000.000000
16:24:44 T:6164688896 NOTICE: bool CAAudioUnitSink::setupAudio() setting buffer duration to 0.021333
16:24:44 T:6164688896 NOTICE: bool CAAudioUnitSink::setupAudio() total latency = 0.044500
16:24:44 T:6164688896 NOTICE: bool CAAudioUnitSink::setupAudio() setup audio format: [lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (48000Hz)
16:24:44 T:6164688896 NOTICE: void dumpAVAudioSessionProperties() audio route = HDMIOutput
16:24:44 T:6164688896 NOTICE: void dumpAVAudioSessionProperties() sampleRate 48000.000000
16:24:44 T:6164688896 NOTICE: void dumpAVAudioSessionProperties() outputLatency 0.001833
16:24:44 T:6164688896 NOTICE: void dumpAVAudioSessionProperties() IOBufferDuration 0.021333
16:24:44 T:6164688896 NOTICE: void dumpAVAudioSessionProperties() outputNumberOfChannels 2
16:24:44 T:6164688896 NOTICE: void dumpAVAudioSessionProperties() maximumOutputNumberOfChannels 2
16:24:44 T:6164688896 DEBUG: DumpAudioDescriptions: void dumpAVAudioSessionProperties()
16:24:44 T:6164688896 DEBUG: DumpAudioDescriptions: input count = 0
16:24:44 T:6164688896 DEBUG: DumpAudioDescriptions: output count = 1
16:24:44 T:6164688896 DEBUG: DumpAudioDescriptions : portName, Camera da letto
16:24:44 T:6164688896 DEBUG: DumpAudioDescriptions: channelLabel, 1
16:24:44 T:6164688896 DEBUG: DumpAudioDescriptions: channelName , Camera da letto 1
16:24:44 T:6164688896 DEBUG: DumpAudioDescriptions: channelLabel, 2
16:24:44 T:6164688896 DEBUG: DumpAudioDescriptions: channelName , Camera da letto 2
16:24:44 T:6164688896 DEBUG: CActiveAESink::OpenSink - DARWINIOS Initialized:
16:24:44 T:6164688896 DEBUG: Output Device : Default
16:24:44 T:6164688896 DEBUG: Sample Rate : 48000
16:24:44 T:6164688896 DEBUG: Sample Format : AE_FMT_FLOAT
16:24:44 T:6164688896 DEBUG: Channel Count : 2
16:24:44 T:6164688896 DEBUG: Channel Layout: FL,FR
16:24:44 T:6164688896 DEBUG: Frames : 1024
16:24:44 T:6164688896 DEBUG: Frame Size : 8
16:24:44 T:6164688896 DEBUG: CActiveAESink::GenerateNoise - noiseFactor = 0.000010
16:24:44 T:6162968576 NOTICE: Running database version Addons20
16:24:44 T:6162968576 DEBUG: SECTION:LoadDLL(libcpluff.framework/libcpluff)
16:24:44 T:6162968576 DEBUG: Loading: /var/containers/Bundle/Application/D4A8E626-4FFA-405E-8CAE-3E9D3C2422D9/MrMC.app/Frameworks/libcpluff.framework/libcpluff
16:24:44 T:6162968576 INFO: ADDON: cpluff: 'Could not read plug-in directory /var/mobile/Containers/Data/Application/F83709BE-642E-432B-816D-9DAD8392C3DD/Library/Caches/home/addons: No such file or directory'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.ca_es has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.mt_mt has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.az_az has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.vi_vn has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.ja_jp has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.eo has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.images.weathericons.default has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.pl_pl has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.en_au has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in kodi.audiodecoder has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.fr_ca has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in webinterface.default has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in pvr.argustv has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.sr_rs has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.ofdb.de has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.fa_af has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in metadata.themoviedb.org has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in skin.sio2 has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.bg_bg has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in xbmc.metadata has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.hu_hu has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in pvr.dvblink has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.da_dk has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.mk_mk has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.pt_pt has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.nb_no has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.is_is has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.ms_my has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.sv_se has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.ru_ru has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in xbmc.gui has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.os_os has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.es_mx has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.nl_nl has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in metadata.musicvideos.theaudiodb.com has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.ta_in has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.gl_es has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in pvr.pctv has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.slideshow has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in pvr.iptvsimple has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in skin.blackglassnova has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in skin.opacity has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.ko_kr has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.fa_ir has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in pvr.njoy has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.uz_uz has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.movieposterdb.com has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.tg_tj has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.my_mm has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.htbackdrops.com has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in pvr.dvbviewer has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.en_gb has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in skin.amber has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.port.hu has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in visualization.spectrum has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in pvr.stalker has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.hr_hr has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.zh_tw has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.fo_fo has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.zh_cn has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.musicbrainz.org has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in metadata.local has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in xbmc.webinterface has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.ro_ro has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.fi_fi has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.de_de has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.themoviedb.org has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.theaudiodb.com has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in pvr.filmon has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.en_nz has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in visualization.waveform has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.szl has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.en_us has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in xbmc.json has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.tr_tr has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.fanart.tv has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in xbmc.audioencoder has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in pvr.vbox has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.uisounds.mrmc has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in metadata.mymovies.dk has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.pt_br has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.id_id has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.th_th has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.sk_sk has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.black has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in pvr.vdr.vnsi has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in kodi.guilib has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.sl_si has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.system has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.am_et has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.fr_fr has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.es_ar has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in pvr.mediaportal.tvserver has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.eu_es has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.bs_ba has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.sr_rs@latin has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in metadata.universal has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.cs_cz has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in skin.mrmc has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.mi has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.dim has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.sq_al has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.el_gr has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.hi_in has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in pvr.wmc has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.ml_in has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in pvr.hdhomerun has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.cy_gb has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in kodi.resource has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.af_za has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.uk_ua has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.hy_am has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.lt_lt has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.si_lk has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in pvr.vuplus has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.it_it has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in pvr.mythtv has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in xbmc.core has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.mn_mn has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.ar_sa has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in metadata.tvshows.themoviedb.org has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.lv_lv has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in skin.pm3-hd has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.te_in has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in xbmc.pvr has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in pvr.nextpvr has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.uisounds.amber has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.et_ee has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in metadata.album.universal has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.allmusic.com has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in metadata.tvdb.com has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.omdbapi.com has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in metadata.artists.universal has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.he_il has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in metadata.common.imdb.com has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in pvr.hts has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in xbmc.addon has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in xbmc.codec has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.es_es has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Plug-in resource.language.be_by has been installed.'
16:24:44 T:6162968576 DEBUG: ADDON: cpluff: 'Not all directories were successfully scanned.'
16:24:44 T:6162968576 INFO: CKeyboardLayoutManager: loading keyboard layouts from special://xbmc/system/keyboardlayouts...
16:24:44 T:6162968576 DEBUG: CKeyboardLayoutManager: keyboard layout "Chinese BasePY" successfully loaded
16:24:44 T:6162968576 DEBUG: CKeyboardLayoutManager: keyboard layout "Chinese BaiduPY" successfully loaded
16:24:44 T:6162968576 DEBUG: CKeyboardLayoutManager: keyboard layout "Lithuanian AZERTY" successfully loaded
16:24:44 T:6162968576 DEBUG: CKeyboardLayoutManager: keyboard layout "Lithuanian QWERTY" successfully loaded
16:24:44 T:6162968576 DEBUG: CKeyboardLayoutManager: keyboard layout "Russian ЙЦУКЕН" successfully loaded
16:24:44 T:6162968576 DEBUG: CKeyboardLayoutManager: keyboard layout "Russian АБВ" successfully loaded
16:24:44 T:6162968576 DEBUG: CKeyboardLayoutManager: keyboard layout "Danish QWERTY" successfully loaded
16:24:44 T:6162968576 DEBUG: CKeyboardLayoutManager: keyboard layout "French AZERTY" successfully loaded
16:24:44 T:6162968576 DEBUG: CKeyboardLayoutManager: keyboard layout "Arabic QWERTY" successfully loaded
16:24:44 T:6162968576 DEBUG: CKeyboardLayoutManager: keyboard layout "Czech QWERTZ" successfully loaded
16:24:44 T:6162968576 DEBUG: CKeyboardLayoutManager: keyboard layout "Norwegian QWERTY" successfully loaded
16:24:44 T:6162968576 DEBUG: CKeyboardLayoutManager: keyboard layout "German QWERTZ" successfully loaded
16:24:44 T:6162968576 DEBUG: CKeyboardLayoutManager: keyboard layout "Bulgarian ЯВЕРТЪ" successfully loaded
16:24:44 T:6162968576 DEBUG: CKeyboardLayoutManager: keyboard layout "Bulgarian АБВ" successfully loaded
16:24:44 T:6162968576 DEBUG: CKeyboardLayoutManager: keyboard layout "Swedish QWERTY" successfully loaded
16:24:44 T:6162968576 DEBUG: CKeyboardLayoutManager: keyboard layout "Turkish QWERTY" successfully loaded
16:24:44 T:6162968576 DEBUG: CKeyboardLayoutManager: keyboard layout "Hungarian QWERTZ" successfully loaded
16:24:44 T:6162968576 DEBUG: CKeyboardLayoutManager: keyboard layout "Romanian QWERTY" successfully loaded
16:24:44 T:6162968576 DEBUG: CKeyboardLayoutManager: keyboard layout "Spanish QWERTY" successfully loaded
16:24:44 T:6162968576 DEBUG: CKeyboardLayoutManager: keyboard layout "Hebrew QWERTY" successfully loaded
16:24:44 T:6162968576 DEBUG: CKeyboardLayoutManager: keyboard layout "Hebrew ABC" successfully loaded
16:24:44 T:6162968576 DEBUG: CKeyboardLayoutManager: keyboard layout "Portuguese (Portugal) QWERTY" successfully loaded
16:24:44 T:6162968576 DEBUG: CKeyboardLayoutManager: keyboard layout "Greek QWERTY" successfully loaded
16:24:44 T:6162968576 DEBUG: CKeyboardLayoutManager: keyboard layout "Polish QWERTY" successfully loaded
16:24:44 T:6162968576 DEBUG: CKeyboardLayoutManager: keyboard layout "Korean ㄱㄴㄷ" successfully loaded
16:24:44 T:6162968576 DEBUG: CKeyboardLayoutManager: keyboard layout "Ukrainian ЙЦУКЕН" successfully loaded
16:24:44 T:6162968576 DEBUG: CKeyboardLayoutManager: keyboard layout "Ukrainian АБВ" successfully loaded
16:24:44 T:6162968576 DEBUG: CKeyboardLayoutManager: keyboard layout "English QWERTY" successfully loaded
16:24:44 T:6162968576 DEBUG: CKeyboardLayoutManager: keyboard layout "English AZERTY" successfully loaded
16:24:44 T:6162968576 DEBUG: CKeyboardLayoutManager: keyboard layout "English ABC" successfully loaded
16:24:44 T:6162968576 DEBUG: Current resolution Screen: 0 with 1920 x 1080
16:24:44 T:6162968576 NOTICE: Found possible resolution for display 0 with 1920 x 1080
16:24:44 T:6162968576 NOTICE: Checking resolution 16
16:24:44 T:6162968576 DEBUG: About to switch to 1920 x 1080 on screen 0
16:24:44 T:6162968576 DEBUG: Found matching mode
16:24:44 T:6162968576 INFO: GLES: Maximum texture width: 2048
16:24:44 T:6162968576 DEBUG: EGL_EXTENSIONS: GL_OES_standard_derivatives GL_KHR_texture_compression_astc_ldr GL_EXT_color_buffer_half_float GL_EXT_debug_label GL_EXT_debug_marker GL_EXT_pvrtc_sRGB GL_EXT_read_format_bgra GL_EXT_separate_shader_objects GL_EXT_shader_framebuffer_fetch GL_EXT_shader_texture_lod GL_EXT_shadow_samplers GL_EXT_texture_filter_anisotropic GL_APPLE_clip_distance GL_APPLE_color_buffer_packed_float GL_APPLE_copy_texture_levels GL_APPLE_rgb_422 GL_APPLE_texture_format_BGRA8888 GL_IMG_read_format GL_IMG_texture_compression_pvrtc
16:24:44 T:6162968576 NOTICE: GL_VENDOR = Apple Inc.
16:24:44 T:6162968576 NOTICE: GL_RENDERER = Apple A10X GPU
16:24:44 T:6162968576 NOTICE: GL_VERSION = OpenGL ES 3.0 Metal - 52.1.1
16:24:44 T:6162968576 NOTICE: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 3.00
16:24:44 T:6162968576 DEBUG: GLES: Extension Support Test - GL_NVX_gpu_memory_info NO
16:24:44 T:6162968576 NOTICE: GL_EXTENSIONS = GL_OES_standard_derivatives GL_KHR_texture_compression_astc_ldr GL_EXT_color_buffer_half_float GL_EXT_debug_label GL_EXT_debug_marker GL_EXT_pvrtc_sRGB GL_EXT_read_format_bgra GL_EXT_separate_shader_objects GL_EXT_shader_framebuffer_fetch GL_EXT_shader_texture_lod GL_EXT_shadow_samplers GL_EXT_texture_filter_anisotropic GL_APPLE_clip_distance GL_APPLE_color_buffer_packed_float GL_APPLE_copy_texture_levels GL_APPLE_rgb_422 GL_APPLE_texture_format_BGRA8888 GL_IMG_read_format GL_IMG_texture_compression_pvrtc
16:24:44 T:6162968576 DEBUG: GLES: Extension Support Test - GL_EXT_texture_format_BGRA8888 NO
16:24:44 T:6162968576 DEBUG: GLES: Extension Support Test - GL_IMG_texture_format_BGRA8888 NO
16:24:44 T:6162968576 DEBUG: GLES: Extension Support Test - GL_APPLE_texture_format_BGRA8888 YES
16:24:44 T:6162968576 DEBUG: GLES: Extension Support Test - GL_EXT_unpack_subimage NO
16:24:44 T:6162968576 DEBUG: GUI Shader [guishader_frag_default.glsl]- Initialise successful : 0x1c0301050
16:24:44 T:6162968576 DEBUG: GUI Shader [guishader_frag_texture.glsl]- Initialise successful : 0x1c4111e50
16:24:44 T:6162968576 DEBUG: GUI Shader [guishader_frag_multi.glsl]- Initialise successful : 0x1c4111dc0
16:24:44 T:6162968576 DEBUG: GUI Shader [guishader_frag_fonts.glsl]- Initialise successful : 0x1c0301440
16:24:44 T:6162968576 DEBUG: GUI Shader [guishader_frag_texture_noblend.glsl]- Initialise successful : 0x1c0301290
16:24:44 T:6162968576 DEBUG: GUI Shader [guishader_frag_multi_blendcolor.glsl]- Initialise successful : 0x1c8114eb0
16:24:44 T:6162968576 DEBUG: GUI Shader [guishader_frag_rgba.glsl]- Initialise successful : 0x1c03015f0
16:24:44 T:6162968576 DEBUG: GLES: Extension Support Test - GL_OES_EGL_image_external NO
16:24:44 T:6162968576 DEBUG: GUI Shader [guishader_frag_rgba_blendcolor.glsl]- Initialise successful : 0x1c0301560
16:24:44 T:6162968576 DEBUG: GUI Shader [guishader_frag_rgba_bob.glsl]- Initialise successful : 0x1c4111ca0
16:24:44 T:6162968576 DEBUG: GLES: Extension Support Test - GL_OES_EGL_image_external NO
16:24:44 T:6162968576 DEBUG: About to switch to 1920 x 1080 on screen 0
16:24:44 T:6162968576 DEBUG: Found matching mode
16:24:44 T:6162968576 INFO: GLES: Maximum texture width: 16384
16:24:44 T:6162968576 INFO: load keymapping
16:24:44 T:6162968576 INFO: Loading special://xbmc/system/keymaps/customcontroller.SiriRemote.xml
16:24:44 T:6162968576 INFO: Loading special://xbmc/system/keymaps/keyboard.xml
16:24:44 T:6162968576 INFO: GUI format 1920x1080, Display 1920x1080@ 59.94 - Full Screen
16:24:44 T:6162968576 DEBUG: guilib: Fill viewport on change for solving rendering passes
16:24:44 T:6162968576 INFO: CLangInfo: loading resource.language.it_it language information...
16:24:44 T:6162968576 DEBUG: trying to set locale to it_IT.UTF-8
16:24:44 T:6162968576 INFO: global locale set to C
16:24:44 T:6162968576 INFO: CLangInfo: loading resource.language.it_it language strings...
16:24:44 T:6162968576 DEBUG: POParser: loaded 3531 strings from file resource://resource.language.it_it/strings.po
16:24:44 T:6162968576 DEBUG: POParser: id:6 was recently re-used in the English string file, which is not yet changed in the translated file. Using the English string instead
16:24:44 T:6162968576 DEBUG: POParser: id:9 was recently re-used in the English string file, which is not yet changed in the translated file. Using the English string instead
16:24:44 T:6162968576 DEBUG: POParser: id:482 was recently re-used in the English string file, which is not yet changed in the translated file. Using the English string instead
16:24:44 T:6162968576 DEBUG: POParser: id:13602 was recently re-used in the English string file, which is not yet changed in the translated file. Using the English string instead
16:24:44 T:6162968576 DEBUG: POParser: id:16313 was recently re-used in the English string file, which is not yet changed in the translated file. Using the English string instead
16:24:44 T:6162968576 DEBUG: POParser: id:19209 was recently re-used in the English string file, which is not yet changed in the translated file. Using the English string instead
16:24:44 T:6162968576 DEBUG: POParser: id:20009 was recently re-used in the English string file, which is not yet changed in the translated file. Using the English string instead
16:24:44 T:6162968576 DEBUG: POParser: id:21454 was recently re-used in the English string file, which is not yet changed in the translated file. Using the English string instead
16:24:44 T:6162968576 DEBUG: POParser: id:21455 was recently re-used in the English string file, which is not yet changed in the translated file. Using the English string instead
16:24:44 T:6162968576 DEBUG: POParser: id:24129 was recently re-used in the English string file, which is not yet changed in the translated file. Using the English string instead
16:24:44 T:6162968576 DEBUG: POParser: id:36417 was recently re-used in the English string file, which is not yet changed in the translated file. Using the English string instead
16:24:44 T:6162968576 DEBUG: POParser: id:37027 was recently re-used in the English string file, which is not yet changed in the translated file. Using the English string instead
16:24:44 T:6162968576 DEBUG: POParser: loaded 266 strings from file resource://resource.language.en_gb/strings.po
16:24:44 T:6166409216 NOTICE: Running database version Addons20
16:24:44 T:6166409216 DEBUG: Initialize, updating databases...
16:24:44 T:6166409216 NOTICE: Running database version ViewModes6
16:24:44 T:6166409216 NOTICE: Running database version Textures13
16:24:44 T:6166409216 INFO: MYSQL: Connected to version 5.5.5-10.0.32-MariaDB
16:24:44 T:6166409216 NOTICE: Running database version MyMusic60
16:24:44 T:6166409216 NOTICE: Running database version MyVideos107
16:24:44 T:6166409216 NOTICE: Running database version TV29
16:24:44 T:6166409216 NOTICE: Running database version Epg11
16:24:44 T:6166409216 DEBUG: Initialize, updating databases... DONE
16:24:44 T:6162968576 INFO: DPMS: not supported on this platform
16:24:44 T:6162968576 DEBUG: found key /userdata/modulepasswords.xml
16:24:44 T:6162968576 DEBUG: Previous line repeats 1 times.
16:24:44 T:6162968576 DEBUG: found key /userdata/addon_data/skin.opacity/settings.xml
16:24:44 T:6162968576 INFO: Unloading old skin ...
16:24:44 T:6162968576 INFO: load skin from: /private/var/containers/Bundle/Application/D4A8E626-4FFA-405E-8CAE-3E9D3C2422D9/MrMC.app/AppData/AppHome/addons/skin.opacity (version: 0.9.0)
16:24:44 T:6162968576 DEBUG: found key /userdata/addon_data/skin.opacity/settings.xml
16:24:44 T:6162968576 INFO: load fonts for skin...
16:24:44 T:6162968576 INFO: Loading fonts from /private/var/containers/Bundle/Application/D4A8E626-4FFA-405E-8CAE-3E9D3C2422D9/MrMC.app/AppData/AppHome/addons/skin.opacity/xml/Font.xml
16:24:44 T:6162968576 DEBUG: LocalizeStrings: no translation available in currently set gui language, at path /private/var/containers/Bundle/Application/D4A8E626-4FFA-405E-8CAE-3E9D3C2422D9/MrMC.app/AppData/AppHome/addons/skin.opacity/language/Italian
16:24:44 T:6162968576 DEBUG: POParser: loaded 133 strings from file /private/var/containers/Bundle/Application/D4A8E626-4FFA-405E-8CAE-3E9D3C2422D9/MrMC.app/AppData/AppHome/addons/skin.opacity/language/resource.language.en_gb/strings.po
16:24:44 T:6162968576 INFO: Loading skin includes from /private/var/containers/Bundle/Application/D4A8E626-4FFA-405E-8CAE-3E9D3C2422D9/MrMC.app/AppData/AppHome/addons/skin.opacity/xml/Includes.xml
16:24:44 T:6162968576 INFO: load new skin...
16:24:44 T:6162968576 INFO: Loading user windows, path /private/var/containers/Bundle/Application/D4A8E626-4FFA-405E-8CAE-3E9D3C2422D9/MrMC.app/AppData/AppHome/addons/skin.opacity/xml
16:24:44 T:6162968576 DEBUG: Load Skin XML: 10.50ms
16:24:44 T:6162968576 INFO: initialize new skin...
16:24:44 T:6162968576 DEBUG: guilib: Fill viewport on change for solving rendering passes
16:24:44 T:6162968576 INFO: Loading skin file: Pointer.xml, load type: LOAD_ON_GUI_INIT
16:24:44 T:6162968576 DEBUG: OpenBundle - Opened bundle /private/var/containers/Bundle/Application/D4A8E626-4FFA-405E-8CAE-3E9D3C2422D9/MrMC.app/AppData/AppHome/addons/skin.opacity/media/Textures.xbt
16:24:44 T:6162968576 INFO: Loading skin file: DialogVolumeBar.xml, load type: LOAD_ON_GUI_INIT
16:24:44 T:6162968576 INFO: Loading skin file: DialogKaiToast.xml, load type: LOAD_ON_GUI_INIT
16:24:44 T:6162968576 INFO: Loading skin file: DialogMuteBug.xml, load type: LOAD_ON_GUI_INIT
16:24:44 T:6162968576 INFO: Loading skin file: DialogSeekBar.xml, load type: LOAD_ON_GUI_INIT
16:24:44 T:6162968576 INFO: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT
16:24:44 T:6162968576 INFO: Loading skin file: DialogExtendedProgressBar.xml, load type: LOAD_ON_GUI_INIT
16:24:44 T:6162968576 INFO: skin loaded...
16:24:44 T:6162968576 DEBUG: JSONRPC: JSON schema type definition references an unknown type Setting.Details.Setting
16:24:44 T:6162968576 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
16:24:44 T:6162968576 INFO: JSONRPC: Adding type "Setting.Details.SettingList" to list of incomplete definitions (waiting for "Setting.Details.Setting")
16:24:44 T:6162968576 INFO: JSONRPC: Resolving incomplete types/methods referencing Setting.Details.Setting
16:24:44 T:6162968576 INFO: JSONRPC v6.32.5: Successfully initialized
16:24:44 T:6162968576 DEBUG: ADDON: Starting service addons.
16:24:44 T:6162968576 DEBUG: Activating window ID: 12999
16:24:44 T:6162968576 DEBUG: ------ Window Init (Startup.xml) ------
16:24:44 T:6162968576 INFO: Loading skin file: Startup.xml, load type: LOAD_EVERY_TIME
16:24:44 T:6162968576 DEBUG: Activating window ID: 10000
16:24:44 T:6162968576 DEBUG: ------ Window Deinit (Startup.xml) ------
16:24:44 T:6162968576 DEBUG: ------ Window Init (Home.xml) ------
16:24:44 T:6162968576 INFO: Loading skin file: Home.xml, load type: KEEP_IN_MEMORY
16:24:45 T:6166409216 DEBUG: CHomeShelfJob::UpdateMusic() - Running HomeShelf screen update
16:24:45 T:6162968576 NOTICE: ActiveAE DSP - starting
16:24:45 T:6162968576 INFO: removing tempfiles
16:24:45 T:6162968576 DEBUG: ADDON: Starting service addons.
16:24:45 T:6162968576 NOTICE: initialize done
16:24:45 T:6162968576 NOTICE: Running the application...
16:24:45 T:6162968576 DEBUG: NetworkMessage - Starting network services
16:24:45 T:6162968576 NOTICE: starting zeroconf publishing
16:24:45 T:6162968576 NOTICE: WebServer: Started the webserver
16:24:45 T:6162968576 NOTICE: starting upnp client
16:24:45 T:6166982656 DEBUG: CZeroconfOSX::doPublishService identifier: servers.webserver type: _http._tcp name:MrMC (Camera-da-letto) port:8080
16:24:45 T:6166409216 DEBUG: CHomeShelfJob::UpdateVideos() - Running HomeShelf screen update
16:24:45 T:6166982656 DEBUG: CZeroconfOSX::doPublishService identifier: servers.jsonrpc-http type: _xbmc-jsonrpc-h._tcp name:MrMC (Camera-da-letto) port:8080
16:24:45 T:6162968576 INFO: JSONRPC Server: Successfully initialized
16:24:45 T:6173192192 NOTICE: ES: Starting UDP Event server on 127.0.0.1:9777
16:24:45 T:6162968576 DEBUG: CTCPServer: increasing thread stack to 1048576
16:24:45 T:6173192192 NOTICE: UDP: Listening on port 9777
16:24:45 T:6166982656 DEBUG: CZeroconfOSX::doPublishService identifier: servers.jsonrpc-tpc type: _xbmc-jsonrpc._tcp name:MrMC (Camera-da-letto) port:9090
16:24:45 T:6166982656 DEBUG: CZeroconfOSX::doPublishService identifier: servers.eventserver type: _xbmc-events._udp name:MrMC (Camera-da-letto) port:9777
16:24:45 T:6166409216 DEBUG: RunQuery took 5 ms for 6 items query: select * from movie_view WHERE (movie_view.idFile IN (SELECT DISTINCT idFile FROM bookmark WHERE type = 1))
16:24:45 T:6166409216 DEBUG: RunQuery took 4 ms for 0 items query: select * from episode_view WHERE (episode_view.idFile IN (SELECT DISTINCT idFile FROM bookmark WHERE type = 1))
16:24:45 T:6162968576 INFO: GLES: Enabling VSYNC
16:24:45 T:6162968576 INFO: GLES: Selected vsync mode 10
16:24:45 T:6166409216 DEBUG: RunQuery took 26 ms for 10 items query: select * from movie_view WHERE ((movie_view.playCount IS NULL OR movie_view.playCount = 0)) ORDER BY dateAdded desc, idMovie desc LIMIT 10
16:24:45 T:6166409216 DEBUG: RunQuery took 42 ms for 10 items query: select * from episode_view WHERE ((episode_view.playCount IS NULL OR episode_view.playCount = 0)) ORDER BY dateAdded desc, idEpisode desc LIMIT 10
16:24:46 T:6166409216 DEBUG: CHomeShelfJob::UpdateTotal() - Running HomeShelf home screen update
16:24:46 T:6166409216 DEBUG: CHomeShelfJob::UpdateTotal() - Finished
16:24:46 T:6180139008 DEBUG: Got rss feed: https://mrmc.tv/feed/
16:24:46 T:6180139008 DEBUG: RSS feed encoding: UTF-8
16:24:46 T:6180139008 DEBUG: Parsed rss feed: https://mrmc.tv/feed/
16:24:46 T:6164115456 DEBUG: CActiveAE - device change event
16:24:46 T:6164115456 DEBUG: EnumerateDevices:Device(default)
16:24:46 T:6164115456 NOTICE: Found 1 Lists of Devices
16:24:46 T:6164115456 NOTICE: Enumerated DARWINIOS devices:
16:24:46 T:6164115456 NOTICE: Device 1
16:24:46 T:6164115456 NOTICE: m_deviceName : default
16:24:46 T:6164115456 NOTICE: m_displayName : Default
16:24:46 T:6164115456 NOTICE: m_displayNameExtra:
16:24:46 T:6164115456 NOTICE: m_deviceType : AE_DEVTYPE_HDMI
16:24:46 T:6164115456 NOTICE: m_channels : FL,FR,FC,LFE,BL,BR
16:24:46 T:6164115456 NOTICE: m_sampleRates : 44100,48000
16:24:46 T:6164115456 NOTICE: m_dataFormats : AE_FMT_RAW,AE_FMT_S16LE,AE_FMT_FLOAT
16:24:46 T:6164115456 NOTICE: m_streamTypes : STREAM_TYPE_AC3,STREAM_TYPE_EAC3,STREAM_TYPE_DTS_512,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTSHD_CORE
16:24:46 T:6164688896 INFO: CActiveAESink::OpenSink - initialize sink
16:24:46 T:6164688896 DEBUG: CActiveAESink::OpenSink - trying to open device DARWINIOS:default
16:24:46 T:6164688896 DEBUG: virtual bool CAESinkDARWINIOS::Initialize(AEAudioFormat &, std::string &): AudioStreamBasicDescription: [lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (48000Hz) pcm
16:24:46 T:6164688896 NOTICE: bool CAAudioUnitSink::setupAudio() setting channels 2
16:24:46 T:6164688896 NOTICE: bool CAAudioUnitSink::setupAudio() setting samplerate 48000.000000
16:24:46 T:6164688896 NOTICE: bool CAAudioUnitSink::setupAudio() setting buffer duration to 0.021333
16:24:46 T:6164688896 NOTICE: bool CAAudioUnitSink::setupAudio() total latency = 0.044500
16:24:46 T:6164688896 NOTICE: bool CAAudioUnitSink::setupAudio() setup audio format: [lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (48000Hz)
16:24:46 T:6164688896 NOTICE: void dumpAVAudioSessionProperties() audio route = HDMIOutput
16:24:46 T:6164688896 NOTICE: void dumpAVAudioSessionProperties() sampleRate 48000.000000
16:24:46 T:6164688896 NOTICE: void dumpAVAudioSessionProperties() outputLatency 0.001833
16:24:46 T:6164688896 NOTICE: void dumpAVAudioSessionProperties() IOBufferDuration 0.021333
16:24:46 T:6164688896 NOTICE: void dumpAVAudioSessionProperties() outputNumberOfChannels 2
16:24:46 T:6164688896 NOTICE: void dumpAVAudioSessionProperties() maximumOutputNumberOfChannels 2
16:24:46 T:6164688896 DEBUG: DumpAudioDescriptions: void dumpAVAudioSessionProperties()
16:24:46 T:6164688896 DEBUG: DumpAudioDescriptions: input count = 0
16:24:46 T:6164688896 DEBUG: DumpAudioDescriptions: output count = 1
16:24:46 T:6164688896 DEBUG: DumpAudioDescriptions : portName, Camera da letto
16:24:46 T:6164688896 DEBUG: DumpAudioDescriptions: channelLabel, 1
16:24:46 T:6164688896 DEBUG: DumpAudioDescriptions: channelName , Camera da letto 1
16:24:46 T:6164688896 DEBUG: DumpAudioDescriptions: channelLabel, 2
16:24:46 T:6164688896 DEBUG: DumpAudioDescriptions: channelName , Camera da letto 2
16:24:46 T:6164688896 DEBUG: CActiveAESink::OpenSink - DARWINIOS Initialized:
16:24:46 T:6164688896 DEBUG: Output Device : Default
16:24:46 T:6164688896 DEBUG: Sample Rate : 48000
16:24:46 T:6164688896 DEBUG: Sample Format : AE_FMT_FLOAT
16:24:46 T:6164688896 DEBUG: Channel Count : 2
16:24:46 T:6164688896 DEBUG: Channel Layout: FL,FR
16:24:46 T:6164688896 DEBUG: Frames : 1024
16:24:46 T:6164688896 DEBUG: Frame Size : 8
16:24:46 T:6164688896 DEBUG: CActiveAESink::GenerateNoise - noiseFactor = 0.000010
16:24:46 T:6164115456 DEBUG: CActiveAE::ClearDiscardedBuffers - buffer pool deleted
16:24:52 T:6162968576 DEBUG: Activating window ID: 10004
16:24:52 T:6162968576 DEBUG: ------ Window Deinit (Home.xml) ------
16:24:52 T:6162968576 DEBUG: ------ Window Init (Settings.xml) ------
16:24:52 T:6162968576 INFO: Loading skin file: Settings.xml, load type: KEEP_IN_MEMORY
16:24:55 T:6162968576 DEBUG: Activating window ID: 10016
16:24:55 T:6162968576 DEBUG: ------ Window Deinit (Settings.xml) ------
16:24:55 T:6162968576 DEBUG: ------ Window Init (SettingsCategory.xml) ------
16:24:55 T:6162968576 INFO: Loading skin file: SettingsCategory.xml, load type: KEEP_IN_MEMORY
16:25:00 T:6162968576 DEBUG: found key /userdata/profiles.xml
16:25:00 T:6162968576 DEBUG: Previous line repeats 1 times.
16:25:00 T:6162968576 DEBUG: NSUSerDefaults: compressed /userdata/profiles.xml from 923 to 324
16:25:00 T:6162968576 DEBUG: found key /userdata/guisettings.xml
16:25:00 T:6162968576 DEBUG: Previous line repeats 1 times.
16:25:00 T:6162968576 DEBUG: NSUSerDefaults: compressed /userdata/guisettings.xml from 33311 to 6520
16:25:00 T:6162968576 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
16:25:00 T:6162968576 DEBUG: ------ Window Deinit (SettingsCategory.xml) ------
16:25:00 T:6162968576 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
16:25:00 T:6162968576 DEBUG: ------ Window Init (Settings.xml) ------
16:25:01 T:6162968576 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
16:25:01 T:6162968576 DEBUG: ------ Window Deinit (Settings.xml) ------
16:25:01 T:6162968576 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
16:25:01 T:6162968576 DEBUG: ------ Window Init (Home.xml) ------
16:25:01 T:6166409216 DEBUG: CHomeShelfJob::UpdateMusic() - Running HomeShelf screen update
16:25:01 T:6166409216 DEBUG: CHomeShelfJob::UpdateVideos() - Running HomeShelf screen update
16:25:01 T:6166409216 DEBUG: RunQuery took 6 ms for 6 items query: select * from movie_view WHERE (movie_view.idFile IN (SELECT DISTINCT idFile FROM bookmark WHERE type = 1))
16:25:01 T:6166409216 DEBUG: RunQuery took 4 ms for 0 items query: select * from episode_view WHERE (episode_view.idFile IN (SELECT DISTINCT idFile FROM bookmark WHERE type = 1))
16:25:01 T:6166409216 DEBUG: RunQuery took 27 ms for 10 items query: select * from movie_view WHERE ((movie_view.playCount IS NULL OR movie_view.playCount = 0)) ORDER BY dateAdded desc, idMovie desc LIMIT 10
16:25:01 T:6166409216 DEBUG: RunQuery took 45 ms for 10 items query: select * from episode_view WHERE ((episode_view.playCount IS NULL OR episode_view.playCount = 0)) ORDER BY dateAdded desc, idEpisode desc LIMIT 10
16:25:01 T:6175436800 DEBUG: CHomeShelfJob::UpdateTotal() - Running HomeShelf home screen update
16:25:01 T:6175436800 DEBUG: CHomeShelfJob::UpdateTotal() - Finished
Re: Missing In-Progress Tv shows elements from Home view
difference is in code, home screen In Progress will try to get the last watched episode in MrMC(not sure how kodi does it) while movies- > in Progress listing will get the shows in progress.
if you partially watch an episode you will get it listed in home "In Progress" list
if you partially watch an episode you will get it listed in home "In Progress" list
Missing In-Progress Tv shows elements from Home view
Thank you amet for the clarification. So it seems that MrMC is working well since I imported the watched status from Trakt and I don’t have partially watched episodes.
Do you think that is possible to add the possibility to have on the home screen a list of in progress shows instead of episodes (as for tv shows -> in progress list)? Or a list of next episodes to watch for each series?
I think that it should be useful since they will be displayed into the home shelf of my main Apple TV interface.
Inviato dal mio iPhone utilizzando Tapatalk
Do you think that is possible to add the possibility to have on the home screen a list of in progress shows instead of episodes (as for tv shows -> in progress list)? Or a list of next episodes to watch for each series?
I think that it should be useful since they will be displayed into the home shelf of my main Apple TV interface.
Inviato dal mio iPhone utilizzando Tapatalk
Re: Missing In-Progress Tv shows elements from Home view
at some point we have played with having shows displayed there but its not intuitive for a single line display... so decision was to keep episodes.
Re: Missing In-Progress Tv shows elements from Home view
Thank you very much for your help. Could I ask you if it is possible to add after the in-progress episodes, the next episodes of other recently watched tv shows? Similar to what happens if I select plex as library.
http://ibb.co/cbdeMm
Concerning the in-progress list using the plex library (I know that is not exactly the same topic), I would check with you since it seems that there is something strange with the order of elements in this list: it seems that the last two series that I have seen are the last two elements at right while they are the first two into plex dashboard (and into plex apps)
http://ibb.co/fsgYgm
http://ibb.co/eH8w1m
The strange part is that just these two elements are out of order while the other ones are in the right place. Please check the other two images.
http://ibb.co/mrVyE6
http://ibb.co/cbdeMm
I extracted the logs from MrMC touch but the behavior is the same on my appleTV. I'm not able to understand something useful from this logs. Let me know if you need any other data.
Thank you again for you help.
http://ibb.co/cbdeMm
Concerning the in-progress list using the plex library (I know that is not exactly the same topic), I would check with you since it seems that there is something strange with the order of elements in this list: it seems that the last two series that I have seen are the last two elements at right while they are the first two into plex dashboard (and into plex apps)
http://ibb.co/fsgYgm
http://ibb.co/eH8w1m
The strange part is that just these two elements are out of order while the other ones are in the right place. Please check the other two images.
http://ibb.co/mrVyE6
http://ibb.co/cbdeMm
I extracted the logs from MrMC touch but the behavior is the same on my appleTV. I'm not able to understand something useful from this logs. Let me know if you need any other data.
Thank you again for you help.
Code: Select all
##############################################################
Content of MrMC Log
##############################################################
22:01:55 T:6166474752 NOTICE: special://profile/ is mapped to: special://masterprofile/
22:01:55 T:6166474752 NOTICE: -----------------------------------------------------------------------
22:01:55 T:6166474752 NOTICE: Starting MrMC (3.3-2 Git:2017-12-16-4806759-dirty). Platform: iOS ARM64 64-bit
22:01:55 T:6166474752 NOTICE: Using Release MrMC x64 build
22:01:55 T:6166474752 NOTICE: MrMC compiled Dec 16 2017 by Clang 9.0.0 (clang-900.0.39.2) for iOS ARM64 64-bit version 10.2.0 (100200)
22:01:55 T:6166474752 NOTICE: Running on Apple Inc. iPhone10,5 with iOS 11.2.2, kernel: Darwin ARM 64-bit version 17.3.0
22:01:55 T:6166474752 NOTICE: Host CPU: arm64 v8, 6 cores available
22:01:55 T:6166474752 NOTICE: ARM Features: Neon enabled
22:01:55 T:6166474752 NOTICE: special://xbmc/ is mapped to: /private/var/containers/Bundle/Application/E22C2BFC-6047-4303-BEA8-E2A968273DC0/MrMC.app/AppData/AppHome
22:01:55 T:6166474752 NOTICE: special://xbmcbin/ is mapped to: /private/var/containers/Bundle/Application/E22C2BFC-6047-4303-BEA8-E2A968273DC0/MrMC.app/AppData/AppHome
22:01:55 T:6166474752 NOTICE: special://masterprofile/ is mapped to: /var/mobile/Containers/Data/Application/6EB53143-A40E-4215-B3D9-5315D3ED076D/Documents/MrMC/userdata
22:01:55 T:6166474752 NOTICE: special://home/ is mapped to: /var/mobile/Containers/Data/Application/6EB53143-A40E-4215-B3D9-5315D3ED076D/Documents/MrMC
22:01:55 T:6166474752 NOTICE: special://temp/ is mapped to: /var/mobile/Containers/Data/Application/6EB53143-A40E-4215-B3D9-5315D3ED076D/Documents/MrMC/temp
22:01:55 T:6166474752 NOTICE: special://logs/ is mapped to: /var/mobile/Containers/Data/Application/6EB53143-A40E-4215-B3D9-5315D3ED076D/Documents/MrMC/logs/
22:01:55 T:6166474752 NOTICE: special://frameworks/ is mapped to: /var/containers/Bundle/Application/E22C2BFC-6047-4303-BEA8-E2A968273DC0/MrMC.app/Frameworks
22:01:55 T:6166474752 NOTICE: The executable running is: /var/containers/Bundle/Application/E22C2BFC-6047-4303-BEA8-E2A968273DC0/MrMC.app/MrMC
22:01:55 T:6166474752 NOTICE: Local hostname: iPhone
22:01:55 T:6166474752 NOTICE: Log File is located: special://logs/mrmc.log
22:01:55 T:6166474752 NOTICE: -----------------------------------------------------------------------
22:01:55 T:6166474752 NOTICE: load settings...
22:01:55 T:6166474752 WARNING: CSettingString: unknown options filler "timezonecountries" of "locale.timezonecountry"
22:01:55 T:6166474752 WARNING: CSettingString: unknown options filler "timezones" of "locale.timezone"
22:01:55 T:6166474752 WARNING: CSettingInt: unknown options filler "audiocdactions" of "audiocds.autoaction"
22:01:55 T:6166474752 NOTICE: Found 1 Lists of Devices
22:01:55 T:6166474752 NOTICE: Enumerated DARWINIOS devices:
22:01:55 T:6166474752 NOTICE: Device 1
22:01:55 T:6166474752 NOTICE: m_deviceName : default
22:01:55 T:6166474752 NOTICE: m_displayName : Default
22:01:55 T:6166474752 NOTICE: m_displayNameExtra:
22:01:55 T:6166474752 NOTICE: m_deviceType : AE_DEVTYPE_HDMI
22:01:55 T:6166474752 NOTICE: m_channels : FL,FR,FC,LFE,BL,BR
22:01:55 T:6166474752 NOTICE: m_sampleRates : 44100,48000
22:01:55 T:6166474752 NOTICE: m_dataFormats : AE_FMT_RAW,AE_FMT_S16LE,AE_FMT_FLOAT
22:01:55 T:6166474752 NOTICE: m_streamTypes : STREAM_TYPE_AC3,STREAM_TYPE_EAC3,STREAM_TYPE_DTS_512,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTSHD_CORE
22:01:55 T:6166474752 NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
22:01:55 T:6166474752 NOTICE: No settings file to load (special://masterprofile/advancedsettings.xml)
22:01:55 T:6166474752 NOTICE: Default DVD Player: dvdplayer
22:01:55 T:6166474752 NOTICE: Default Video Player: dvdplayer
22:01:55 T:6166474752 NOTICE: Default Audio Player: paplayer
22:01:55 T:6166474752 NOTICE: Disabled debug logging due to GUI setting. Level 0.
22:01:55 T:6166474752 NOTICE: Log level changed to "LOG_LEVEL_NORMAL"
22:01:55 T:6166474752 NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
22:01:55 T:6166474752 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
22:01:55 T:6166474752 NOTICE: Loaded playercorefactory configuration
22:01:55 T:6166474752 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
22:01:55 T:6166474752 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
22:01:55 T:6168195072 NOTICE: bool CAAudioUnitSink::setupAudio() setting channels 2
22:01:55 T:6168195072 NOTICE: bool CAAudioUnitSink::setupAudio() setting samplerate 44100.000000
22:01:55 T:6168195072 NOTICE: bool CAAudioUnitSink::setupAudio() setting buffer duration to 0.023220
22:01:55 T:6168195072 WARNING: sampleRate does not match: asked 44100.000000, is 48000.000000
22:01:55 T:6168195072 NOTICE: bool CAAudioUnitSink::setupAudio() couldn't set requested samplerate 44100, AudioUnit will resample to 48000 instead
22:01:55 T:6168195072 NOTICE: bool CAAudioUnitSink::setupAudio() total latency = 0.051188
22:01:55 T:6168195072 NOTICE: bool CAAudioUnitSink::setupAudio() setup audio format: [lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (44100Hz)
22:01:55 T:6168195072 NOTICE: void dumpAVAudioSessionProperties() audio route = Speaker
22:01:55 T:6168195072 NOTICE: void dumpAVAudioSessionProperties() sampleRate 48000.000000
22:01:55 T:6168195072 NOTICE: void dumpAVAudioSessionProperties() outputLatency 0.007542
22:01:55 T:6168195072 NOTICE: void dumpAVAudioSessionProperties() IOBufferDuration 0.021333
22:01:55 T:6168195072 NOTICE: void dumpAVAudioSessionProperties() outputNumberOfChannels 2
22:01:55 T:6168195072 NOTICE: void dumpAVAudioSessionProperties() maximumOutputNumberOfChannels 2
22:01:55 T:6166474752 NOTICE: Running database version Addons20
22:01:55 T:6166474752 NOTICE: Found possible resolution for display 0 with 1242 x 2208
22:01:55 T:6166474752 NOTICE: Checking resolution 16
22:01:55 T:6166474752 ERROR: No matching mode found!
22:01:55 T:6166474752 NOTICE: GL_VENDOR = Apple Inc.
22:01:55 T:6166474752 NOTICE: GL_RENDERER = Apple A11 GPU
22:01:55 T:6166474752 NOTICE: GL_VERSION = OpenGL ES 3.0 Metal - 52.1.2
22:01:55 T:6166474752 NOTICE: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 3.00
22:01:55 T:6166474752 NOTICE: GL_EXTENSIONS = GL_OES_standard_derivatives GL_KHR_texture_compression_astc_ldr GL_EXT_color_buffer_half_float GL_EXT_debug_label GL_EXT_debug_marker GL_EXT_pvrtc_sRGB GL_EXT_read_format_bgra GL_EXT_separate_shader_objects GL_EXT_shader_framebuffer_fetch GL_EXT_shader_texture_lod GL_EXT_shadow_samplers GL_EXT_texture_filter_anisotropic GL_APPLE_clip_distance GL_APPLE_color_buffer_packed_float GL_APPLE_copy_texture_levels GL_APPLE_rgb_422 GL_APPLE_texture_format_BGRA8888 GL_IMG_read_format GL_IMG_texture_compression_pvrtc
22:01:55 T:6166474752 ERROR: No matching mode found!
22:01:55 T:6170488832 NOTICE: Running database version Addons20
22:01:55 T:6170488832 NOTICE: Running database version ViewModes6
22:01:55 T:6170488832 NOTICE: Running database version Textures13
22:01:55 T:6170488832 NOTICE: Running database version MyMusic60
22:01:55 T:6170488832 NOTICE: Running database version MyVideos107
22:01:55 T:6170488832 NOTICE: Running database version TV29
22:01:55 T:6170488832 NOTICE: Running database version Epg11
22:01:55 T:6166474752 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
22:01:55 T:6166474752 NOTICE: ActiveAE DSP - starting
22:01:55 T:6166474752 NOTICE: initialize done
22:01:55 T:6166474752 NOTICE: Running the application...
22:01:55 T:6166474752 NOTICE: starting zeroconf publishing
22:01:55 T:6166474752 NOTICE: starting upnp client
22:01:55 T:6174502912 NOTICE: ES: Starting UDP Event server on 127.0.0.1:9777
22:01:55 T:6174502912 NOTICE: UDP: Listening on port 9777
22:01:55 T:6169915392 NOTICE: CPlexServices: Server found via plex.tv Nassone
22:02:17 T:6166474752 NOTICE: Log level changed to "LOG_LEVEL_DEBUG_FREEMEM"
22:02:17 T:6166474752 NOTICE: Enabled debug logging due to GUI setting. Level 2.
22:02:30 T:6166474752 DEBUG: Unfocus WindowID: 10016, ControlID: 701
22:02:30 T:6166474752 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
22:02:30 T:6166474752 DEBUG: ------ Window Deinit (SettingsCategory.xml) ------
22:02:30 T:6166474752 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
22:02:30 T:6166474752 DEBUG: ------ Window Init (Settings.xml) ------
22:02:41 T:6166474752 DEBUG: Unfocus WindowID: 10004, ControlID: 9000
22:02:41 T:6166474752 DEBUG: Activating window ID: 10016
22:02:41 T:6166474752 DEBUG: ------ Window Deinit (Settings.xml) ------
22:02:41 T:6166474752 DEBUG: ------ Window Init (SettingsCategory.xml) ------
22:02:43 T:6166474752 DEBUG: Unfocus WindowID: 10016, ControlID: 701
22:02:43 T:6166474752 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
22:02:44 T:6166474752 DEBUG: ------ Window Deinit (SettingsCategory.xml) ------
22:02:44 T:6166474752 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
22:02:44 T:6166474752 DEBUG: ------ Window Init (Settings.xml) ------
22:02:47 T:6166474752 DEBUG: Unfocus WindowID: 10004, ControlID: 9000
22:02:47 T:6166474752 DEBUG: Activating window ID: 10018
22:02:48 T:6166474752 DEBUG: ------ Window Deinit (Settings.xml) ------
22:02:48 T:6166474752 DEBUG: ------ Window Init (SettingsCategory.xml) ------
22:02:54 T:6166474752 DEBUG: Unfocus WindowID: 10018, ControlID: -94
22:02:55 T:6166474752 DEBUG: Unfocus WindowID: 10018, ControlID: -93
22:02:56 T:6166474752 DEBUG: Unfocus WindowID: 10018, ControlID: -80
22:02:56 T:6166474752 NOTICE: WebServer: Started the webserver
22:02:56 T:6167048192 DEBUG: CZeroconfOSX::doPublishService identifier: servers.webserver type: _http._tcp name:MrMC (iPhone) port:8080
22:02:56 T:6167048192 DEBUG: CZeroconfOSX::doPublishService identifier: servers.jsonrpc-http type: _xbmc-jsonrpc-h._tcp name:MrMC (iPhone) port:8080
22:03:06 T:6166474752 DEBUG: Unfocus WindowID: 10018, ControlID: 701
22:03:06 T:6166474752 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
22:03:06 T:6166474752 DEBUG: ------ Window Deinit (SettingsCategory.xml) ------
22:03:06 T:6166474752 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
22:03:06 T:6166474752 DEBUG: ------ Window Init (Settings.xml) ------
22:03:07 T:6166474752 DEBUG: Unfocus WindowID: 10004, ControlID: 9000
22:03:07 T:6166474752 DEBUG: Activating window ID: 10007
22:03:08 T:6166474752 DEBUG: ------ Window Deinit (Settings.xml) ------
22:03:08 T:6166474752 DEBUG: ------ Window Init (SettingsSystemInfo.xml) ------
22:03:08 T:6166474752 INFO: Loading skin file: SettingsSystemInfo.xml, load type: KEEP_IN_MEMORY
22:03:12 T:6169915392 DEBUG: CPlexServices::Process end
22:03:16 T:7288916864 ERROR: CZeroconfOSX::registerCallback returned (domain = 10, error = -72000)
22:03:16 T:6171062272 ERROR: Previous line repeats 3 times.
22:03:16 T:6171062272 DEBUG: CPlexServices::Process bgn
22:03:16 T:6171062272 DEBUG: CPlexServices::Process has gateway1
22:03:16 T:6171062272 DEBUG: CPlexClient::Init serverName(Nassone), ipAddress(192.168.1.21), protocol(https)
22:03:16 T:6171062272 DEBUG: CPlexClient::ParseSections Nassone found 1 movie sections
22:03:16 T:6171062272 DEBUG: CPlexClient::ParseSections Nassone found 1 shows sections
22:03:16 T:6171062272 DEBUG: CPlexClient::ParseSections Nassone found 0 artist sections
22:03:16 T:6171062272 DEBUG: CPlexClient::ParseSections Nassone found 0 photo sections
22:03:16 T:6171062272 NOTICE: CPlexServices: Server found via plex.tv Nassone
22:03:16 T:6167048192 DEBUG: CGUIWindowHome::Announce, type: 16, from xbmc, message UpdateRecentlyAdded
22:03:16 T:6167048192 DEBUG: CGUIWindowHome::Announce, type: 32, from xbmc, message UpdateRecentlyAdded
22:03:27 T:6171062272 DEBUG: CPlexServices::Process end
22:03:28 T:6169915392 DEBUG: CPlexServices::Process bgn
22:03:28 T:6169915392 DEBUG: CPlexServices::Process has gateway1
22:03:29 T:6169915392 DEBUG: CPlexClient::Init serverName(Nassone), ipAddress(192.168.1.21), protocol(https)
22:03:29 T:6169915392 DEBUG: CPlexClient::ParseSections Nassone found 1 movie sections
22:03:29 T:6169915392 DEBUG: CPlexClient::ParseSections Nassone found 1 shows sections
22:03:29 T:6169915392 DEBUG: CPlexClient::ParseSections Nassone found 0 artist sections
22:03:29 T:6169915392 DEBUG: CPlexClient::ParseSections Nassone found 0 photo sections
22:03:29 T:6169915392 NOTICE: CPlexServices: Server found via plex.tv Nassone
22:03:29 T:6167048192 DEBUG: CGUIWindowHome::Announce, type: 16, from xbmc, message UpdateRecentlyAdded
22:03:29 T:6167048192 DEBUG: CGUIWindowHome::Announce, type: 32, from xbmc, message UpdateRecentlyAdded
22:03:40 T:6169915392 DEBUG: CPlexServices::Process end
22:05:55 T:6167048192 DEBUG: CPlexServices::Process bgn
22:05:55 T:6167048192 DEBUG: CPlexServices::Process has gateway1
22:05:55 T:6167048192 DEBUG: CPlexClient::Init serverName(Nassone), ipAddress(192.168.1.21), protocol(https)
22:05:55 T:6167048192 DEBUG: CPlexClient::ParseSections Nassone found 1 movie sections
22:05:55 T:6167048192 DEBUG: CPlexClient::ParseSections Nassone found 1 shows sections
22:05:55 T:6167048192 DEBUG: CPlexClient::ParseSections Nassone found 0 artist sections
22:05:55 T:6167048192 DEBUG: CPlexClient::ParseSections Nassone found 0 photo sections
22:05:55 T:6167048192 NOTICE: CPlexServices: Server found via plex.tv Nassone
22:05:55 T:6163034112 DEBUG: CGUIWindowHome::Announce, type: 16, from xbmc, message UpdateRecentlyAdded
22:05:55 T:6163034112 DEBUG: CGUIWindowHome::Announce, type: 32, from xbmc, message UpdateRecentlyAdded
22:05:58 T:6166474752 DEBUG: Unfocus WindowID: 10007, ControlID: 701
22:05:58 T:6166474752 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
22:05:59 T:6166474752 DEBUG: ------ Window Deinit (SettingsSystemInfo.xml) ------
22:05:59 T:6166474752 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
22:05:59 T:6166474752 DEBUG: ------ Window Init (Settings.xml) ------
22:06:00 T:6166474752 DEBUG: Unfocus WindowID: 10004, ControlID: 701
22:06:00 T:6166474752 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
22:06:00 T:6166474752 DEBUG: ------ Window Deinit (Settings.xml) ------
22:06:00 T:6166474752 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
22:06:00 T:6166474752 DEBUG: ------ Window Init (Home.xml) ------
22:06:00 T:6163034112 DEBUG: CHomeShelfJob::UpdateMusic() - Running HomeShelf screen update
22:06:00 T:6163034112 DEBUG: CHomeShelfJob::UpdateVideos() - Running HomeShelf screen update
22:06:01 T:6163034112 DEBUG: CHomeShelfJob::UpdateTotal() - Running HomeShelf home screen update
22:06:01 T:6163034112 DEBUG: CHomeShelfJob::UpdateTotal() - Finished
22:06:02 T:6166474752 DEBUG: Unfocus WindowID: 10000, ControlID: 9000
22:06:03 T:6166474752 DEBUG: Unfocus WindowID: 10000, ControlID: 8011
22:06:27 T:6166474752 DEBUG: Previous line repeats 1 times.
22:06:27 T:6166474752 DEBUG: Unfocus WindowID: 10000, ControlID: 9000
22:06:27 T:6166474752 DEBUG: Activating window ID: 10004
22:06:27 T:6166474752 DEBUG: ------ Window Deinit (Home.xml) ------
22:06:27 T:6166474752 DEBUG: ------ Window Init (Settings.xml) ------
22:06:29 T:6166474752 DEBUG: Unfocus WindowID: 10004, ControlID: 9000
22:06:29 T:6166474752 DEBUG: Activating window ID: 10016
22:06:29 T:6166474752 DEBUG: ------ Window Deinit (Settings.xml) ------
22:06:29 T:6166474752 DEBUG: ------ Window Init (SettingsCategory.xml) ------
22:06:30 T:6166474752 DEBUG: Unfocus WindowID: 10016, ControlID: -95
22:06:36 T:6166474752 DEBUG: Unfocus WindowID: 10016, ControlID: 701
22:06:36 T:6166474752 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
22:06:36 T:6166474752 DEBUG: ------ Window Deinit (SettingsCategory.xml) ------
22:06:36 T:6166474752 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
22:06:36 T:6166474752 DEBUG: ------ Window Init (Settings.xml) ------
22:07:11 T:6164180992 DEBUG: RunQuery took 2 ms for 0 items query: SELECT * FROM tvshow_view WHERE totalCount IS NOT NULL AND totalCount > 0
22:08:21 T:6166474752 DEBUG: Unfocus WindowID: 10004, ControlID: 701
22:08:21 T:6166474752 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
22:08:22 T:6166474752 DEBUG: ------ Window Deinit (Settings.xml) ------
22:08:22 T:6166474752 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
22:08:22 T:6166474752 DEBUG: ------ Window Init (Home.xml) ------
22:08:22 T:6176223232 DEBUG: CHomeShelfJob::UpdateMusic() - Running HomeShelf screen update
22:08:22 T:6176223232 DEBUG: CHomeShelfJob::UpdateVideos() - Running HomeShelf screen update
22:08:23 T:6177370112 DEBUG: CHomeShelfJob::UpdateTotal() - Running HomeShelf home screen update
22:08:23 T:6177370112 DEBUG: CHomeShelfJob::UpdateTotal() - Finished
22:08:24 T:6166474752 DEBUG: Unfocus WindowID: 10000, ControlID: 9000
22:08:25 T:6166474752 DEBUG: Unfocus WindowID: 10000, ControlID: 8011
22:08:29 T:6166474752 DEBUG: Previous line repeats 3 times.
22:08:29 T:6166474752 DEBUG: Unfocus WindowID: 10000, ControlID: 0
22:08:31 T:6166474752 DEBUG: Unfocus WindowID: 10000, ControlID: 9102
22:08:31 T:6166474752 DEBUG: Activating window ID: 10025
22:08:31 T:6166474752 DEBUG: ------ Window Deinit (Home.xml) ------
22:08:31 T:6166474752 DEBUG: ------ Window Init (MyVideoNav.xml) ------
22:08:31 T:6166474752 INFO: Loading skin file: MyVideoNav.xml, load type: KEEP_IN_MEMORY
22:08:31 T:6178516992 ERROR: GetDirectory - Error getting
22:08:31 T:6166474752 DEBUG: CServicesDirectory::GetDirectory
22:08:31 T:6166474752 DEBUG: CServicesDirectory::GetDirectory strURL = services://tvshows/inprogressshows/
22:08:31 T:6177370112 DEBUG: CPlexDirectory::GetDirectory
22:08:31 T:6177370112 DEBUG: CPlexDirectory::GetDirectory strURL = plex://tvshows/inprogressshows/
22:08:31 T:6177370112 DEBUG: CPlexDirectory::GetDirectory
22:08:31 T:6177370112 DEBUG: CPlexDirectory::GetDirectory strURL = plex://tvshows/inprogressshows/aHR0cHM6Ly8xOTIuMTY4LjEuMjE6MzI0MDAvbGlicmFyeS9zZWN0aW9ucy8yL3wmWC1QbGV4LVRva2VuPVF5bnhkZXk1cTRqSFA2Q3FXMm9h
22:08:31 T:6177370112 DEBUG: CPlexDirectory::GetDirectory' client(Nassone), found 16 shows
22:08:33 T:6166474752 DEBUG: Unfocus WindowID: 10025, ControlID: 701
22:08:33 T:6166474752 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
22:08:34 T:6166474752 DEBUG: ------ Window Deinit (MyVideoNav.xml) ------
22:08:34 T:6166474752 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
22:08:34 T:6166474752 DEBUG: ------ Window Init (Home.xml) ------
22:08:34 T:6178516992 DEBUG: CHomeShelfJob::UpdateMusic() - Running HomeShelf screen update
22:08:34 T:6178516992 DEBUG: CHomeShelfJob::UpdateVideos() - Running HomeShelf screen update
22:08:34 T:6177943552 DEBUG: CHomeShelfJob::UpdateTotal() - Running HomeShelf home screen update
22:08:35 T:6177943552 DEBUG: CHomeShelfJob::UpdateTotal() - Finished
22:08:35 T:6166474752 DEBUG: Unfocus WindowID: 10000, ControlID: 8011
Re: Missing In-Progress Tv shows elements from Home view
Dear MrMC developers, did you have a chance to check this point. I know that is a graphical issue but it could increase the effectiveness of homeshelf elements and in-progress view.
Who is online
Users browsing this forum: No registered users and 6 guests