Kodi Community Forum
Return to Home View from Library not properly working - 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: reFocus (https://forum.kodi.tv/forumdisplay.php?fid=72)
+----- Thread: Return to Home View from Library not properly working (/showthread.php?tid=96866)



Return to Home View from Library not properly working - otcho - 2011-03-14

Hello,

i'm using the reFocus skin for some time now and as much i enjoy using it, one thing is bugging me since.
When i want to return the home screen from any library-view (music, video, pictures) via the back-arrow of my remote, i end up in the screen where genres, actors, etc. are listed. While "direct-return" to home screen works in any other skin, i wonder why it's not working in reFocus.
I hope someone can tell me, how to fix this.

Best regards,
otcho


- Jeroen - 2011-03-14

it's working properly as it's intended that way. discussed and reasons given on many occasions.


- otcho - 2011-03-14

Okay, sorry. Must have missed that discussion Wink


- Jeroen - 2011-03-14

I understand as you're new to the forums, didn't mean to come across too hard.

Explanation in here: http://forum.xbmc.org/showthread.php?tid=78347

pointer to change this yourself:

In HomeSubmenu.xml, add the return parameter to the <onlick> action.

So for example:

<onclick>ActivateWindow(MyVideoLibrary,movietitles, return)</onclick>


- otcho - 2011-03-14

Thanks for the hint Jeroen!