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 - ipguy - 2015-06-21

How do you bring up the left panel to do a search while in the EPG?


RE: Titan MediaBrowser skin - User 224999 - 2015-06-21

(2015-06-21, 03:08)ipguy Wrote: How do you bring up the left panel to do a search while in the EPG?

Left arrow if you have a short lingertime, else the back key.


RE: Titan MediaBrowser skin - mombasa123 - 2015-06-21

(2015-06-19, 21:57)marcelveldt Wrote:
(2015-06-19, 12:10)mombasa123 Wrote: If I Disable Fanart then it sticks all the time at a seemingly random movie art (even if i restart). Then, if I toggle back to Enabled in the same session, it starts working for a bit but the Movie Info fanart becomes sticky (the issue you just fixed - so maybe related). If I then restart Kodi then the above issue.

I even uninstalled and re-installed but no change Sad

Hmm, I tried a lot in an attempt to reproduce but I couldn't. Could you give me some more details about the issue ?
Does it happen only in the movies section ? Maybe the problem has something to do with movie sets ? Does it happen when you focus or scroll over a movie set perhaps ? If so, could you try to disable the grouping of movies as a set in Kodi settings to see if that helps ?

That random background you see when you disable fanart is explainable: that would be the normal rotating movie background if you've set the hom,emenu-shortcut's background to fanart. Something is breaking it so we have to find out what causes it to fail. Is there some error in your Kodi log maybe when it happens ?

I coded a background service that keeps track of the movies you scroll over to get the details like extrafanart and movie set details and stuff. It may be that that service crashes for some reason. It may be as simple as some invalid character in a movie name or stuff like that.

i hope you find something in your log that could help

Hey Marcel,

I played around a bit more. I disabled Movies Sets and no issues. I then experimented a bit more. The problem always happens when I scroll past Captain America Set and to the next movie Captain Philips. After that it gets stuck on Captain Philips fanart. I removed Captain America Movie Set and all ok. Added it back in and it stopped sticking. Well almost. The movie immediately after Captain Philips is another movie set and the fanart remained stuck on Captain Philips. Scroll past that and all good again.

Similarly when scrollling left, it used to get stuck on Where Eagles Dare artwork. After I did the above (removed Captain America set), it sticks on the next movie along which also happens to be a movie set and then all good after that.

To summarise the story is now:

Scrolling right
Fanart good->Captain Philips->fanart good->Carry on Collection->Fanart sticks->Charlies Angels->Fanart good

Fanart good->Watchmen->Fanart good->When we were Kings set->fanart sticks->Where Eagles Dare->>Fanart good

Scrolling left
Fanart good->Where Eagles Dare->fanart good->When we were Kings set->Fanart sticks->Watchmen->Fanart good

--------------------------------------------------------------

2) Next issue : Disable Fanart and the fanart sticks on the current Home Screen background fanart

-----------------------------------------------------------------

3) Bizzare issue - Now if i go into a Movie Set the fanart sticks (seemingly at the Home Screen background fanart). Select a movie to go into Info screen and all ok. Same with TV Shows btw.

-------------------------------------------

4) Another unrelated issue : The Latest Movies widget doesn't hide watched movies anymore.

--------------------------------------------------------------

The logs only have the following exceptions:

11:08:22 T:2164 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.ValueError'>
Error Contents: Expecting ',' delimiter: line 233 column 15 (char 7189)
Traceback (most recent call last):
File "C:\Users\xxxAppData\Roaming\Kodi\addons\service.xbmc.versioncheck\service.py", line 104, in <module>
Main()
File "C:\Users\xxx\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\service.py", line 43, in __init__
oldversion, version_installed, version_available, version_stable = _versioncheck()
File "C:\Users\xxx\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\service.py", line 52, in _versioncheck
versionlist = get_versionfilelist()
File "C:\Users\xxx\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\lib\jsoninterface.py", line 52, in get_versionfilelist
version_query = jsoninterface.loads(version_query)
File "C:\Program Files (x86)\Kodi\system\python\Lib\json\__init__.py", line 338, in loads
return _default_decoder.decode(s)
File "C:\Program Files (x86)\Kodi\system\python\Lib\json\decoder.py", line 366, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Program Files (x86)\Kodi\system\python\Lib\json\decoder.py", line 382, in raw_decode
obj, end = self.scan_once(s, idx)
ValueError: Expecting ',' delimiter: line 233 column 15 (char 7189)
-->End of Python script error report<--
11:08:22 T:3064 NOTICE: [plugin.video.youtube] Running: YouTube (5.1.6) on Helix (14.1) with Python 2.7.8


