Can't access Player Controls when playing music in Aeon Nox 5
#16
(2016-10-03, 21:22)mikeSiLVO Wrote:
(2016-10-03, 21:12)piratefilmco Wrote: Thanks, I am not sure about 1. I use all the buttons on my remote while watching. 2. I tried and couldn't get the code to work. 3. would probably be the easiest way to go. I like the sidebar option the most. I've spent so much time already modding and tweaking I haven't spent anytime watching TV LOL, and yes I have more to do...
For 1 you can use longpress which gives you double the buttons. Like holding Left could skip or FF, basically anything you think would work during playback.

What did you try to do? If you tell me the steps or post the complete file I can take a look at what may have gone wrong. Adding a fullscreen button in MyMusicNav and MyVideoNav should be pretty straightforward and you can use my example below:
Code:
<control type="button" id="6122">
    <description>Enable fullscreen</description>
    <include>ButtonCommonValues</include>
    <label>$LOCALIZE[244]</label>
    <onclick>ClearProperty(MediaMenu,Home)</onclick>
    <onclick>fullscreen</onclick>
    <visible>Player.HasMedia</visible>
</control>
Where abouts in MyMusicNav do i add this, i added it at the top and restarted but nothing changed, cheers.
Reply

Logout Mark Read Team Forum Stats Members Help
Can't access Player Controls when playing music in Aeon Nox 50