XBMC Community Forum  

Go Back   XBMC Community Forum > Help and Support > Skin Help and Support > MediaStream

MediaStream Subforum for the MediaStream skin (and mods for/of it).

Reply
 
Thread Tools Search this Thread Display Modes
Old 2008-08-22, 08:27   #1
Jyujinkai
Member
 
Join Date: Jul 2008
Posts: 76
Jyujinkai is on a distinguished road
Default Is there a way tio INCREASE font size in this skin?

Hi there...
I use the XBOX version of XBMC... in the new build "T3CH XBMC 2008-08-19 SVN rev15026" Media Stream was packadged with it.. so i thought i would try it out.

I was totaly blown away.. very cool skins guys thanks for all your work.

Anyway. I like to have teh media info version showing so I can see the TV Show Ep / Movie Description... also very cool for when you got peopel over for a movie night and they do not know wat 1/2 the films you have are about...

The problem is that the FONT is to small to be easy to read...

QUESTION:-
How would i go about increasing teh font size for all text in MediaStream... Mainly - The Media Info Text and the File List / Media Lib Videos Name Lists Texts...

Thanks in advance.
Jyujinkai is offline   Reply With Quote
Old 2008-08-22, 08:42   #2
jmarshall
Team-XBMC Developer
 
Join Date: Oct 2003
Posts: 15,077
jmarshall is on a distinguished road
Default

There's a Bigger Font option, but I believe that only ups the size of the text in the plot textboxes.

See 720p/Font.xml, and add a new set that bump the sizes up a bit more.

Cheers,
Jonathan
__________________
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


jmarshall is offline   Reply With Quote
Old 2008-08-22, 10:04   #3
Jyujinkai
Member
 
Join Date: Jul 2008
Posts: 76
Jyujinkai is on a distinguished road
Default

Quote:
Originally Posted by jmarshall View Post
There's a Bigger Font option, but I believe that only ups the size of the text in the plot textboxes.

See 720p/Font.xml, and add a new set that bump the sizes up a bit more.

Cheers,
Jonathan
I am sorry.. i have no idea on how to do that.
Jyujinkai is offline   Reply With Quote
Old 2008-08-22, 12:33   #4
skunkm0nkee
Team Razorfish
 
skunkm0nkee's Avatar
 
Join Date: Aug 2007
Location: London
Posts: 1,823
skunkm0nkee is on a distinguished road
Default

The next release will include a Massive font but as JMarshall says it doesn't increase the size of all fonts (mostly plots and info text). Once it's out there I'll be checking feedback and will increase the size of other fonts if people want it (can't increase everything carte blanche as it would mess up design positioning etc)
skunkm0nkee is offline   Reply With Quote
Old 2008-08-27, 22:40   #5
chapado
Junior Member
 
Join Date: May 2008
Posts: 9
chapado is on a distinguished road
Default

Quote:
Originally Posted by Jyujinkai View Post
The problem is that the FONT is to small to be easy to read...

QUESTION:-
How would i go about increasing teh font size for all text in MediaStream... Mainly - The Media Info Text and the File List / Media Lib Videos Name Lists Texts...

Thanks in advance.
I have this problem with all skins on my crappy 14" TV, so I made a script that increases all font sizes by X amount. Here is the Font.xml increased by 10pt: http://rapidshare.com/files/14060624..._Font.xml.html

Here's the .exe I made from the Python script if you want to make your own adjustments: http://rapidshare.com/files/14060676...tsize.rar.html

To use it
1) unrar it somewhere (like your desktop)
2) copy "Mediastream\720p\Font.xml" to "Desktop\xfontsize\Font.xml"
3) start -> run -> type cmd.exe -> click ok
4) type "cd Desktop\xfontsize" -> press enter
5) type "xfontsize Font.xml X" where X is the number you want to modify the fontsize by. It can be positive (increases size) or negative (decreases size). Example: xfontsize Font.xml 10 -> this will make all fonts 10pt bigger. xfontsize Font.xml -10 makes all fonts 10pt smaller.

edit: I uploaded this to my hosting
Python script
Rar file with executable

Last edited by chapado; 2009-08-16 at 21:36.
chapado is offline   Reply With Quote
Old 2008-08-28, 07:38   #6
KidKiwi
Fan
 
Join Date: May 2007
Posts: 460
KidKiwi is on a distinguished road
Default

I did what JM said.

I created some custom font settings in the 720p/font.xml file (under skin). For example, in PM3 you have font10, font12, Special12, etc, etc. I created a new font set within the font.xml called font10M, font12M, Special12M - you get the idea (M=mod).

Give this new "M" font set within the font.xml file a bigger size (Some I needed to increase 5 points).

Then scroll through the view xml files and add "M" after all the font instances you want to change (VideoFullScreen.xml for eg (PM3Skin)). Sounds complicated, but once you suss it, it's very easy - especially if I can do it.

Using xbmc_pc on the desktop is a good way to see the result first and it helps to get you familiar with skin things.

The above post sounds interesting though. Have fun.
__________________
[Xbox] Rev 16491
KidKiwi is offline   Reply With Quote
Old 2008-08-28, 07:53   #7
jmarshall
Team-XBMC Developer
 
Join Date: Oct 2003
Posts: 15,077
jmarshall is on a distinguished road
Default

That's actually not quite what I meant, and is in fact going further.

All I suggest for a quick start is duplicating the current fontset (i.e. copy + paste), rename the set (not the fontnames - the set name) then just modify the <size> tags of all the fonts by bumping them up.

Then you just pick that fontset from the GUI and you have bigger fonts. No need to touch anything except font.xml.

Cheers,
Jonathan
__________________
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


jmarshall is offline   Reply With Quote
Old 2008-08-28, 23:59   #8
KidKiwi
Fan
 
Join Date: May 2007
Posts: 460
KidKiwi is on a distinguished road
Default

Quote:
Originally Posted by jmarshall View Post
That's actually not quite what I meant, and is in fact going further.

All I suggest for a quick start is duplicating the current fontset (i.e. copy + paste), rename the set (not the fontnames - the set name) then just modify the <size> tags of all the fonts by bumping them up.

Then you just pick that fontset from the GUI and you have bigger fonts. No need to touch anything except font.xml.

Cheers,
Jonathan
Ohhhh... I'll have to try that as well.
__________________
[Xbox] Rev 16491
KidKiwi is offline   Reply With Quote
Old 2008-11-08, 10:17   #9
Temhil
Skilled Python Coder
 
Temhil's Avatar
 
Join Date: Apr 2008
Location: Canada
Posts: 238
Temhil is on a distinguished road
Default Great soft

Thanks a lot chapado for your soft. It is perfect for people who don't have (yet! ) a HDTV.
__________________

_____________________________
Installer Passion-XBMC: download and install scripts, plugin, skins ans scrapers
TAC.TV / ArtePLUS7 / NABBOX
Temhil is offline   Reply With Quote
Old 2008-12-22, 20:39   #10
Hameed
Junior Member
 
Join Date: Dec 2008
Posts: 10
Hameed is on a distinguished road
Default

I am having the same problem with font size...the default is too small but the +10 points is too big I need one in between probably a +5 or +6 but its a huge pita to do it manually and this link is no longer working...

Quote:
Originally Posted by chapado View Post
Here's the .exe I made from the Python script if you want to make your own adjustments: http://rapidshare.com/files/14060676...tsize.rar.html
Anyone has the script please pretty please?
Hameed is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 15:23.


Protected by Akismet, We recommend WordPress blogs
Copyright © 2008, XBMC Project