RE: Titan MediaBrowser skin - ipguy - 2015-06-21

I'm very impressed with this skin, I just love it

Not sure what's possible so I thought I'd ask

I wanted to use the same weather add-on as its on the mimic skin, is that possible?


RE: Titan MediaBrowser skin - User 224999 - 2015-06-21

(2015-06-21, 12:45)ipguy Wrote: I'm very impressed with this skin, I just love it

Not sure what's possible so I thought I'd ask

I wanted to use the same weather add-on as its on the mimic skin, is that possible?

You can use any weather addon you'd like. Note that in the skin settings there's a toggle to use a basic weather screen or a more advanced. Note that the more advanced screen is meant to be used with a weather addon that supports the extended info, such as openweathermap


RE: Titan MediaBrowser skin - ipguy - 2015-06-22

(2015-06-21, 16:43)marcelveldt Wrote:
(2015-06-21, 12:45)ipguy Wrote: I'm very impressed with this skin, I just love it

Not sure what's possible so I thought I'd ask

I wanted to use the same weather add-on as its on the mimic skin, is that possible?

You can use any weather addon you'd like. Note that in the skin settings there's a toggle to use a basic weather screen or a more advanced. Note that the more advanced screen is meant to be used with a weather addon that supports the extended info, such as openweathermap
I'm using the one I want now, it just looks completing different in titan as opposed to mimic


RE: Titan MediaBrowser skin - drhill - 2015-06-22

I was using the stable version on my three Nvidia Shield boxes and had everything tweaked how I (think I) wanted Titan configured. But I noticed that shutdown takes a very long time. At least 10 seconds and sometimes longer. I switched over to the beta version and the first time I shut down it was only two second. After that shutdown was 10 seconds again, but I noticed the first shutdown that widgets were not working for whatever reason and they were subsequently. The only addons I'm running is Keymap editor, NextUp, Yahoo Weather, Emby, and Titan. Here is the log I noticed that the titanskin.helpers gets requested to be killed after 5 seconds on every shutdown.

