Do you mean the group menu symbols in the top? You can change the images by placing new images with the same file name in "images" folder of Bluevision.thats for the location of MediaPortal.UiComponents.BlueVision.Settings.MenuSettings.xml.
can i also ask where is the file to change the menu.home icon rollovers?
Go to the Image folder of the skin. You can find the symbols. Their filename corresponds to the guid-ID which is used in the code.or is there a plugin or editor that can tell me what xml,xaml file has loaded when is mp2?[DOUBLEPOST=1437290903][/DOUBLEPOST]yes the group menu symbols, i would like to see code so i can get there names?
The font has capital letters, But the code converts them to small ones, as this is remaining from ApolloOne code. It's easy to change ...And any chance to have a font that contains capital letters too? So we can have "Aufnahmen" instead of "aufnahmen" what simply is wrong.
Hi.
Didn't know if it is a skin or a code thing I'm requesting here but I first try it here. Is it possible to show Series Name, Season Number, Episodes Number and Episodes Title in Multi EPG View instead of displaying Series Name only. Should be the same as in Recordings: As my EPG based on WebGrab++ contains Episodes Numbers and Title the whole information from EPG is shown:
View attachment 167017
And in Multi- EPG there only is this:
View attachment 167018
It really would be great if we can see them here in Multi- EPG view too. Makes planing easier a lot.
<Label x:Name="Program" Grid.Row="0" Grid.Column="3" Scroll="Auto" Margin="5,0,0,0"
Content="{Binding CurrentProgram.Title}"
Color="{ThemeResource EmphasisTextColor}"/>