Kodi Community Forum

Full Version: Return to Home View from Library not properly working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
it's working properly as it's intended that way. discussed and reasons given on many occasions.
Okay, sorry. Must have missed that discussion Wink
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>
Thanks for the hint Jeroen!