2023-01-10, 21:29
I will add @TimeZone suggestion to the skin's next version.
(2023-01-11, 05:22)gemini88 Wrote: its still not working and when i was talking about code for the MyVideoNav.xml
xml:
<item>
<label>$INFO[ListItem.Genre]</label>
<label2>$LOCALIZE[515]:</label2>
<visible>!String.IsEmpty(ListItem.Genre) + !String.IsEqual(ListItem.DBTYPE,episode) + !String.IsEqual(ListItem.DBTYPE,set)</visible>
</item>
<item>
<label>$INFO[Window(Home).Property(NextAired.Status)]</label>
<label2>Status:</label2>
<visible>!String.IsEmpty(Window(Home).Property(NextAired.Status) + !String.IsEqual(ListItem.DBTYPE,set) | !String.IsEqual(ListItem.DBTYPE,movie)</visible>
</item>
<item>
<label>$INFO[ListItem.Country]</label>
<label2>$LOCALIZE[574]:</label2>
<visible>!String.IsEmpty(ListItem.Country) + !String.IsEqual(ListItem.DBTYPE,set)</visible>
</item>
(2023-02-05, 10:17)sonofdibnah Wrote: If I move up or down above or below the channels in the list, the side menu appears.
(2023-02-05, 10:17)sonofdibnah Wrote: If I then move right, I get back to the EPG but the navigation keys don't work. I have to exit out of the guide and go back in again in order to use it.
(2023-02-07, 23:51)gemini88 Wrote: @manfeed is there anyway to add shortcuts to the game main menu the skin won't let me is this normal, a bug or by design every other menu I can add a shortcut thoYou're right, I'll have to investigate further, not sure if it's skin related or an issue of the shorcuts script. For the time being you could use one of the other empty menu items (custom1, custom2...) and rename it to 'GAMES', set the action to ActivateWindow(Games) and then you'll be able to add the shortcuts you like.