summaryrefslogtreecommitdiffstats
path: root/abs/core/tweaker/tcf/focus.tcf
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-09-26 01:57:08 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-09-26 01:57:08 (GMT)
commit7b29169fff9e7c624890c5edffe85def8a293136 (patch)
tree47753889faa3a2063b66d1c7e7681e703eb1b39a /abs/core/tweaker/tcf/focus.tcf
parentc491dea779dac29afff3578bf8245943817c2339 (diff)
downloadlinhes_pkgbuild-7b29169fff9e7c624890c5edffe85def8a293136.zip
linhes_pkgbuild-7b29169fff9e7c624890c5edffe85def8a293136.tar.gz
linhes_pkgbuild-7b29169fff9e7c624890c5edffe85def8a293136.tar.bz2
LinHES 6.01.00
Diffstat (limited to 'abs/core/tweaker/tcf/focus.tcf')
-rw-r--r--abs/core/tweaker/tcf/focus.tcf113
1 files changed, 113 insertions, 0 deletions
diff --git a/abs/core/tweaker/tcf/focus.tcf b/abs/core/tweaker/tcf/focus.tcf
new file mode 100644
index 0000000..353662c
--- /dev/null
+++ b/abs/core/tweaker/tcf/focus.tcf
@@ -0,0 +1,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>