show bigger text in Listview? (1 Viewer)

Cazz

Portal Pro
May 30, 2008
146
1
Home Country
Sweden Sweden
Is it possible to get bigger text to the listview.
It is a little hard to read the title of the movie, speciel if I have some nice background of a movie.
 

ZealotSix

Portal Pro
August 18, 2008
181
69
Home Country
United States of America United States of America
The font size is controlled in the skin. If you're comfortable editing your skin files, I can point you to the right place. If not, you can switch skins, or decrease your display resolution. What skin do you use?
 

Cazz

Portal Pro
May 30, 2008
146
1
Home Country
Sweden Sweden
The font size is controlled in the skin. If you're comfortable editing your skin files, I can point you to the right place. If not, you can switch skins, or decrease your display resolution. What skin do you use?

Just show me and I fallow you where ever you go :D
 

ZealotSix

Portal Pro
August 18, 2008
181
69
Home Country
United States of America United States of America
Well it's different for different skins, but for example, in Blue3Wide, there's a file called movingpicturs.facade.xml. Go in there, and find the xml element that has a type of "listcontrol'. within that control element add <font>fontName</font>
where "fontName" is one of the fonts listed in the file called fonts.xml. (if a font element already exists, just modify it, no need to add a second one)

For example:
Code:
      <control>
        <visible>Control.IsVisible(50)</visible>
        <description>Movie List</description>
        <type>listcontrol</type>
        <id>50</id>
        <onleft>2</onleft>
        <onright>2</onright>
        <posX>786</posX>
        <posY>252</posY>
        <height>490</height>
        <textXOff>-30</textXOff>
        <IconXOff>1980</IconXOff>        
        <spinPosX>1549</spinPosX>
        <spinPosY>690</spinPosY>
        <spinAlign>Right</spinAlign>
        <spinColor>ff006698</spinColor>
        <spinCanFocus>no</spinCanFocus>
        [B][COLOR="Red"]<font>font60</font>[/COLOR][/B]
      </control>

If you don't like any of the fonts in fonts.xml, create a new one by using the similar structure that you see in that file.
 

Cazz

Portal Pro
May 30, 2008
146
1
Home Country
Sweden Sweden
Very strange, I use the basic Blue3 as skin and when I add
<font>font60</font> the text is toooooo big but when I change to <font>font40</font> or even <font>font80</font> the text is so small I can almost not
read it at all.

it only work with <font>font60</font> and that is too big

Code:
    <control>
        <description>Movie List</description>
        <type>listcontrol</type>
        <id>50</id>
        <posX>10</posX>
        <posY>90</posY>
        <width>300</width>
        <height>390</height>
        <onright>5</onright>
        <spinPosX>#spin.xposition</spinPosX>
        <spinPosY>#spin.yposition</spinPosY>
        <spinWidth>#spin.width</spinWidth>
        <spinHeight>#spin.height</spinHeight>
        <spinAlign>left</spinAlign>
        <scrollOffset>1</scrollOffset>
        <textureUp>MovingPictures\page_up_nofocus.png</textureUp>
        <textureDown>MovingPictures\page_down_nofocus.png</textureDown>
        <textureUpFocus>MovingPictures\page_up_focus.png</textureUpFocus>
        <textureDownFocus>MovingPictures\page_down_focus.png</textureDownFocus>
        <textureFocus>MovingPictures\menu_focus.png</textureFocus>
        <textureNoFocus>dialog_button_nofocus.png</textureNoFocus>
        <textXOff>-20</textXOff>
        <textXOff2>450</textXOff2>
        <IconXOff>1400</IconXOff>
        <textcolor>ffffff</textcolor>
        <font>font60/font>
      </control>
 

ZealotSix

Portal Pro
August 18, 2008
181
69
Home Country
United States of America United States of America
You will need to go into the fonts.xml file and find a font that works for you. Or create a new font element in that file by copying another font and changing the name / font size.

Edit: also in the code you pasted, you are missing an angle bracket. It should read <font>font60</font>
 

Users who are viewing this thread

Similar threads

For music you may use --> https://www.team-mediaportal.de/erweiterungen/musik/global-search With GlobalSearch you can search for any entry in your music database: Artist, Album, Title, Lyrics... I'm afraid there is no such plugin :unsure:
For music you may use --> https://www.team-mediaportal.de/erweiterungen/musik/global-search With GlobalSearch you can search for...
HI, I'm new to MediaPortal and have a question about searching for data. I have an extensive collection of music, films, and TV...
Replies
1
Views
753
I've updated dlls in first post. Fixes: Summary / Overview was always empty Collections were not filtered to official ones Studios were not populated Fallback to english tagline didn't work Score / Popularity now empty instead of dummy rating and unknown popularity numbers Also I've tried to compile plugin against MP 1.34 x64 and...
I've updated dlls in first post. Fixes: Summary / Overview was always empty Collections were not filtered to official ones Studios...
Hi! TheTVDB.com has movies in their API now. API itself looks ok now so I decided to add TVDB to Moving Pictures. Check it if you...
Replies
2
Views
935
Nice finding! (y)(y)(y) Adapted to new DWHD and PVHD ;) Position is in front of category bar ;)
Nice finding! (y)(y)(y) Adapted to new DWHD and PVHD ;) Position is in front of category bar ;)
This thread is intended for skin authors, plus those advanced users who have learnt skin programming and have customised the skins...
Replies
1
Views
804
My problem is that I would like to switch from Kodi to Mediaportal. In Kodi, putting an Extras folder in the same folder as the movie automatically manages all the extras on the Bluray, so my library is organized in this way. Moving everything would be a very long job (I have more than 2800 movies), plus I would lose the Extras...
My problem is that I would like to switch from Kodi to Mediaportal. In Kodi, putting an Extras folder in the same folder as the...
Hello, is it possible to exclude some folders from the Moving Pictures scan? My movies are organized in separate folders...
Replies
4
Views
1K
Pushed to Github https :// github.com / MPExtended / Skins / commit / 541cd57a89b85e1971d0a6086e3dc650cb9ab60f
Pushed to Github https :// github.com / MPExtended / Skins / commit / 541cd57a89b85e1971d0a6086e3dc650cb9ab60f
Hi there I've recently tried to get the Bootstrap 0.7.255 skins working in a new WebMediaPortal environment but ran into several...
Replies
6
Views
1K
Top Bottom