View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 32 posts ] 
Go to page Previous  1, 2, 3  Next

Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject:
PostPosted: Thu Jul 15, 2004 5:57 am 
Offline
Joined: Tue Apr 13, 2004 6:51 pm
Posts: 890
Location: Groton, MA
tjc wrote:
Ah... basic misconception. .... Try the third or fourth page under setup->tv->playback.


perfect, thanx

_________________
R5F1 - Dell P4 2.4Ghz 500MB - PVR250 x 2 - GeForce FX 5200 - Onboard sound/NIC 80GB ATA/250GB ATA/400GB SATA


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jul 16, 2004 8:36 am 
Offline
Joined: Tue Jun 15, 2004 2:16 am
Posts: 51
Location: Germany
I really like this theme. It's great.

But does anyone know whether the channlel numers in the upper left corner are part of the OSD or belong somewhere else? The digits are a bit flimsy and I would like to have them a bit bolder. Many channels have their logo in that corner, which makes the number hard to read.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jul 16, 2004 9:16 am 
Offline
Joined: Tue Apr 13, 2004 6:51 pm
Posts: 890
Location: Groton, MA
I agree, I like the bigger channel numbers of the defalut osd

I see some 'channel font' settings in the osd.xml file. maybe those are tweekable.

Code:
  <font name="channelfont">
    <color>255</color>
    <size>20</size>
    <size:small>16</size:small>
    <shadow>2,2</shadow>
  </font>

...

  <container name="channel_number">
    <textarea name="callsign">
       <area>20,20,200,27</area>
       <font>channelfont</font>
       <value>%CALLSIGN% - %CHANNUM%</value>
    </textarea>
  </container>


_________________
R5F1 - Dell P4 2.4Ghz 500MB - PVR250 x 2 - GeForce FX 5200 - Onboard sound/NIC 80GB ATA/250GB ATA/400GB SATA


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jul 16, 2004 10:07 am 
Offline
Joined: Thu Apr 01, 2004 10:44 am
Posts: 677
Location: WA
I am away from my box till tonight.. if tweaking the font works could someone give some feedback to the forum? :)


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jul 16, 2004 1:35 pm 
Offline
Joined: Fri Apr 02, 2004 10:08 am
Posts: 1637
Location: Virginia, USA
Yes, you can definitely change the font. I read this on the mythtv-user mailing list, I think.

Edit the osd.xml file in the isthmus folder (make a copy first)

Find the <font name="channelfont"> section. I changed <size> from 20 to 36 and <size:small> from 16 to 24. I also added <shadow>2,2</shadow>


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jul 17, 2004 1:55 pm 
Offline
Joined: Wed Jul 07, 2004 1:22 am
Posts: 52
Location: Chicago, IL
I tried changing the font size and now it cuts off on the bottom of the channel listing and occasionally the right side. Why is this happening to me?


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jul 17, 2004 8:31 pm 
Offline
Joined: Tue Apr 13, 2004 6:51 pm
Posts: 890
Location: Groton, MA
the channel display is in a 'contaner' on the osd. It was originally sized to fit the small font.

In the same file, search for channel_number container (line 65). you will see an area defined, this is the area on the screen. I increased the 4th number to 35. This seems to work for my adjust fonts of 32/24

Code:
<area>20,20,200,35</area>

_________________
R5F1 - Dell P4 2.4Ghz 500MB - PVR250 x 2 - GeForce FX 5200 - Onboard sound/NIC 80GB ATA/250GB ATA/400GB SATA


Top
 Profile  
 
PostPosted: Mon Jul 26, 2004 2:34 am 
Offline
Joined: Mon Jul 26, 2004 2:21 am
Posts: 18
Hi
I was not aware that my OSD was mentioned on this forum and I would like to thank you all for the fantastic feedback I got from you. I made this OSD simply because I thought that perhaps I could improve it somehow. Anyway, thanks and I will continue working on it.

Gerhard


gr8nash wrote:
http://www.aldorf.no/mythtv/

Follow the direction of the page to install it..
Its really just copying the files to the right location and choosing that OSD in the setting>tv>playback

IMHO it is a huge step up from the stock myth theme. :D


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jul 28, 2004 7:30 am 
Offline
Joined: Tue Jun 15, 2004 2:16 am
Posts: 51
Location: Germany
krusher was absolutely right. The OSD looks even better now!


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jul 28, 2004 5:22 pm 
Offline
Joined: Tue Mar 02, 2004 8:44 am
Posts: 12
Location: Jutrijp, The Netherlands
how do I get it to fade faster?


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jul 28, 2004 5:34 pm 
Offline
Joined: Thu Apr 01, 2004 10:44 am
Posts: 677
Location: WA
its under setup > Tv settings > (and i think) playback.. there is an option for how long the OSD stays before dissapearing.


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jul 16, 2005 10:13 am 
Offline
Joined: Sat May 14, 2005 12:25 am
Posts: 51
Location: Portland, Oregon
This is a nice OSD display. Wow, I just realized this thread is a year old. Ok, so it's not a brand new OSD anymore....

The installation is really simple. To avoid your permissions problems, untar the file with the orginal permissions using the p switch.

Move the isthmus.tar file to your /usr/share/mythtv/themes directory and untar

Code:
# tar xpvf isthmus.tar


This creates the right subdirectory with all the correct permissions.


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jul 16, 2005 10:31 am 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
robert.pdx wrote:
Move the isthmus.tar file to your /usr/share/mythtv/themes directory and untar

Code:
# tar xpvf isthmus.tar

Unix note... No need to move the tar file just cd to the directory and use the full path to refer to the tar file. Lets say you xfer and archive stuff like this in root's home directory. The sequence then becomes:
Code:
cd /usr/share/mythtv/themes
tar xpvf /root/isthmus.tar

This avoids leaving clutter in the themes directory...


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jul 16, 2005 10:35 am 
Offline
Joined: Sat May 14, 2005 12:25 am
Posts: 51
Location: Portland, Oregon
even better...


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jul 16, 2005 4:53 pm 
Offline
Joined: Wed Dec 03, 2003 9:46 pm
Posts: 102
Location: Provo, UT
Sorry this is a bit off topic but does anyone know of a theme that displays the current time in the menus?

_________________
----------------------------------
Knoppmyth R5A15.1
WinTV-Radio-401
AMD XP 2000+, 256 DDR 2100
ASROCK K7VM2
GF2 440MX with TV-OUT Connected to TV
160 GB Hard Drive
Sound Blaster Live!


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 32 posts ] 
Go to page Previous  1, 2, 3  Next



All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 36 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu