version 2 showing authors affecting page license.
.
Rev |
Author |
# |
Line |
1 |
MattBrown |
1 |
A linux TV viewing application, lives at http://tvtime.sourceforge.net/ |
|
|
2 |
|
|
|
3 |
See the TvTunerCards for notes and hints on setting up a tv card under linux, and also how to get your remote control working with TvTime. |
|
|
4 |
|
|
|
5 |
TvTime configuration lives in .tvtime/ in your home directory. An example station list and configuration for Hamilton, NewZealand is below. |
|
|
6 |
|
|
|
7 |
! .tvtime/stationlist.xml |
|
|
8 |
<verbatim> |
|
|
9 |
<?xml version="1.0"?> |
|
|
10 |
<!DOCTYPE stationlist PUBLIC "-//tvtime//DTD stationlist 1.0//EN" "http://tvtime.sourceforge.net/DTD/stationlist1.dtd"> |
|
|
11 |
<stationlist xmlns="http://tvtime.sourceforge.net/DTD/"> |
|
|
12 |
<list norm="PAL" frequencies="newzealand"> |
|
|
13 |
<station name="TV1" active="1" position="1" band="VHF E2-E12" channel="E1" finetune="0" norm="PAL"/> |
|
|
14 |
<station name="TV2" active="1" position="2" band="VHF E2-E12" channel="E4" finetune="0" norm="PAL"/> |
|
|
15 |
<station name="TV3" active="1" position="3" band="VHF E2-E12" channel="E11" finetune="0" norm="PAL"/> |
|
|
16 |
<station name="TV4" active="1" position="4" band="VHF E2-E12" channel="E8" finetune="0" norm="PAL"/> |
|
|
17 |
<station name="Prime" active="1" position="5" band="UHF" channel="U60" finetune="0" norm="PAL"/> |
|
|
18 |
<station name="MaoriTV" active="1" position="6" band="UHF" channel="U44" finetune="0" norm="PAL"/> |
|
|
19 |
</list> |
|
|
20 |
</stationlist> |
|
|
21 |
</verbatim> |
|
|
22 |
|
|
|
23 |
! .tvtime/tvtime.xml |
|
|
24 |
<verbatim> |
|
|
25 |
<?xml version="1.0"?> |
|
|
26 |
<!DOCTYPE tvtime PUBLIC "-//tvtime//DTD tvtime 1.0//EN" "http://tvtime.sourceforge.net/DTD/tvtime1.dtd"> |
|
|
27 |
<tvtime xmlns="http://tvtime.sourceforge.net/DTD/"> |
|
|
28 |
<option name="DefaultBrightness" value="-1"/> |
|
|
29 |
<option name="DefaultContrast" value="-1"/> |
|
|
30 |
<option name="DefaultColour" value="-1"/> |
|
|
31 |
<option name="DefaultHue" value="-1"/> |
|
|
32 |
<option name="Norm" value="PAL"/> |
|
|
33 |
<option name="PrevChannel" value="52"/> |
|
|
34 |
<option name="Channel" value="36"/> |
|
|
35 |
<option name="FramerateMode" value="0"/> |
|
|
36 |
<option name="OverScan" value="3.5"/> |
|
|
37 |
<option name="CheckForSignal" value="1"/> |
|
|
38 |
<option name="V4LInput" value="0"/> |
|
|
39 |
<option name="AudioMode" value="stereo"/> |
|
|
40 |
<option name="Frequencies" value="newzealand"/> |
|
|
41 |
<option name="FullScreen" value="0"/> |
|
|
42 |
</tvtime> |
|
|
43 |
</verbatim> |