Posts: 279
Joined: Jan 2019
Reputation:
6
spl147
Senior Member
Posts: 279
Yes the info panel, thank you
Posts: 279
Joined: Jan 2019
Reputation:
6
spl147
Senior Member
Posts: 279
looks like you are using ListItem.Label to populate the season,episode numbers. but where are they being called from? im trying to change the formatting
Posts: 951
Joined: Apr 2010
Reputation:
400
_BJ1
Posting Freak
Posts: 951
2022-07-31, 21:11
(This post was last modified: 2022-07-31, 21:13 by _BJ1.)
In Infopanel you have to change $INFO[ListItem.Label]
against $VAR[SeasonPrefixVar]$INFO[ListItem.Season,,.]$VAR[EpisodePrefixVar]$INFO[ListItem.Episode,,: ]$INFO[ListItem.Title]
in Line 57 and 68 of MyVideoNav.xml. But be aware that you may add additional visible conditions for that because the content of ListItem.Label could change to everything else.
Posts: 279
Joined: Jan 2019
Reputation:
6
spl147
Senior Member
Posts: 279
where is the control for the right panel season, episode labels?
Posts: 951
Joined: Apr 2010
Reputation:
400
_BJ1
Posting Freak
Posts: 951
You'll find them all in the includes linked in the post above.
Posts: 279
Joined: Jan 2019
Reputation:
6
spl147
Senior Member
Posts: 279
can you tell me where the controls for the title and year on the osd when a movie is paused are?
Posts: 951
Joined: Apr 2010
Reputation:
400
_BJ1
Posting Freak
Posts: 951
This is an include named "OSDwithInfo". You'll find it in Includes.xml.
Posts: 279
Joined: Jan 2019
Reputation:
6
spl147
Senior Member
Posts: 279
so i gotta say, i really like this skin, it is what estuary should be out of the box!
i have forked this skin and made some of my own mods. im trying to stay current with your branch as well as not breaking my changes.
is it possible for you to tag your releases so i can better track your changes to merge with my fork?
i am going to create a doc with all my changes