Code:
18:44:29 T:1682239616   DEBUG: Keyboard: scancode: 0x17, sym: 0x000d, unicode: 0x0000, modifier: 0x0
18:44:29 T:1682239616   DEBUG: bool CInputManager::OnKey(const CKey&): return (0xf00d) pressed, action is Select
18:44:29 T:1682239616   DEBUG: CAnnouncementManager - Announcement: OnQuit from xbmc
18:44:29 T:1682239616   DEBUG: GOT ANNOUNCEMENT, type: 8, from xbmc, message OnQuit
18:44:29 T:1682239616  NOTICE: Storing total System Uptime
18:44:29 T:1682239616  NOTICE: Saving settings
18:44:29 T:1682239616  NOTICE: stop all
18:44:29 T:18446744071614189184   DEBUG: Thread JobWorker 18446744071614189184 terminating (autodelete)
18:44:29 T:18446744071614188544   DEBUG: Thread JobWorker 18446744071614188544 terminating (autodelete)
18:44:29 T:18446744071611310848   DEBUG: Thread JobWorker 18446744071611310848 terminating (autodelete)
18:44:29 T:18446744071612465920   DEBUG: Thread JobWorker 18446744071612465920 terminating (autodelete)
18:44:29 T:1682239616  NOTICE: stop player
18:44:29 T:1682239616    INFO: stopping PVRManager
18:44:29 T:1682239616   DEBUG: void CNetwork::NetworkMessage(CNetwork::EMESSAGE, int) - Signaling network services to stop
18:44:29 T:1682239616   DEBUG: void CNetwork::NetworkMessage(CNetwork::EMESSAGE, int) - Waiting for network services to stop
18:44:29 T:1682239616  NOTICE: stopping upnp
18:44:29 T:1682239616  NOTICE: Webserver: Stopping...
18:44:29 T:1682239616  NOTICE: WebServer: Stopped the webserver
18:44:29 T:1682239616  NOTICE: Webserver: Stopped...
18:44:29 T:2063906560   DEBUG: Thread PeripBusUSB 2063906560 terminating
18:44:29 T:1682239616  NOTICE: stop sap announcement listener
18:44:29 T:1682239616  NOTICE: clean cached files!
18:44:29 T:1682239616  NOTICE: unload skin
18:44:29 T:1682239616    INFO: Unloading old skin ...
18:44:29 T:1682239616   DEBUG: ------ Window Deinit (Home.xml) ------
18:44:29 T:1682239616   DEBUG: ------ Window Deinit (Custom_Overlay.xml) ------
18:44:29 T:1682239616 WARNING: void CGUITextureManager::Cleanup(): Having to cleanup texture diffuse/panel.png
18:44:29 T:1682239616 WARNING: void CGUITextureManager::Cleanup(): Having to cleanup texture dialogs/default/separator.png
18:44:29 T:1682239616   DEBUG: void CTextureBundleXBT::Cleanup() - Closed bundle
18:44:29 T:1682239616   DEBUG: Infobool 'listitem.isplaying' still used by 10 instances
18:44:29 T:1682239616   DEBUG: Infobool 'container(6).scrolling' still used by 2 instances
18:44:29 T:1682239616   DEBUG: Infobool 'container(6).onscrollnext' still used by 2 instances
18:44:29 T:1682239616   DEBUG: Infobool 'container(6).onscrollprevious' still used by 2 instances
18:44:29 T:1682239616   DEBUG: Infobool '![container(6).scrolling | container(6).onscrollnext | container(6).onscrollprevious]' still used by 17 instances
18:44:29 T:1682239616   DEBUG: Infobool 'control.hasfocus(6)' still used by 6 instances
18:44:29 T:1682239616   DEBUG: Infobool '!control.hasfocus(6)' still used by 5 instances
18:44:29 T:1682239616   DEBUG: Infobool 'listitem.isplaying' still used by 7 instances
18:44:29 T:1682239616   DEBUG: ADDON: Stopping service addons.
18:44:29 T:18446744071612455040  NOTICE: StorageServer-2.5.4 Closed down
18:44:29 T:18446744071612455040    INFO: CPythonInvoker(9, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.common.plugin.cache/default.py): script successfully run
18:44:29 T:1682239616   DEBUG: CPythonInvoker(9, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.common.plugin.cache/default.py): script termination took 105ms
18:44:29 T:18446744071612455040    INFO: Python script interrupted by user
18:44:29 T:2108984960 WARNING: void CGUITextureManager::ReleaseTexture(const string&, bool): Unable to release texture dialogs/default/separator.png
18:44:29 T:2108984960 WARNING: Previous line repeats 1 times.
18:44:29 T:2108984960 WARNING: void CGUITextureManager::ReleaseTexture(const string&, bool): Unable to release texture diffuse/panel.png
18:44:29 T:2108984960 WARNING: void CGUITextureManager::ReleaseTexture(const string&, bool): Unable to release texture dialogs/default/separator.png
18:44:29 T:2108984960 WARNING: Previous line repeats 4 times.
18:44:29 T:2108984960 WARNING: void CGUITextureManager::ReleaseTexture(const string&, bool): Unable to release texture diffuse/panel.png
18:44:29 T:2108984960 WARNING: void CGUITextureManager::ReleaseTexture(const string&, bool): Unable to release texture dialogs/default/separator.png
18:44:29 T:2108984960 WARNING: Previous line repeats 1 times.
18:44:29 T:2108984960 WARNING: void CGUITextureManager::ReleaseTexture(const string&, bool): Unable to release texture diffuse/panel.png
18:44:29 T:2108984960    INFO: CPythonInvoker(18, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.titanskin.helpers/default.py): script successfully run
18:44:29 T:2108984960    INFO: Python script stopped
18:44:29 T:18446744071642604288 WARNING: void CGUITextureManager::ReleaseTexture(const string&, bool): Unable to release texture dialogs/default/separator.png
18:44:29 T:18446744071642604288 WARNING: void CGUITextureManager::ReleaseTexture(const string&, bool): Unable to release texture diffuse/panel.png
18:44:29 T:18446744071642604288 WARNING: void CGUITextureManager::ReleaseTexture(const string&, bool): Unable to release texture dialogs/default/separator.png
18:44:29 T:18446744071642604288 WARNING: Previous line repeats 4 times.
18:44:29 T:18446744071642604288    INFO: CPythonInvoker(19, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.titanskin.helpers/default.py): script successfully run
18:44:29 T:18446744071642604288    INFO: Python script stopped
18:44:30 T:18446744071584272256  NOTICE: NEXTUP SERVICE NOTIFICATION Service -> ======== STOP NEXTUP SERVICE NOTIFICATION ========
18:44:30 T:18446744071584272256    INFO: CPythonInvoker(1, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/service.nextup.notification/service.py): script successfully run
18:44:30 T:1682239616   DEBUG: CPythonInvoker(1, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/service.nextup.notification/service.py): script termination took 616ms
18:44:30 T:18446744071584272256 WARNING: CPythonInvoker(1, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/service.nextup.notification/service.py): the python script "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/service.nextup.notification/service.py" has left several classes in memory that we couldn't clean up. The classes include: N9XBMCAddon9xbmcaddon5AddonE,N9XBMCAddon9xbmcaddon5AddonE,N9XBMCAddon4xbmc6PlayerE
18:44:30 T:18446744071584272256    INFO: Python script interrupted by user
18:44:30 T:18446744071584274176    INFO: CPythonInvoker(2, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.grab.fanart/service.py): script successfully run
18:44:30 T:1682239616   DEBUG: CPythonInvoker(2, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.grab.fanart/service.py): script termination took 7ms
18:44:30 T:18446744071584274176    INFO: Python script interrupted by user
18:44:30 T:18446744071584272896   DEBUG: Library Data Provider: service version 0.0.9 stopped
18:44:30 T:18446744071584272896    INFO: CPythonInvoker(3, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/service.library.data.provider/service.py): script successfully run
18:44:30 T:1682239616   DEBUG: CPythonInvoker(3, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/service.library.data.provider/service.py): script termination took 76ms
18:44:30 T:18446744071584272896 WARNING: CPythonInvoker(3, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/service.library.data.provider/service.py): the python script "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/service.library.data.provider/service.py" has left several classes in memory that we couldn't clean up. The classes include: N14PythonBindings30XBMCAddon_xbmc_Player_DirectorE,N9XBMCAddon7xbmcgui6WindowE,N14PythonBindings31XBMCAddon_xbmc_Monitor_DirectorE
18:44:30 T:18446744071584272896    INFO: Python script interrupted by user
18:44:30 T:18446744071653788928  NOTICE: EMBY UserClient -> |---- UserClient Stopped ----|
18:44:30 T:18446744071584274816  NOTICE: EMBY Service -> ======== STOP EMBY ========
18:44:30 T:18446744071584274816    INFO: CPythonInvoker(4, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.emby/service.py): script successfully run
18:44:30 T:18446744071584274816    INFO: CPythonInvoker(4, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.emby/service.py): waiting on thread 18446744071612448000
18:44:30 T:1682239616   DEBUG: CPythonInvoker(4, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.emby/service.py): script termination took 109ms
18:44:30 T:18446744071584274816 WARNING: CPythonInvoker(4, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.emby/service.py): the python script "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.emby/service.py" has left several classes in memory that we couldn't clean up. The classes include: N9XBMCAddon9xbmcaddon5AddonE,N14PythonBindings31XBMCAddon_xbmc_Monitor_DirectorE,N9XBMCAddon9xbmcaddon5AddonE,N9XBMCAddon9xbmcaddon5AddonE,N9XBMCAddon9xbmcaddon5AddonE,N9XBMCAddon9xbmcaddon5AddonE,N14PythonBindings31XBMCAddon_xbmc_Monitor_DirectorE,N9XBMCAddon7xbmcgui6WindowE,N9XBMCAddon7xbmcgui6WindowE,N9XBMCAddon7xbmcgui6WindowE,N9XBMCAddon9xbmcaddon5AddonE,N9XBMCAddon4xbmc6PlayerE,N9XBMCAddon7xbmcgui6WindowE,N9XBMCAddon7xbmcgui6WindowE,N9XBMCAddon9xbmcaddon5AddonE,N9XBMCAddon9xbmcaddon5AddonE
18:44:30 T:18446744071584274816    INFO: Python script interrupted by user
18:44:30 T:18446744071584275456  NOTICE: TITANSKIN DEBUG --> shutdown requested !
18:44:30 T:18446744071584275456  NOTICE: titan helper version 1.7.19 stopped
18:44:30 T:18446744071584275456    INFO: CPythonInvoker(5, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.titanskin.helpers/service.py): script successfully run
18:44:30 T:18446744071584275456    INFO: CPythonInvoker(5, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.titanskin.helpers/service.py): waiting on thread 18446744071625174400
18:44:30 T:18446744071584275456    INFO: CPythonInvoker(5, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.titanskin.helpers/service.py): waiting on thread 18446744071625168640
18:44:35 T:1682239616   ERROR: CPythonInvoker(5, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.titanskin.helpers/service.py): script didn't stop in 5 seconds - let's kill it
18:44:35 T:18446744071584272256   DEBUG: Thread LanguageInvoker 18446744071584272256 terminating
18:44:35 T:2108984960   DEBUG: Thread LanguageInvoker 2108984960 terminating
18:44:35 T:18446744071584274176   DEBUG: Thread LanguageInvoker 18446744071584274176 terminating
18:44:35 T:18446744071642604288   DEBUG: Thread LanguageInvoker 18446744071642604288 terminating
18:44:35 T:18446744071584272896   DEBUG: Thread LanguageInvoker 18446744071584272896 terminating
18:44:35 T:18446744071612455040   DEBUG: Thread LanguageInvoker 18446744071612455040 terminating
18:44:35 T:18446744071584274816   DEBUG: Thread LanguageInvoker 18446744071584274816 terminating
18:44:51 T:18446744071584275456 WARNING: CPythonInvoker(5, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.titanskin.helpers/service.py): the python script "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.titanskin.helpers/service.py" has left several classes in memory that we couldn't clean up. The classes include: N9XBMCAddon7xbmcgui6WindowE
18:44:51 T:18446744071584275456    INFO: Python script interrupted by user
18:44:51 T:18446744071584275456   DEBUG: Thread LanguageInvoker 18446744071584275456 terminating
18:44:51 T:18446744071584279936  NOTICE: [Artist Slideshow] script stopped
18:44:51 T:18446744071584279936    INFO: CPythonInvoker(6, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.artistslideshow/default.py): script successfully run
18:44:51 T:1682239616   DEBUG: CPythonInvoker(6, /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.artistslideshow/default.py): script termination took 30ms
18:44:51 T:18446744071584279936    INFO: Python script interrupted by user
18:44:51 T:18446744071584279936   DEBUG: Thread LanguageInvoker 18446744071584279936 terminating
18:44:51 T:1682239616   DEBUG: GUI Shader - Destroying Shader : 0x42faedc0
18:44:51 T:1121099904   DEBUG: Thread ActiveAE 1121099904 terminating
18:44:51 T:1682242176   DEBUG: Thread AESink 1682242176 terminating
18:44:51 T:1682239616  NOTICE: stopped
18:44:51 T:1682239616  NOTICE: destroy
18:44:51 T:1682239616    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x7b0b19c0 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
18:44:51 T:1682239616    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 0x7b094b00 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
18:44:51 T:1682239616  NOTICE: closing down remote control service
18:44:51 T:1682239616  NOTICE: unload sections
18:44:51 T:1682239616  NOTICE: special://profile/ is mapped to: special://masterprofile/
18:44:51 T:1682239616   DEBUG: object 0 --> 0 instances
18:44:51 T:1682239616   DEBUG: object 1 --> 0 instances
18:44:51 T:1682239616   DEBUG: object 2 --> 0 instances
18:44:51 T:1682239616   DEBUG: object 3 --> 0 instances
18:44:51 T:1682239616   DEBUG: object 4 --> 0 instances
18:44:51 T:1682239616   DEBUG: object 5 --> 0 instances
18:44:51 T:1682239616   DEBUG: object 6 --> 0 instances
18:44:51 T:1682239616   DEBUG: object 7 --> 0 instances
18:44:51 T:1682239616   DEBUG: object 8 --> 0 instances
18:44:51 T:1682239616   DEBUG: object 9 --> 0 instances
18:44:51 T:1682239616   DEBUG: SECTION:UnloadAll(DLL: libcpluff-arm.so)
18:44:51 T:1682239616   DEBUG: Unloading: /libcpluff-arm.so
18:44:51 T:1682239616   DEBUG: SECTION:UnloadAll(DLL: libcurl.so)
18:44:51 T:1682239616   DEBUG: Unloading: /libcurl.so
18:44:51 T:1682239616   DEBUG: SECTION:UnloadAll(DLL: libImageLib-arm.so)
18:44:51 T:1682239616   DEBUG: Unloading: /libImageLib-arm.so
18:44:51 T:1682239616  NOTICE: destroy
18:44:51 T:1682239616 WARNING: Attempted to remove window 10013 from the window manager when it didn't exist
18:44:51 T:1682239616 WARNING: Attempted to remove window 10014 from the window manager when it didn't exist
18:44:51 T:1682239616 WARNING: Attempted to remove window 10015 from the window manager when it didn't exist
18:44:51 T:1682239616 WARNING: Attempted to remove window 10016 from the window manager when it didn't exist
18:44:51 T:1682239616 WARNING: Attempted to remove window 10017 from the window manager when it didn't exist
18:44:51 T:1682239616 WARNING: Attempted to remove window 10018 from the window manager when it didn't exist
18:44:51 T:1682239616 WARNING: Attempted to remove window 10019 from the window manager when it didn't exist
18:44:51 T:1682239616 WARNING: Attempted to remove window 10021 from the window manager when it didn't exist
18:44:51 T:1682239616 WARNING: Attempted to remove window 10107 from the window manager when it didn't exist
18:44:51 T:1682239616 WARNING: Attempted to remove window 10115 from the window manager when it didn't exist
18:44:51 T:1682239616 WARNING: Attempted to remove window 10104 from the window manager when it didn't exist
18:44:51 T:1682239616  NOTICE: closing down remote control service
18:44:51 T:1682239616  NOTICE: unload sections
18:44:51 T:1682239616   DEBUG: object 0 --> 0 instances
18:44:51 T:1682239616   DEBUG: object 1 --> 0 instances
18:44:51 T:1682239616   DEBUG: object 2 --> 0 instances
18:44:51 T:1682239616   DEBUG: object 3 --> 0 instances
18:44:51 T:1682239616   DEBUG: object 4 --> 0 instances
18:44:51 T:1682239616   DEBUG: object 5 --> 0 instances
18:44:51 T:1682239616   DEBUG: object 6 --> 0 instances
18:44:51 T:1682239616   DEBUG: object 7 --> 0 instances
18:44:51 T:1682239616   DEBUG: object 8 --> 0 instances
18:44:51 T:1682239616   DEBUG: object 9 --> 0 instances
18:44:51 T:1682239616  NOTICE: application stopped...
18:44:52 T:1121097984   DEBUG: PVRManager - destroyed



