# Location to draw the channel number into
str ChannelNumberRect=420,20,160,90
# Size of the channel number font
int ChannelNumberFontSize=50

# Background image for the box that shows up on channel change, should be
# sized to fit 640x480
str InfoBackground=channelinfo.png
# Position, if the y coord is 0, it'll be on the bottom of the screen
str InfoPosition=0,-1
# Where the major info text (program title) can be drawn.
str InfoTitleTextBox=10,60,630,35
# Where the minor infor text (subtitle and description) can be drawn inside.
str InfoTextBox=10,90,630,135
# The font size of the text, if this isn't here, the default is 16.
int InfoTextFontSize=18

# optional settings
# Position (relative to the info box upper left) where the channel icon is 
# displayed
str InfoIconPosition=15,10
# Position (relative to the info box upper left) where the 5 letter call sign
# is displayed
str InfoCallSignRect=55,15,95,45
# Position (relative to the info box upper left) where the time is displayed
#str InfoTimeRect=55,15,115,45
# Format of the time display 
# (see http://doc.trolltech.com/3.0/qtime.html#toString)
str InfoTimeFormat=h:mm ap

# Make the OSD fade away when it's gone or not?
int FadeAwayFrames=30

# If this next setting exists, display a dialog when the video is paused.
# This pixmap should also be sized to fit a 640x480 screen.
str SeekBackground=pause.png
# Positioning of the dialog, the -1 in the y means put it on the bottom of
# the screen
str SeekPosition=0,-1
# Location of a place to put a short status message, such as 'Paused'
# optional
str SeekStatusRect=10,15,150,45
# Location of the slider bar to draw.  If this exists, the next setting must
# also
str SeekSliderRect=175,12,445,45
# Image to use for the fill slider bar.  Only the first column is used.
str SeekSliderNormal=slider-normal.png
# Rectangular area to center the pause status text within.  If this doesn't 
# exist, the SeekSliderRect is used.
str SeekSliderTextRect=175,12,445,45
# Image used to show position on the slider bar.
# str SeekSliderPosition=slider-position.png
# Size of the font that's displayed over the slider bar for status messages.
# Not shown if this setting is not present.
int SeekSliderFontSize=14

str EditSliderRect=50,-1,600,65
str EditSliderNormal=slider-normal.png
str EditSliderDelete=slider-red.png
str EditSliderPosition=position-indicator.png
int EditSliderYOffset=-12
str EditSliderLeftArrow=cut-end.png
str EditSliderRightArrow=cut-start.png

# Location to draw the settings text into
str SettingsRect=168,24,350,32
# Size of the settings font
int SettingsFontSize=24
