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

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
811
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
Thanks for your reply. In my configuration this setting is set to "no". To avoid misunderstandings, the MP window size changes on screen resolution changes, MP always fulfills the whole screen. Also, the home screen buttons size is adjusted. Only the font size is not adjusted to the new screen resolution.
Thanks for your reply. In my configuration this setting is set to "no". To avoid misunderstandings, the MP window size changes on...
I use two monitors - a large display for TV and video watching and a small display for music playback, to get the current track...
Replies
2
Views
979
I have all of my media on a NAS. I guess it might just be a network issue, then.
I have all of my media on a NAS. I guess it might just be a network issue, then.
Whenever I go into the back end for Moving Pictures, it almost immediately hangs on the Movie Importer tab. If I want to go into...
Replies
4
Views
1K
And this is the follow-up thread, which includes log files: PiP audio problem
And this is the follow-up thread, which includes log files: PiP audio problem
I just updated from 2.4. Update did not conserve my channels or epg plug-in or anything, looks like, which of course was a...
Replies
5
Views
1K
Top Bottom