RE: Titan MediaBrowser skin - Morphy99 - 2015-06-22

Hi Marcel, been quiet on here as been happy with the skin Smile The last few days though I can't access the homescreen widgets, I press up and nothing happens. I'm on 3.3.0, sorry if this has already been mentioned, only had time to quickly scan a few pages


RE: Titan MediaBrowser skin - User 224999 - 2015-06-23

(2015-06-22, 23:15)Morphy99 Wrote: Hi Marcel, been quiet on here as been happy with the skin Smile The last few days though I can't access the homescreen widgets, I press up and nothing happens. I'm on 3.3.0, sorry if this has already been mentioned, only had time to quickly scan a few pages

I think that will happen if you have the beta repo installed too... I have done a major rewrite of the skin's helper service but now it's incompatible with the stable version.

If you still want to use the stable version, please remove the beta repo, uninstall the skin and helper script and reinstall it from official Kodirepo.

OR switch to the beta version temporary untill I have submitted all recent updates to the official Kodi repo.


RE: Titan MediaBrowser skin - User 224999 - 2015-06-23

(2015-06-22, 14:14)ipguy Wrote: I'm using the one I want now, it just looks completing different in titan as opposed to mimic

Uhm, maybe because Mimic and Titan are different skins ?


RE: Titan MediaBrowser skin - User 224999 - 2015-06-23

