Why no back to home screen from movies/tv series?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
ossman Offline
Junior Member
Posts: 43
Joined: Nov 2009
Reputation: 0
Location: Klockrike, Sweden
Post: #11
There are two files in play here, depending on if you have submenus activated or not. I don't remember the name of the other file, but I think it is called HomeMenu.xml (no "sub").
find quote
ady199 Offline
Fan
Posts: 379
Joined: Jul 2011
Reputation: 0
Post: #12
(2012-06-04 08:08)Galefury Wrote:  Then you are doing something wrong because I just tried it and works as it should. HERE is my file.

Many thanks for your reply - I have just tried your file and i'm afraid this still isn't working. Is this because I run XBMC on a ATV 2?

Thanks in advance

[Image: widget]
find quote
Galefury Offline
Fan
Posts: 315
Joined: Dec 2009
Reputation: 8
Location: Bucharest, EU
Post: #13
That's because you don't use any submenus and thus you have to modify other file.

XWMM - a complete, web based, cross platform, media manager
reFocus - Simply the best
find quote
g.scholtens Offline
Senior Member
Posts: 205
Joined: Apr 2012
Reputation: 0
Post: #14
(2012-06-04 08:08)Galefury Wrote:  Then you are doing something wrong because I just tried it and works as it should. HERE is my file.

Got a custom home menu, but wil try your xml file en add it to my file. Wil post the result later this week
find quote
Galefury Offline
Fan
Posts: 315
Joined: Dec 2009
Reputation: 8
Location: Bucharest, EU
Post: #15
Those who disabled the submenus for movies and tvshows need to modify another file: HomeSubMenu.xml. Go to line 429 and modify it to look like this
Code:
<onclick>ActivateWindow(videolibrary,movietitles,return)</onclick>
and then go to line 494 and modify it to look like this
Code:
<onclick>ActivateWindow(videolibrary,tvshowtitles,return)</onclick>
. Tested on 0.9.5. It may work on GIT version too.

XWMM - a complete, web based, cross platform, media manager
reFocus - Simply the best
(This post was last modified: 2012-06-06 13:19 by Galefury.)
find quote
T800 Offline
Posting Freak
Posts: 801
Joined: Jan 2011
Reputation: 5
Post: #16
Doesn't 'Esc' take you back to the main menu?

Living Room i3 • W7 Ultimate x64 • 120GB SSD • HD 7750 • 2x TBS8922 tuners • Aeon Nox 4.0
Bedroom A6 3500 • W7 Ultimate x64 • 40GB SSD • HD 6550 • Aeon Nox 4.0
Servers unRAID server for Movies (22TB) • unRAID server for TV Shows/Music (11TB)
HTPC http://forum.xbmc.org/showthread.php?tid=99831
unRAID Server http://forum.xbmc.org/showthread.php?tid=106786
find quote
g.scholtens Offline
Senior Member
Posts: 205
Joined: Apr 2012
Reputation: 0
Post: #17
ESC on the keyboard yes, but back on the remote doesn't have the same function.
find quote
T800 Offline
Posting Freak
Posts: 801
Joined: Jan 2011
Reputation: 5
Post: #18
I have 'Esc' mapped to my menu button so I can get right back to the main menu.

Living Room i3 • W7 Ultimate x64 • 120GB SSD • HD 7750 • 2x TBS8922 tuners • Aeon Nox 4.0
Bedroom A6 3500 • W7 Ultimate x64 • 40GB SSD • HD 6550 • Aeon Nox 4.0
Servers unRAID server for Movies (22TB) • unRAID server for TV Shows/Music (11TB)
HTPC http://forum.xbmc.org/showthread.php?tid=99831
unRAID Server http://forum.xbmc.org/showthread.php?tid=106786
find quote
lockdown571 Offline
Member
Posts: 85
Joined: Apr 2011
Reputation: 0
Post: #19
(2012-06-06 09:55)Galefury Wrote:  Those who disabled the submenus for movies and tvshows need to modify another file: HomeSubMenu.xml. Go to line 429 and modify it to look like this
Code:
<onclick>ActivateWindow(videolibrary,movietitles,return)</onclick>
and then go to line 494 and modify it to look like this
Code:
<onclick>ActivateWindow(videolibrary,tvshowtitles,return)</onclick>
. Tested on 0.9.5. It may work on GIT version too.

I'm confused, aren't these the same directions from you post #6? What is the additional file? I followed these directions and it didn't work.
(This post was last modified: 2012-07-11 20:11 by lockdown571.)
find quote
lockdown571 Offline
Member
Posts: 85
Joined: Apr 2011
Reputation: 0
Post: #20
Okay I got it. I had to make the same change in the HomeMenu.xml.
find quote