Quote:
Originally Posted by NewUser Very nice skin. My new favourite. Still looks nice on a non full HD tv. I have one question. It is possible to omit the extra details (file type, actor,ratings) in my-tv series display and move up the episode summary text? So that it doesn't need to scroll anymore? |
Sure, just open the TVSeries.xml in a text editor. And remove the controls you don't need and change the values for height and so on to you're liking.
If you do the changes when MP is running, you need to restart MP to see the changes.
Code:
<control>
<type>textboxscrollup</type>
<description>Description (eplist)</description>
<id>631</id>
<posX>910</posX>
<posY>690</posY>
<width>600</width>
<height>200</height>
<seperator>-----------------------------------------------------------------------------------------------------------------------</seperator>
<font>font12</font>
<visible>!Control.IsVisible(1238)+Control.IsVisible(1235)+!Control.IsVisible(1240)</visible>
<label>#TVSeries.Description</label>
</control>