(2015-06-22, 14:24)drhill Wrote: I was using the stable version on my three Nvidia Shield boxes and had everything tweaked how I (think I) wanted Titan configured. But I noticed that shutdown takes a very long time. At least 10 seconds and sometimes longer. I switched over to the beta version and the first time I shut down it was only two second. After that shutdown was 10 seconds again, but I noticed the first shutdown that widgets were not working for whatever reason and they were subsequently. The only addons I'm running is Keymap editor, NextUp, Yahoo Weather, Emby, and Titan. Here is the log I noticed that the titanskin.helpers gets requested to be killed after 5 seconds on every shutdown.

Hmm strange because I coded it to immediately stop all processing. In fact, looking at your log you can see it was shutdown in a second:

PHP Code:
18:44:30 T:18446744071584275456  NOTICETITANSKIN DEBUG --> shutdown requested !
 
18:44:30 T:18446744071584275456  NOTICEtitan helper version 1.7.19 stopped 

It's only that it looks like it loads again after the shutdown. I will do some test and let you know.

EDIT: I found the problem, will fix it and provide new beta tonight.


RE: Titan MediaBrowser skin - drhill - 2015-06-23

Cool.

Also, it would seem "disable the power menu on home" doesn't actually disable the power menu on home. ?


RE: Titan MediaBrowser skin - ipguy - 2015-06-23

(2015-06-23, 09:59)marcelveldt Wrote:
(2015-06-22, 14:14)ipguy Wrote: I'm using the one I want now, it just looks completing different in titan as opposed to mimic

Uhm, maybe because Mimic and Titan are different skins ?
Umm thanks

What I was asking was how do I use the weather widget from mimic in titan (if at all possible)


RE: Titan MediaBrowser skin - User 224999 - 2015-06-23

(2015-06-23, 13:01)drhill Wrote: Cool.



Also, it would seem "disable the power menu on home" doesn't actually disable the power menu on home. ?

That should be fixed in the current beta.


RE: Titan MediaBrowser skin - Tennyten - 2015-06-24

Movies and TV shows have been replaying same Movie or Episode after ending in version 26 even with Nextup Service disabled. Not sure if there's a new setting i'm missing.

Also Spotlight + Submenus are breaking down in the enhanced menu until you hover over another tile each time you exit content.