MyTV - Straight to fullscreen from home (1 Viewer)

Eeyore

Portal Pro
April 2, 2006
260
4
Newcastle, Australia
Home Country
Is there any way to get from the homescreen to fullscreen TV in a single click?

My wife doesnt like how when you click on My TV, you then need to arrow over to the TV window then click again to get full screen
 

Eeyore

Portal Pro
April 2, 2006
260
4
Newcastle, Australia
Home Country
thanks, that good for boot up in the morning when the wife turns on the TV, but what about when she finished watching a movie or listening to the radio. this doesnt help.

I would be happy if we could atleast get the tv window to have default focus, then all that is needed is two ENTER selections from the remote, which she can live with
PS. being a programming idiot, i tried to modify the mytvhome.xml and added <focus>true</focus> to the tv window, but it didnt work. then tried moving it to the top of the wml file, still no luck..

any change we can get this change done?
 

dickerhund

Portal Member
April 16, 2006
32
1
Home Country
Germany Germany
The flag <focus>true</focus> does not exist AFAIK.

Try this: In third line

Code:
<window>
	<id>1</id>
	<defaultcontrol>2</defaultcontrol>

change to:

Code:
<window>
	<id>1</id>
	<defaultcontrol>99</defaultcontrol>

8)
Benjamin
 

Users who are viewing this thread

Similar threads

Sorry, I didn't get email notifications on these latest replies. I just came here to report I solved the problem after adjusting power settings for "Intel Graphics". I set it to Maximum Performance. I tried many other things so it could be a combination of them, but this was the last thing I did and I haven't had the problem return...
Sorry, I didn't get email notifications on these latest replies. I just came here to report I solved the problem after adjusting...
I'm running MP1 as a client only on this: https://www.amazon.com/dp/B0DZX5DWS5?ref_=pe_123509780_1038749300_t_fed_asin_title&th=1...
Replies
5
Views
2K
I don't know about MP2 but as you said you tried MP1 too, how is the MP music config ? MP(1) will only use LAV if you select "Internal DirectShow player" as music output, but then you lose gapless playback. If you you don't have multichannel music you can choose WASAPI as the output and set the number of speakers to stereo. I have...
I don't know about MP2 but as you said you tried MP1 too, how is the MP music config ? MP(1) will only use LAV if you select...
Not sure if this a a bug/config/settings problem. I am running a media portal 2.5 server with 2.41 client but it seems I get the...
Replies
1
Views
656
Reading through your code, I can see it's more than a couple steps above my paygrade. :cry:
Reading through your code, I can see it's more than a couple steps above my paygrade. :cry:
I used to run the TVService under the "NT Service\TVService" account to follow least privileges principal (not exposing my whole...
Replies
3
Views
2K
I haven't tested it. I use MP1, but sometimes I try to help with MP2 :).
I haven't tested it. I use MP1, but sometimes I try to help with MP2 :).
This happened immediately after my Windows 11 x64 monthly update for November. The update included also cumulative update to .NET...
Replies
9
Views
2K
It is present, but not with that name. It is called Scheduler, viz: Interesting. I had never noticed that when the "command" is "ACTION", the "cmdproperty" is the actual window id, but it makes sense that it is. Try this for yourself. First backup your working profile for the remote, then in the "Mapping" panel make a change to...
It is present, but not with that name. It is called Scheduler, viz: Interesting. I had never noticed that when the "command" is...
I would like to be able to go directly to the Scheduled recordings window without having to first go to the home menu. I saw this...
Replies
1
Views
2K
Top Bottom