summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/tweaker/tcf/focus.tcf
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-10-23 18:17:40 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-10-23 18:19:39 (GMT)
commitadbcf19958300e9b6598990184c8815b945ba0ee (patch)
treef4283c850ac0ac202c17e78a637ee7ca8147621b /abs/core-testing/tweaker/tcf/focus.tcf
parent61a68250df10d29b624650948484898334ff22d0 (diff)
downloadlinhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/core-testing/tweaker/tcf/focus.tcf')
-rw-r--r--abs/core-testing/tweaker/tcf/focus.tcf113
1 files changed, 0 insertions, 113 deletions
diff --git a/abs/core-testing/tweaker/tcf/focus.tcf b/abs/core-testing/tweaker/tcf/focus.tcf
deleted file mode 100644
index 353662c..0000000
--- a/abs/core-testing/tweaker/tcf/focus.tcf
+++ /dev/null
@@ -1,113 +0,0 @@
-<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>