cant return to dvd menu in aeon stark
#1
trying to return to the dvd menu of a dvd in aeon stark

it was a video_ts folder converted to an .iso

i can play the movie, but while i am playing the movie i cant return to the dvd menu, i press M and bring up controls, i hit enter on the dvd button but that just brings up loads of different options, but nothing for returning to the dvd menu

is there anything i can do to return to the dvd menu?
Reply
#2
What options does it bring up exactly?
Reply
#3
/facepalm

As I said in IRC, either the skin doesn't support it, or you're pressing the wrong button. I'm not sure what old Aeon Stark looked like, but it should be one of the buttons in the player controls think that's popping up. If it isn't in your preferred skin you can bind a key to it using the ShowVideoMenu action.
Reply
#4
Hitcher Wrote:What options does it bring up exactly?

Image
Reply
#5
Try installing the black mod that has a stop button.


I can only guess you are using an Apple TV.
Reply
#6
using windows
Reply
#7
What happens if you press x?
Reply
#8
That was a bug.

Upgrade to Auriga and check your VideoOSD.xml contains this -
Code:
        <control type="button" id="8">
            <include>Objects_OSDButton</include>
            <onclick>XBMC.PlayerControl(ShowVideoMenu)</onclick>
            <visible>VideoPlayer.HasMenu</visible>            
        </control>        
        <control type="button" id="9">
            <include>Objects_OSDButton</include>
            <onclick>XBMC.ActivateWindow(124)</onclick>        
        </control>
The second button fixes the Playlist bug as well.
Reply
#9
any point in upgrading? does it only fix 2 things?

should i just wait for the final release?
Reply
#10
The final release will maybe never come so update to the latest auriga or a mod and use the lastest svn of xbmc.
Reply
#11
And it does alot more then fix 2 problems. It's not a new skin, but it has alot more to it. I'm not exactly using it. I use Andyblac's MOD on one TV and Hitcher's on another. Blacks got a nice MOD also that you can look at. I'm not sure how well they work with .iso as I convert most of my movies to help save HD space.
Reply
#12
just going to keep what i have got, for now

a work around is just pressing X and select the movie and select start from the beginning and that will take you to the dvd menu, dont watch many dvds so i will just keep xbmc like it is at the moment

thank you for all the help
Reply
#13
Hitcher Wrote:That was a bug.

Upgrade to Auriga and check your VideoOSD.xml contains this -
Code:
        <control type="button" id="8">
            <include>Objects_OSDButton</include>
            <onclick>XBMC.PlayerControl(ShowVideoMenu)</onclick>
            <visible>VideoPlayer.HasMenu</visible>            
        </control>        
        <control type="button" id="9">
            <include>Objects_OSDButton</include>
            <onclick>XBMC.ActivateWindow(124)</onclick>        
        </control>
The second button fixes the Playlist bug as well.

i put that in the old videoosd.xml and it works now, i will upgrade skin and xbmc another day:p
Reply

Logout Mark Read Team Forum Stats Members Help
cant return to dvd menu in aeon stark0