I would like to change the View_55_WideList view so that the entries are displayed from top to bottom and are not cut off by the black bars, especially at the bottom. I have made the following changes to the View_50_List.xml file and achieved the desired result - but I can't figure out the View_55_WideList.xml file (my intention was to display the number of episodes watched and the total number of episodes in a series). Here is the change to the View_50_List.xml file:
Code
<control type="label">
<left>20</left>
<right>20</right>
<top>0</top>
<bottom>0</bottom>
<align>right</align>
<aligny>center</aligny>
<font>font12</font>
<!-- label>$INFO[ListItem.Property(WatchedEpisodes)]$INFO[ListItem.Property(TotalEpisodes), / ,]</label -->
<label>$VAR[ListLabel2Var]</label>
<textcolor>grey</textcolor>
<shadowcolor>text_shadow</shadowcolor>
<visible>Container.Content(movies) | Container.Content(sets) | Container.Content(seasons) | Container.Content(games) | Window.IsActive(videoplaylist) | Window.IsActive(musicplaylist)</visible>
</control>
<control type="label">
<left>20</left>
<right>20</right>
<top>0</top>
<bottom>0</bottom>
<align>right</align>
<aligny>center</aligny>
<font>font12</font>
<label>$INFO[ListItem.Property(WatchedEpisodes)]$INFO[ListItem.Property(TotalEpisodes), / ,]</label>
<!-- label>$VAR[ListLabel2Var]</label -->
<textcolor>grey</textcolor>
<shadowcolor>text_shadow</shadowcolor>
<visible>Container.Content(tvshows)</visible>
</control>
Display More
Can anyone tell me where I can find the file that is responsible for changing the opacity?