Kodi Community Forum
v13 Titan MediaBrowser skin - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Titan (https://forum.kodi.tv/forumdisplay.php?fid=212)
+----- Thread: v13 Titan MediaBrowser skin (/showthread.php?tid=201061)



RE: Titan MediaBrowser skin - daruda - 2014-12-05

Is this skin no longer in the xbmb3c repo? It isn't at the moment.


RE: Titan MediaBrowser skin - User 224999 - 2014-12-05

(2014-12-05, 23:03)daruda Wrote: Is this skin no longer in the xbmb3c repo? It isn't at the moment.

It's in official repo... And beta versions in the xbmb3c beta repo...


RE: Titan MediaBrowser skin - Tennyten - 2014-12-05

(2014-12-05, 21:46)Unfledged Wrote: That means the skin shortcuts script is failing to save your menu edits (I really must add some visual feedback when this happens!) if you can provide a debug log (wiki) I'll do my best to fix any issue over the weekend. Out of interest, are you using the beta version of Titan? (Marcelveldt was going to distribute a pre-release of the script along with it - just helps me know what version of the script is being used.)

Titan Version 3.2.0
Kodi 14 RC 2

Code:
12:43:01 T:5800   DEBUG: WinEventsWin32.cpp: APPCOMMAND 1
12:43:01 T:5800   DEBUG: CApplication::OnAppCommand: appcommand 1, trying action Back
12:43:01 T:5800   DEBUG: Keyboard: scancode: 0x00, sym: 0x0000, unicode: 0x0000, modifier: 0x0
12:43:01 T:5800   DEBUG: CApplication::OnKey: 0 (0xf200) pressed, action is
12:43:01 T:5904   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.AttributeError'>
                                            Error Contents: 'GUI' object has no attribute 'labelIDChanges'
                                            Traceback (most recent call last):
                                              File "C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\resources\lib\gui.py", line 1443, in onAction
                                                self._save_shortcuts()
                                              File "C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\resources\lib\gui.py", line 573, in _save_shortcuts
                                                self._save_properties( properties, labelIDChangesDict )
                                              File "C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\resources\lib\gui.py", line 603, in _save_properties
                                                property[0] = self.labelIDChanges[property[0]]
                                            AttributeError: 'GUI' object has no attribute 'labelIDChanges'
                                            -->End of Python script error report<--



RE: Titan MediaBrowser skin - removed151214 - 2014-12-05

You've found a bug, and thanks for taking the time to report it Smile I'll push a fix to git tomorrow (I'll try to do it first thing, but no guarantees), but you can fix it yourself if you feel confident to do so - you'd need to edit line 603 of gui.py (in script.skinshortcuts resources/lib folder), and remove "self." so the line reads

Code:
property[0] = labelIDChanges[property[0]]

(making sure not to change the number of spaces at the start of the line)


RE: Titan MediaBrowser skin - Tennyten - 2014-12-06

(2014-12-05, 23:29)Unfledged Wrote: You've found a bug, and thanks for taking the time to report it Smile I'll push a fix to git tomorrow (I'll try to do it first thing, but no guarantees), but you can fix it yourself if you feel confident to do so - you'd need to edit line 603 of gui.py (in script.skinshortcuts resources/lib folder), and remove "self." so the line reads

Code:
property[0] = labelIDChanges[property[0]]

(making sure not to change the number of spaces at the start of the line)

Worked like a charm. Cool You rock my friend.

The other one i noticed, screen freezes when playing music while making changes is somewhere in here.

Code:
DEBUG: Visualisation::Start()
17:41:19 T:4036   DEBUG: CTextureCacheJob::GetImageHash - unable to stat url D:\Music\Audiophile Recordings\Fink\Fink Meets The Royal Concertgebouw Orchestra\cdart.png
17:41:19 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:19 T:4504   DEBUG: OnInitialize() started
17:41:19 T:4504   DEBUG: Updating visualisation albumart: D:\Music\Audiophile Recordings\Fink\Fink Meets The Royal Concertgebouw Orchestra\folder.jpg
17:41:19 T:4504   DEBUG: OnInitialize() done
17:41:19 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:19 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:19 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:19 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:19 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:19 T:5172    INFO: CPythonInvoker(26, C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): script successfully run
17:41:19 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:19 T:5172    INFO: Python script stopped
17:41:19 T:5172   DEBUG: Thread LanguageInvoker 5172 terminatingINFO: CPythonInvoker(25, C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.titanskin.helpers\default.py): script successfully run
17:41:19 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:19 T:5140    INFO: Python script stopped
17:41:19 T:5140   DEBUG: Thread LanguageInvoker 5140 terminatingFreeVisualisation() started
17:41:27 T:5912    INFO: ADDON: Dll Stopped - MilkDrop
17:41:27 T:5912    INFO: ADDON: Dll Destroyed - MilkDrop
17:41:27 T:5912   DEBUG: FreeVisualisation() done
17:41:27 T:5912   DEBUG: ------ Window Init (SkinSettings.xml) ------
17:41:27 T:5912    INFO: Loading skin file: SkinSettings.xml, load type: LOAD_EVERY_TIME
17:41:27 T:5912   DEBUG: POParser: loaded 96 strings from file C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\resources\language\English\strings.po
17:41:27 T:5860   DEBUG: Previous line repeats 1 times.
17:41:27 T:5860  NOTICE: Thread LanguageInvoker start, auto delete: false
17:41:27 T:5912   DEBUG: ADDON: Dll Initializing - MilkDrop
17:41:27 T:5860    INFO: initializing python engine.
17:41:27 T:5860   DEBUG: CPythonInvoker(27, C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): start processing
17:41:27 T:5912   DEBUG:   msg: Preset is not held, loading a random preset. Current is 0
17:41:27 T:5860  NOTICE: -->Python Interpreter Initialized<--
17:41:27 T:5912   DEBUG:   msg: CreateDepthStencilSurface with 1920 x 1080
17:41:27 T:5860   DEBUG: CPythonInvoker(27, C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): the source file to load is "C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py"
17:41:27 T:5912   DEBUG:   msg: Textures created!
17:41:27 T:5860   DEBUG: CPythonInvoker(27, C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): setting the Python path to C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts;C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.module.simplejson\lib;C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.module.unidecode\lib;C:\Program Files (x86)\Kodi\system\python\DLLs;C:\Program Files (x86)\Kodi\system\python\Lib;C:\Program Files (x86)\Kodi\python27.zip;C:\Program Files (x86)\Kodi\system\python\lib\plat-win;C:\Program Files (x86)\Kodi\system\python\lib\lib-tk;C:\Program Files (x86)\Kodi;C:\Program Files (x86)\Kodi\system\python;C:\Program Files (x86)\Kodi\system\python\lib\site-packages
17:41:27 T:5860   DEBUG: CPythonInvoker(27, C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): entering source directory C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts
17:41:27 T:5912   DEBUG: Calling TransferSettings for: MilkDrop
17:41:27 T:5860   DEBUG: CPythonInvoker(27, C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): instantiating addon using automatically obtained id of "script.skinshortcuts" dependent on version 2.14.0 of the xbmc.python api
17:41:27 T:5912   DEBUG: Visualisation::Start()
17:41:27 T:4036   DEBUG: CTextureCacheJob::GetImageHash - unable to stat url D:\Music\Audiophile Recordings\Fink\Fink Meets The Royal Concertgebouw Orchestra\cdart.png
17:41:27 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:27 T:4504   DEBUG: OnInitialize() started
17:41:27 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:27 T:4504   DEBUG: Updating visualisation albumart: D:\Music\Audiophile Recordings\Fink\Fink Meets The Royal Concertgebouw Orchestra\folder.jpg
17:41:27 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:27 T:4504   DEBUG: OnInitialize() done
17:41:27 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:27 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:27 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:27 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:27 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:27 T:5860    INFO: CPythonInvoker(27, C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): script successfully run
17:41:28 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:28 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:28 T:5860    INFO: Python script stopped
17:41:28 T:5860   DEBUG: Thread LanguageInvoker 5860 terminatingKeyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
17:41:32 T:5912   DEBUG: CApplication::OnKey: return (0xf00d) pressed, action is Select
17:41:32 T:2312  NOTICE: Thread LanguageInvoker start, auto delete: false
17:41:32 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:32 T:2312    INFO: initializing python engine.
17:41:32 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:32 T:2312   DEBUG: CPythonInvoker(28, C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): start processing
17:41:32 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:32 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:32 T:2312  NOTICE: -->Python Interpreter Initialized<--
17:41:32 T:2312   DEBUG: CPythonInvoker(28, C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): the source file to load is "C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py"
17:41:32 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:32 T:2312   DEBUG: CPythonInvoker(28, C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): setting the Python path to C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts;C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.module.simplejson\lib;C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.module.unidecode\lib;C:\Program Files (x86)\Kodi\system\python\DLLs;C:\Program Files (x86)\Kodi\system\python\Lib;C:\Program Files (x86)\Kodi\python27.zip;C:\Program Files (x86)\Kodi\system\python\lib\plat-win;C:\Program Files (x86)\Kodi\system\python\lib\lib-tk;C:\Program Files (x86)\Kodi;C:\Program Files (x86)\Kodi\system\python;C:\Program Files (x86)\Kodi\system\python\lib\site-packages
17:41:32 T:2312   DEBUG: CPythonInvoker(28, C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): entering source directory C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts
17:41:32 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:32 T:2312   DEBUG: CPythonInvoker(28, C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): instantiating addon using automatically obtained id of "script.skinshortcuts" dependent on version 2.14.0 of the xbmc.python api
17:41:32 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:32 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:32 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:32 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:32 T:5912   DEBUG: ------ Window Init (C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\skin.titan\1080i\script-skinshortcuts.xml) ------
17:41:32 T:5912    INFO: Loading skin file: C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\skin.titan\1080i\script-skinshortcuts.xml, load type: LOAD_ON_GUI_INIT
17:41:32 T:5912 WARNING: Trying to add unsupported control type 1
17:41:32 T:5912 WARNING: Previous line repeats 1 times.
17:41:32 T:5912   DEBUG: POParser: loaded 96 strings from file C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\resources\language\English\strings.po
17:41:32 T:5912   DEBUG: Previous line repeats 23 times.
17:41:32 T:5912   DEBUG: CGUIMediaWindow::GetDirectory ()
17:41:33 T:5912   DEBUG:   ParentPath = []
17:41:33 T:5912   ERROR: Control 211 in window 13000 has been asked to focus, but it can't
17:41:33 T:5912   DEBUG: ADDON: Dll Initializing - MilkDrop
17:41:33 T:5912   DEBUG:   msg: Preset is not held, loading a random preset. Current is 77
17:41:33 T:5912   DEBUG:   msg: CreateDepthStencilSurface with 1920 x 1080
17:41:33 T:5912   DEBUG:   msg: Textures created!
17:41:33 T:5912   DEBUG: Calling TransferSettings for: MilkDrop
17:41:33 T:5912   DEBUG: Visualisation::Start()
17:41:33 T:4036   DEBUG: CTextureCacheJob::GetImageHash - unable to stat url D:\Music\Audiophile Recordings\Fink\Fink Meets The Royal Concertgebouw Orchestra\cdart.png
17:41:33 T:4504   DEBUG: OnInitialize() started
17:41:33 T:4504   DEBUG: Updating visualisation albumart: D:\Music\Audiophile Recordings\Fink\Fink Meets The Royal Concertgebouw Orchestra\folder.jpg
17:41:33 T:4504   DEBUG: OnInitialize() done
17:41:33 T:2312   DEBUG: POParser: loaded 96 strings from file C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\resources\language\English\strings.po
17:41:37 T:2312   ERROR: EXCEPTION: Non-Existent Control 500
17:41:37 T:2312   ERROR: EXCEPTION: Non-Existent Control 111
17:41:37 T:2312   ERROR: EXCEPTION: Non-Existent Control 308
17:41:37 T:2312   DEBUG: POParser: loaded 96 strings from file C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\resources\language\English\strings.po
17:41:38 T:2312   ERROR: EXCEPTION: Non-Existent Control 111
17:41:39 T:5912   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
17:41:39 T:5912   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
17:41:40 T:5328   DEBUG: UPNP: notfified container update upnp://b10895fd-de17-4bfa-9dec-14650d4e2ba4/3/
17:41:40 T:5328   DEBUG: UPNP: notfified container update upnp://b10895fd-de17-4bfa-9dec-14650d4e2ba4/16/
17:41:40 T:5912   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
17:41:40 T:5328   DEBUG: UPNP: notfified container update upnp://b10895fd-de17-4bfa-9dec-14650d4e2ba4/300/
17:41:40 T:5328   DEBUG: UPNP: notfified container update upnp://b10895fd-de17-4bfa-9dec-14650d4e2ba4/301/
17:41:40 T:5328   DEBUG: UPNP: notfified container update upnp://b10895fd-de17-4bfa-9dec-14650d4e2ba4/302/
17:41:40 T:5328   DEBUG: UPNP: notfified container update upnp://b10895fd-de17-4bfa-9dec-14650d4e2ba4/303/
17:41:41 T:5912   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
17:41:41 T:5328   DEBUG: UPNP: notfified container update upnp://b10895fd-de17-4bfa-9dec-14650d4e2ba4/304/
17:41:41 T:5328   DEBUG: UPNP: notfified container update upnp://b10895fd-de17-4bfa-9dec-14650d4e2ba4/305/
17:41:41 T:5328   DEBUG: UPNP: notfified container update upnp://b10895fd-de17-4bfa-9dec-14650d4e2ba4/306/
17:41:41 T:5328   DEBUG: UPNP: notfified container update upnp://b10895fd-de17-4bfa-9dec-14650d4e2ba4/B/
17:41:41 T:5328   DEBUG: UPNP: notfified container update upnp://b10895fd-de17-4bfa-9dec-14650d4e2ba4/C/
17:41:41 T:5328   DEBUG: UPNP: notfified container update upnp://b10895fd-de17-4bfa-9dec-14650d4e2ba4/D2/
17:41:41 T:5328   DEBUG: UPNP: notfified container update upnp://b10895fd-de17-4bfa-9dec-14650d4e2ba4/D/
17:41:41 T:5912   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
17:41:41 T:5912   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
17:41:42 T:5912   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
17:41:42 T:5912   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
17:41:43 T:5912   DEBUG: Keyboard: scancode: 0x4d, sym: 0x0113, unicode: 0x0000, modifier: 0x0
17:41:43 T:5912   DEBUG: CApplication::OnKey: right (0xf083) pressed, action is Right
17:41:44 T:5912   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
17:41:44 T:5912   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
17:41:45 T:5912   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
17:41:45 T:5912   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
17:41:46 T:5912   DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
17:41:46 T:5912   DEBUG: CApplication::OnKey: return (0xf00d) pressed, action is Select
17:41:49 T:5912   DEBUG: WinEventsWin32.cpp: APPCOMMAND 1
17:41:49 T:5912   DEBUG: CApplication::OnAppCommand: appcommand 1, trying action Back
17:41:49 T:5912   DEBUG: Keyboard: scancode: 0x00, sym: 0x0000, unicode: 0x0000, modifier: 0x0
17:41:49 T:5912   DEBUG: CApplication::OnKey: 0 (0xf200) pressed, action is
17:41:49 T:2312    INFO: CPythonInvoker(28, C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): script successfully run
17:41:49 T:2312    INFO: Python script stopped
17:41:49 T:2312   DEBUG: Thread LanguageInvoker 2312 terminating
17:41:49 T:5912   DEBUG: ------ Window Deinit (C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\skin.titan\1080i\script-skinshortcuts.xml) ------
17:41:49 T:5912   DEBUG: FreeVisualisation() started
17:41:49 T:5912    INFO: ADDON: Dll Stopped - MilkDrop
17:41:49 T:5912    INFO: ADDON: Dll Destroyed - MilkDrop
17:41:49 T:5912   DEBUG: FreeVisualisation() done
    INFO: ADDON: Dll Stopped - MilkDrop
17:41:49 T:5912    INFO: ADDON: Dll Destroyed - MilkDrop
17:41:49 T:5912   DEBUG: FreeVisualisation() done
17:41:49 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:49 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:50 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:50 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:50 T:5912   ERROR: m_pD3DDevice->BeginScene() failed. 8876086C - D3DERR_INVALIDCALL (Invalid call)
17:41:50 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:50 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:50 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:50 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:50 T:5912   ERROR: m_pD3DDevice->BeginScene() failed. 8876086C - D3DERR_INVALIDCALL (Invalid call)
17:41:50 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:50 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:50 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:50 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:50 T:5912   ERROR: m_pD3DDevice->BeginScene() failed. 8876086C - D3DERR_INVALIDCALL (Invalid call)
17:41:50 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:50 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:50 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:50 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:50 T:5912   ERROR: m_pD3DDevice->BeginScene() failed. 8876086C - D3DERR_INVALIDCALL (Invalid call)
17:41:51 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:51 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:51 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:51 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:51 T:5912   ERROR: m_pD3DDevice->BeginScene() failed. 8876086C - D3DERR_INVALIDCALL (Invalid call)
17:41:51 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:51 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:51 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:51 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:51 T:5912   ERROR: m_pD3DDevice->BeginScene() failed. 8876086C - D3DERR_INVALIDCALL (Invalid call)
17:41:51 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:51 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:51 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:51 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:51 T:5912   ERROR: m_pD3DDevice->BeginScene() failed. 8876086C - D3DERR_INVALIDCALL (Invalid call)
17:41:51 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:51 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:52 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:52 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:52 T:5912   ERROR: m_pD3DDevice->BeginScene() failed. 8876086C - D3DERR_INVALIDCALL (Invalid call)
17:41:52 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:52 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:52 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:52 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:52 T:5912   ERROR: m_pD3DDevice->BeginScene() failed. 8876086C - D3DERR_INVALIDCALL (Invalid call)
17:41:52 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:52 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:52 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:52 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:52 T:5912   ERROR: m_pD3DDevice->BeginScene() failed. 8876086C - D3DERR_INVALIDCALL (Invalid call)
17:41:52 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:52 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:53 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:53 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:53 T:5912   ERROR: m_pD3DDevice->BeginScene() failed. 8876086C - D3DERR_INVALIDCALL (Invalid call)
17:41:53 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:53 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:53 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:53 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:53 T:5912   ERROR: m_pD3DDevice->BeginScene() failed. 8876086C - D3DERR_INVALIDCALL (Invalid call)
17:41:53 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:53 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:53 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:53 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:53 T:5912   ERROR: m_pD3DDevice->BeginScene() failed. 8876086C - D3DERR_INVALIDCALL (Invalid call)
17:41:53 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:53 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:53 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:53 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:53 T:5912   ERROR: m_pD3DDevice->BeginScene() failed. 8876086C - D3DERR_INVALIDCALL (Invalid call)
17:41:53 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:53 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:54 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:54 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:54 T:5912   ERROR: m_pD3DDevice->BeginScene() failed. 8876086C - D3DERR_INVALIDCALL (Invalid call)
17:41:54 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:54 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:54 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:54 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:54 T:5912   ERROR: m_pD3DDevice->BeginScene() failed. 8876086C - D3DERR_INVALIDCALL (Invalid call)
17:41:54 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:54 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:54 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:54 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:54 T:5912   ERROR: m_pD3DDevice->BeginScene() failed. 8876086C - D3DERR_INVALIDCALL (Invalid call)
17:41:54 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:54 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:55 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:55 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:55 T:5912   ERROR: m_pD3DDevice->BeginScene() failed. 8876086C - D3DERR_INVALIDCALL (Invalid call)
17:41:55 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:55 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:55 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:55 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:55 T:5912   ERROR: m_pD3DDevice->BeginScene() failed. 8876086C - D3DERR_INVALIDCALL (Invalid call)
17:41:55 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:55 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:55 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:55 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:55 T:5912   ERROR: m_pD3DDevice->BeginScene() failed. 8876086C - D3DERR_INVALIDCALL (Invalid call)
17:41:55 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:55 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:55 T:5912   DEBUG: SECTION:UnloadDelayed(DLL: special://xbmcbin/system/ImageLib.dll)
17:41:55 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:55 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:56 T:5912   ERROR: m_pD3DDevice->BeginScene() failed. 8876086C - D3DERR_INVALIDCALL (Invalid call)
17:41:56 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:56 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:56 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:56 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:56 T:5912   ERROR: m_pD3DDevice->BeginScene() failed. 8876086C - D3DERR_INVALIDCALL (Invalid call)
17:41:56 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:56 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:56 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:56 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:56 T:5912   ERROR: m_pD3DDevice->BeginScene() failed. 8876086C - D3DERR_INVALIDCALL (Invalid call)
17:41:56 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:56 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:56 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:56 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:56 T:5912   ERROR: m_pD3DDevice->BeginScene() failed. 8876086C - D3DERR_INVALIDCALL (Invalid call)
17:41:56 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:56 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:57 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:57 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:57 T:5912   ERROR: m_pD3DDevice->BeginScene() failed. 8876086C - D3DERR_INVALIDCALL (Invalid call)
17:41:57 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:57 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:57 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:57 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:57 T:5912   ERROR: m_pD3DDevice->BeginScene() failed. 8876086C - D3DERR_INVALIDCALL (Invalid call)
17:41:57 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:57 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:57 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:57 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:57 T:5912   ERROR: m_pD3DDevice->BeginScene() failed. 8876086C - D3DERR_INVALIDCALL (Invalid call)
17:41:57 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:57 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:58 T:5912   DEBUG: WinEventsWin32.cpp: APPCOMMAND 13
17:41:58 T:5912   DEBUG: CApplication::OnAppCommand: appcommand 13, trying action Stop
17:41:58 T:4504   DEBUG: CActiveAE::DiscardStream - audio stream deleted
17:41:58 T:4504   DEBUG: CActiveAE::ClearDiscardedBuffers - buffer pool deleted
17:41:58 T:1108   DEBUG: Previous line repeats 1 times.
17:41:58 T:1108   DEBUG: CApplication::OnPlayBackStopped: play state was 2, starting 0
17:41:58 T:1108   DEBUG: CAnnouncementManager - Announcement: OnStop from xbmc
17:41:58 T:1108   DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnStop
17:41:58 T:1108   DEBUG: Thread PAPlayer 1108 terminating
17:41:58 T:5912   DEBUG: Keyboard: scancode: 0x00, sym: 0x0000, unicode: 0x0000, modifier: 0x0
17:41:58 T:5912   DEBUG: CApplication::OnKey: 0 (0xf200) pressed, action is
17:41:58 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:58 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:41:58 T:5912   ERROR: m_pD3DDevice->BeginScene() failed. 8876086C - D3DERR_INVALIDCALL (Invalid call)
17:41:58 T:4504   DEBUG: CActiveAE::ClearDiscardedBuffers - buffer pool deleted
17:41:58 T:4036   DEBUG: Previous line repeats 1 times.
17:41:58 T:4036   DEBUG: CSaveFileStateJob::DoWork - Saving file state for audio item D:\Music\Audiophile Recordings\Fink\Fink Meets The Royal Concertgebouw Orchestra\01 - Berlin Sunrise.mp3
17:41:58 T:5912   DEBUG: ------ Window Init (MusicOverlay.xml) ------
17:41:58 T:5912   DEBUG: ------ Window Deinit (MusicOverlay.xml) ------
17:42:01 T:5912   DEBUG: WinEventsWin32.cpp: APPCOMMAND 1
17:42:01 T:5912   DEBUG: CApplication::OnAppCommand: appcommand 1, trying action Back
17:42:01 T:5912   DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
17:42:01 T:5912   DEBUG: ------ Window Deinit (SkinSettings.xml) ------
17:42:01 T:5912   DEBUG: FreeVisualisation() started
17:42:01 T:2688  NOTICE: Thread LanguageInvoker start, auto delete: false
17:42:01 T:5912    INFO: ADDON: Dll Stopped - MilkDrop
17:42:01 T:2688    INFO: initializing python engine.
17:42:01 T:2688   DEBUG: CPythonInvoker(29, C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): start processing
17:42:01 T:5912    INFO: ADDON: Dll Destroyed - MilkDrop
17:42:01 T:2688  NOTICE: -->Python Interpreter Initialized<--
17:42:01 T:5912   DEBUG: FreeVisualisation() done
17:42:01 T:2688   DEBUG: CPythonInvoker(29, C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): the source file to load is "C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py"
17:42:01 T:5912   DEBUG: CGUIWindowManager::PreviousWindow: Activate new
17:42:01 T:5912   DEBUG: ------ Window Init (Settings.xml) ------
17:42:01 T:2688   DEBUG: CPythonInvoker(29, C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): setting the Python path to C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts;C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.module.simplejson\lib;C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.module.unidecode\lib;C:\Program Files (x86)\Kodi\system\python\DLLs;C:\Program Files (x86)\Kodi\system\python\Lib;C:\Program Files (x86)\Kodi\python27.zip;C:\Program Files (x86)\Kodi\system\python\lib\plat-win;C:\Program Files (x86)\Kodi\system\python\lib\lib-tk;C:\Program Files (x86)\Kodi;C:\Program Files (x86)\Kodi\system\python;C:\Program Files (x86)\Kodi\system\python\lib\site-packages
17:42:01 T:2688   DEBUG: CPythonInvoker(29, C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): entering source directory C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts
17:42:01 T:5168  NOTICE: Thread LanguageInvoker start, auto delete: false
17:42:01 T:5912   DEBUG: Keyboard: scancode: 0x00, sym: 0x0000, unicode: 0x0000, modifier: 0x0
17:42:01 T:2688   DEBUG: CPythonInvoker(29, C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): instantiating addon using automatically obtained id of "script.skinshortcuts" dependent on version 2.14.0 of the xbmc.python api
17:42:01 T:5168    INFO: initializing python engine.
17:42:01 T:5168   DEBUG: CPythonInvoker(30, C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): start processing
17:42:01 T:5912   DEBUG: CApplication::OnKey: 0 (0xf200) pressed, action is
17:42:01 T:3412   DEBUG: SECTION:LoadDLL(special://xbmcbin/system/ImageLib.dll)
17:42:01 T:5168  NOTICE: -->Python Interpreter Initialized<--
17:42:01 T:5168   DEBUG: CPythonInvoker(30, C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): the source file to load is "C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py"
17:42:02 T:5168   DEBUG: CPythonInvoker(30, C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): setting the Python path to C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts;C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.module.simplejson\lib;C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.module.unidecode\lib;C:\Program Files (x86)\Kodi\system\python\DLLs;C:\Program Files (x86)\Kodi\system\python\Lib;C:\Program Files (x86)\Kodi\python27.zip;C:\Program Files (x86)\Kodi\system\python\lib\plat-win;C:\Program Files (x86)\Kodi\system\python\lib\lib-tk;C:\Program Files (x86)\Kodi;C:\Program Files (x86)\Kodi\system\python;C:\Program Files (x86)\Kodi\system\python\lib\site-packages
17:42:02 T:5168   DEBUG: CPythonInvoker(30, C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): entering source directory C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts
17:42:02 T:3412   DEBUG: CImageLoader::DoWork - took 102 ms to load special://skin/extras/backgrounds/appearance.png
17:42:02 T:5168   DEBUG: CPythonInvoker(30, C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): instantiating addon using automatically obtained id of "script.skinshortcuts" dependent on version 2.14.0 of the xbmc.python api
17:42:03 T:5912   DEBUG: WinEventsWin32.cpp: APPCOMMAND 1
17:42:03 T:5912   DEBUG: CApplication::OnAppCommand: appcommand 1, trying action Back
17:42:03 T:5912   DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
17:42:03 T:5912   DEBUG: ------ Window Deinit (Settings.xml) ------
17:42:03 T:5912   DEBUG: CGUIWindowManager::PreviousWindow: Activate new
17:42:03 T:5912   DEBUG: ------ Window Init (Home.xml) ------
17:42:03 T:3412   ERROR: XFILE::CDirectory::GetDirectory - Error getting noop
17:42:03 T:5912   DEBUG: Keyboard: scancode: 0x00, sym: 0x0000, unicode: 0x0000, modifier: 0x0
17:42:03 T:4528  NOTICE: Thread LanguageInvoker start, auto delete: false
17:42:03 T:5628   DEBUG: CVideoDatabase::RunQuery took 1 ms for 0 items query: select * from musicvideoview  ORDER BY dateAdded desc, idMVideo desc LIMIT 25
17:42:03 T:5912   DEBUG: CApplication::OnKey: 0 (0xf200) pressed, action is
17:42:03 T:4528    INFO: initializing python engine.
17:42:03 T:4528   DEBUG: CPythonInvoker(31, C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): start processing
17:42:03 T:4528  NOTICE: -->Python Interpreter Initialized<--
17:42:03 T:5628   DEBUG: CImageLoader::DoWork - took 105 ms to load special://skin/extras/backgrounds/systeminfo.png
17:42:03 T:4528   DEBUG: CPythonInvoker(31, C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): the source file to load is "C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py"
17:42:03 T:4528   DEBUG: CPythonInvoker(31, C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): setting the Python path to C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts;C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.module.simplejson\lib;C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.module.unidecode\lib;C:\Program Files (x86)\Kodi\system\python\DLLs;C:\Program Files (x86)\Kodi\system\python\Lib;C:\Program Files (x86)\Kodi\python27.zip;C:\Program Files (x86)\Kodi\system\python\lib\plat-win;C:\Program Files (x86)\Kodi\system\python\lib\lib-tk;C:\Program Files (x86)\Kodi;C:\Program Files (x86)\Kodi\system\python;C:\Program Files (x86)\Kodi\system\python\lib\site-packages
17:42:03 T:4528   DEBUG: CPythonInvoker(31, C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): entering source directory C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts
17:42:03 T:4528   DEBUG: CPythonInvoker(31, C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): instantiating addon using automatically obtained id of "script.skinshortcuts" dependent on version 2.14.0 of the xbmc.python api
17:42:05 T:5912   DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
17:42:05 T:5912   DEBUG: CApplication::OnKey: return (0xf00d) pressed, action is Select
17:42:05 T:5912   DEBUG: Activating window ID: 10004
17:42:05 T:5912   DEBUG: ------ Window Deinit (Home.xml) ------
17:42:05 T:4992  NOTICE: Thread LanguageInvoker start, auto delete: false
17:42:05 T:5912   DEBUG: ------ Window Init (Settings.xml) ------
17:42:05 T:4992    INFO: initializing python engine.
17:42:05 T:4992   DEBUG: CPythonInvoker(32, C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.titanskin.helpers\default.py): start processing
17:42:05 T:592  NOTICE: Thread LanguageInvoker start, auto delete: false
17:42:05 T:4992  NOTICE: -->Python Interpreter Initialized<--
17:42:05 T:592    INFO: initializing python engine.
17:42:05 T:592   DEBUG: CPythonInvoker(33, C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): start processing
17:42:05 T:4992   DEBUG: CPythonInvoker(32, C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.titanskin.helpers\default.py): the source file to load is "C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.titanskin.helpers\default.py"
17:42:05 T:4992   DEBUG: CPythonInvoker(32, C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.titanskin.helpers\default.py): setting the Python path to C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.titanskin.helpers;C:\Program Files (x86)\Kodi\system\python\DLLs;C:\Program Files (x86)\Kodi\system\python\Lib;C:\Program Files (x86)\Kodi\python27.zip;C:\Program Files (x86)\Kodi\system\python\lib\plat-win;C:\Program Files (x86)\Kodi\system\python\lib\lib-tk;C:\Program Files (x86)\Kodi;C:\Program Files (x86)\Kodi\system\python;C:\Program Files (x86)\Kodi\system\python\lib\site-packages
17:42:05 T:4992   DEBUG: CPythonInvoker(32, C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.titanskin.helpers\default.py): entering source directory C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.titanskin.helpers
17:42:05 T:4992   DEBUG: CPythonInvoker(32, C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.titanskin.helpers\default.py): instantiating addon using automatically obtained id of "script.titanskin.helpers" dependent on version 2.13.0 of the xbmc.python api
17:42:05 T:592  NOTICE: -->Python Interpreter Initialized<--
17:42:05 T:592   DEBUG: CPythonInvoker(33, C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): the source file to load is "C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py"
17:42:05 T:592   DEBUG: CPythonInvoker(33, C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): setting the Python path to C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts;C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.module.simplejson\lib;C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.module.unidecode\lib;C:\Program Files (x86)\Kodi\system\python\DLLs;C:\Program Files (x86)\Kodi\system\python\Lib;C:\Program Files (x86)\Kodi\python27.zip;C:\Program Files (x86)\Kodi\system\python\lib\plat-win;C:\Program Files (x86)\Kodi\system\python\lib\lib-tk;C:\Program Files (x86)\Kodi;C:\Program Files (x86)\Kodi\system\python;C:\Program Files (x86)\Kodi\system\python\lib\site-packages
17:42:05 T:592   DEBUG: CPythonInvoker(33, C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): entering source directory C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts
17:42:05 T:592   DEBUG: CPythonInvoker(33, C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): instantiating addon using automatically obtained id of "script.skinshortcuts" dependent on version 2.14.0 of the xbmc.python api
17:42:06 T:5912   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
17:42:06 T:5912   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
17:42:06 T:5628   DEBUG: CImageLoader::DoWork - took 130 ms to load special://skin/extras/backgrounds/videos.png
17:42:07 T:5912   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
17:42:07 T:5912   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
17:42:07 T:5912   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
17:42:07 T:5912   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
17:42:07 T:5912   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
17:42:07 T:5912   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
17:42:07 T:5912   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
17:42:07 T:5912   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
17:42:07 T:5912   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
17:42:07 T:5912   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
17:42:07 T:5912   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
17:42:07 T:5912   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
17:42:07 T:5912   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
17:42:07 T:5912   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
17:42:07 T:5912   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
17:42:07 T:5912   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
17:42:07 T:5912   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
17:42:07 T:5912   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
17:42:07 T:5912   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
17:42:07 T:5912   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
17:42:07 T:5912   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
17:42:07 T:5912   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
17:42:07 T:5912   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
17:42:07 T:5912   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
17:42:08 T:5912   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
17:42:08 T:5912   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
17:42:08 T:5912   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
17:42:08 T:5912   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
17:42:08 T:5912   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
17:42:08 T:5912   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
17:42:09 T:4036   DEBUG: CImageLoader::DoWork - took 165 ms to load special://skin/extras/backgrounds/addons.png
17:42:09 T:5912   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
17:42:09 T:5912   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
17:42:09 T:5912   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
17:42:09 T:5912   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
17:42:09 T:4036   DEBUG: CImageLoader::DoWork - took 104 ms to load special://skin/extras/backgrounds/weather.png
17:42:10 T:5912   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
17:42:10 T:5912   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
17:42:10 T:5912   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
17:42:10 T:5912   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
17:42:11 T:5912   DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
17:42:11 T:5912   DEBUG: CApplication::OnKey: return (0xf00d) pressed, action is Select
17:42:11 T:5912   DEBUG: Activating window ID: 10016
17:42:11 T:5912   DEBUG: ------ Window Deinit (Settings.xml) ------
17:42:12 T:5912   DEBUG: ------ Window Init (SettingsCategory.xml) ------
17:42:12 T:5728  NOTICE: Thread LanguageInvoker start, auto delete: false
17:42:12 T:5728    INFO: initializing python engine.
17:42:12 T:5728   DEBUG: CPythonInvoker(34, C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): start processing
17:42:12 T:5728  NOTICE: -->Python Interpreter Initialized<--
17:42:12 T:5728   DEBUG: CPythonInvoker(34, C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): the source file to load is "C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py"
17:42:12 T:5728   DEBUG: CPythonInvoker(34, C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): setting the Python path to C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts;C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.module.simplejson\lib;C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.module.unidecode\lib;C:\Program Files (x86)\Kodi\system\python\DLLs;C:\Program Files (x86)\Kodi\system\python\Lib;C:\Program Files (x86)\Kodi\python27.zip;C:\Program Files (x86)\Kodi\system\python\lib\plat-win;C:\Program Files (x86)\Kodi\system\python\lib\lib-tk;C:\Program Files (x86)\Kodi;C:\Program Files (x86)\Kodi\system\python;C:\Program Files (x86)\Kodi\system\python\lib\site-packages
17:42:12 T:5728   DEBUG: CPythonInvoker(34, C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): entering source directory C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts
17:42:12 T:5728   DEBUG: CPythonInvoker(34, C:\Users\Newcastle peeps\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): instantiating addon using automatically obtained id of "script.skinshortcuts" dependent on version 2.14.0 of the xbmc.python api
17:42:12 T:5912   DEBUG: Keyboard: scancode: 0x4d, sym: 0x0113, unicode: 0x0000, modifier: 0x0
17:42:12 T:5912   DEBUG: CApplication::OnKey: right (0xf083) pressed, action is Right
17:42:13 T:5912   DEBUG: Keyboard: scancode: 0x4b, sym: 0x0114, unicode: 0x0000, modifier: 0x0
17:42:13 T:5912   DEBUG: CApplication::OnKey: left (0xf082) pressed, action is Left
17:42:14 T:5912   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
17:42:14 T:5912   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
17:42:14 T:5912   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
17:42:14 T:5912   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
17:42:15 T:5912   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
17:42:15 T:5912   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
17:42:15 T:5912   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
17:42:15 T:5912   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
17:42:15 T:5912   DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
17:42:16 T:5912   DEBUG: CApplication::OnKey: down (0xf081) pressed, action is Down
17:42:16 T:5912   DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
17:42:16 T:5912   DEBUG: CApplication::OnKey: return (0xf00d) pressed, action is Select
17:42:17 T:5912   DEBUG: Keyboard: scancode: 0x4d, sym: 0x0113, unicode: 0x0000, modifier: 0x0
17:42:17 T:5912   DEBUG: CApplication::OnKey: right (0xf083) pressed, action is Right
17:42:18 T:5912   DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
17:42:18 T:5912   DEBUG: CApplication::OnKey: return (0xf00d) pressed, action is Select
17:42:18 T:5912  NOTICE: Disabled debug logging due to GUI setting. Level 0.
17:42:18 T:5912  NOTICE: Log level changed to "LOG_LEVEL_NORMAL"
17:42:20 T:5272  NOTICE: Thread LanguageInvoker start, auto delete: false
17:42:20 T:5272  NOTICE: -->Python Interpreter Initialized<--
17:42:20 T:5352  NOTICE: Thread LanguageInvoker start, auto delete: false
17:42:20 T:5352  NOTICE: -->Python Interpreter Initialized<--



RE: Titan MediaBrowser skin - removed151214 - 2014-12-06

A debug log pasted into the forum like that is very difficult to read - the preferred method is to upload the complete log somewhere like xbmclogs.com, and paste a link. Having said that, the only errors I can see are what appear to be direct 3d issues, which would suggest either a driver, a Kodi issue, or you didn't actually include the issue in your log snippet.


RE: Titan MediaBrowser skin - tripkip - 2014-12-06

(2014-12-05, 00:07)marcelveldt Wrote:
(2014-12-04, 23:59)tripkip Wrote: Well I just finished movie and pressing down now shows the submenu.. So don't look into that non issue. Probably something didnt get refreshed properly while rebuilsing the menu.

Talking about refreshing, coming back to the home screen should refresh the widgets latest movies/eps. I just watched one of the movies that was in yhe widget and now its still there.

Can you hide the power button sign when pressing down will not activate the power menu like with the Movies and TV shows section? Its screen cluttering and confusing.

You can hide the powermenu, there's a skinsetting for that.

I looked into the issue of the submenu and found out about a little strange bug:
If you fresh start the system the submenu is ignored, so you cannot access it.
If you open up a section once and then go back to home the submenu's work and keep working.
I'm not sure what's causing this bug to happen but I'll fix it. At least for now you know the workaround ;-)

The widgets are in fact refreshed but some of the widgets are populated by 3th party scripts like "skin widgets" which have their own refresh settings.
Please go to settings --> addons --> services --> skin widgets
set the setting "Always update when you enter the homescreen" to ON, I think that will solve your issue.

- Found the option to hide the power menu. Thanks.
- Work around for the sub menu works.
- Found the setting to refresh the recently added widget. Thanks

Issue #1: Starting an episode through the widgets will not update the watch status. (Log: http://pastebin.com/NAJPcMa9)
Easy to replicate:
1. launch an episode from the widget and skip through the end, stop. -> no watch status changed
2. got to TV Shows menu -> pick the same show -> play the episode -> skip through the end, stop --> watch status is changed

Issue #2: Whenever there is a message at the left top, the widgets are hidden and not accessible.


RE: Titan MediaBrowser skin - d0wnl0rd - 2014-12-06

I've found another bug (latest beta 3.2.2): a click on the progress bar during video play does not achieve the desired effect (jumping to that position) - does nothing. Maybe you can have a look at this as well?

Thanks a lot for all the good work and the recent improvements - I am really looking foward to the next releases.


RE: Titan MediaBrowser skin - Morphy99 - 2014-12-06

Does anyone else find the mute icon annoyingly big? Any chance you can change this to be less intrusive or maybe an option for an alternative?


RE: Titan MediaBrowser skin - RavenNL - 2014-12-06

(2014-12-04, 23:49)marcelveldt Wrote:
(2014-12-04, 23:26)RavenNL Wrote: Just stumbled on this skin while trying out Helix RC and I must say I'm impressed. I'm still an Aeon Nox v4 user but I dont think that will be upgraded to Helix so I'm trying out other skins.



I am missing tv-aired integration in your skin. Do you have any plans of adding that as well in the future by any chance?

Oh yes, that one is on my todo list. Will be added somewhere next week.


Sweet, can't wait to see it Big Grin


RE: Titan MediaBrowser skin - User 224999 - 2014-12-06

Thanks for the extended testing folks! This weekend I only have little time as I'm out with the family but will fix the reported issues next week. Also I'll take a look at the mute icon, think I can figure something out for that


Re: RE: Titan MediaBrowser skin - Morphy99 - 2014-12-06

(2014-12-06, 14:55)marcelveldt Wrote: Thanks for the extended testing folks! This weekend I only have little time as I'm out with the family but will fix the reported issues next week. Also I'll take a look at the mute icon, think I can figure something out for that
Thanks maybe placing it smaller close to the edge of the screen would be an idea Smile


RE: Titan MediaBrowser skin - User 224999 - 2014-12-08

(2014-12-06, 16:45)Morphy99 Wrote: Thanks maybe placing it smaller close to the edge of the screen would be an idea Smile

New beta is available with 30 minutes (version 2.2.3 for gotham and 3.2.3 for helix) on the beta repo...
Contains the fix for the mute dialog...

(2014-12-06, 14:14)d0wnl0rd Wrote: I've found another bug (latest beta 3.2.2): a click on the progress bar during video play does not achieve the desired effect (jumping to that position) - does nothing. Maybe you can have a look at this as well?

Thanks a lot for all the good work and the recent improvements - I am really looking foward to the next releases.
Fixed...
New beta is available with 30 minutes (version 2.2.3 for gotham and 3.2.3 for helix) on the beta repo...


RE: Titan MediaBrowser skin - netzgauner - 2014-12-08

Nice Skin
Just miss the rss feed bar


RE: Titan MediaBrowser skin - User 224999 - 2014-12-08

(2014-12-08, 13:14)netzgauner Wrote: Nice Skin
Just miss the rss feed bar

yeah, this was a bug in latest release. Should be fixed in latest beta and is soon to be pushed to stable.