1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
|
<tweak name = "SQL table scrubber">
<script>twk_scrub_sql.pl</script>
<description>Scrubs the sections of mythconverg that KnoppMyth controls, preparing for the Tweaks below.</description>
<options>
<option name = "scrub">
<description>Everyone should run this, or some the Tweaks below may fail.</description>
<recommendationlevel>recommended</recommendationlevel>
</option>
</options>
</tweak>
<tweak name = "Audio">
<script>twk_audio.pl</script>
<description>Configures MythTV, xine, and mplayer to output audio the way you want.</description>
<options>
<option name = "analogstereo">
<description>Suitable for output to headphones, amplified speakers, or analog inputs on a receiver.</description>
<recommendationlevel>recommended</recommendationlevel>
</option>
<option name = "analogsurround">
<description>Suitable for direct output to multiple individual speakers.</description>
</option>
<option name = "digital">
<description>The best option if your hardware supports it. Sends audio directly to a reciever to be processed.</description>
</option>
</options>
</tweak>
<tweak name = "CPU">
<script>twk_cpu.pl</script>
<description>Configures MythTV to use CPU-appropriate features and themes.</description>
<options>
<option name = "low">
<description>Uses the least amount of CPU but enables the fewest extra options.</description>
</option>
<option name = "medium">
<description>Uses a moderate amount of CPU and enables typical extra options.</description>
</option>
<option name = "high">
<description>Uses the most amount of CPU of the above options but enables the most extra options.</description>
</option>
</options>
</tweak>
<tweak name = "RAM">
<script>twk_RAM.pl</script>
<description>Configures MythTV to use the right-sized RAM cache for various options.</description>
<options>
<option name = "low">
<description>Uses the least amount of RAM but may cause buffering delays.</description>
</option>
<option name = "medium">
<description>Uses a moderate amount of RAM as a tradeoff between buffering and RAM usage.</description>
</option>
<option name = "high">
<description>Uses the most amount of RAM to reduce buffering and improve performance.</description>
</option>
</options>
</tweak>
<tweak name = "graphics">
<script>twk_graphics.pl</script>
<description>Configures MythTV to use graphical options that are appropriate for your video card.</description>
<options>
<option name = "low">
<description>Puts little stress on the video card.</description>
</option>
<option name = "medium">
<description>Puts the video card to work a bit and enables some eye candy.</description>
</option>
<option name = "high">
<description>Puts the video card hardest to work and enables more eye candy.</description>
</option>
</options>
</tweak>
<tweak name = "localization">
<script>twk_localization.pl</script>
<description>Configures the system to use your native language, system of measurements, etc.</description>
<options>
<option name = "US_English">
<description>This is for most North Americans. Any units seen are in imperial units, such as Fahrenheit, pounds, feet, etc.</description>
</option>
<option name = "GB_English">
<description>This is for most UK residents. Any units seen are in metric, such as Celsius, kilograms, meters, etc.</description>
</option>
</options>
</tweak>
<tweak name = "Tuner Configuration">
<script>twk_tuners.pl</script>
<description>Recommended for everyone.</description>
<options>
<option name = "all">
<description>Detects and auto-configures many tuner devices.</description>
<recommendationlevel>recommended</recommendationlevel>
</option>
</options>
</tweak>
<tweak name = "KnoppMyth Customizations">
<script>twk_general.pl</script>
<description>Recommended for everyone.</description>
<options>
<option name = "all">
<description>Changes made to the MythTV and KnoppMyth baseline settings for integration and functionality.</description>
<recommendationlevel>recommended</recommendationlevel>
</option>
</options>
</tweak>
<tweak name = "SQL table protecter">
<script>twk_scrub_sql.pl</script>
<description>Protects the sections of mythconverg that KnoppMyth controls, keeping our changes separate from user-made changes.</description>
<options>
<option name = "protect">
<description>Everyone should run this, or user-made changes might get clobbered.</description>
<recommendationlevel>recommended</recommendationlevel>
</option>
</options>
</tweak>
|