summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/tweaker/bin/twk_misc.pl
diff options
context:
space:
mode:
authorBob Igo <bob@stormlogic.com>2009-01-17 17:53:44 (GMT)
committerBob Igo <bob@stormlogic.com>2009-01-17 17:53:44 (GMT)
commit18b8c17f24b9cd6d9600b212cbd615deb69fe500 (patch)
treece8b68a2277d4d81706c9f71832540a91361919e /abs/core-testing/tweaker/bin/twk_misc.pl
parente2f581d7a980085e0078e01f1a38886ab88127ec (diff)
downloadlinhes_pkgbuild-18b8c17f24b9cd6d9600b212cbd615deb69fe500.zip
linhes_pkgbuild-18b8c17f24b9cd6d9600b212cbd615deb69fe500.tar.gz
linhes_pkgbuild-18b8c17f24b9cd6d9600b212cbd615deb69fe500.tar.bz2
Expanded Tweaker tar file into individual files, and adjusted installation process to reflect this. Further integration will be required before this is ready for R6.
Diffstat (limited to 'abs/core-testing/tweaker/bin/twk_misc.pl')
-rwxr-xr-xabs/core-testing/tweaker/bin/twk_misc.pl13
1 files changed, 13 insertions, 0 deletions
diff --git a/abs/core-testing/tweaker/bin/twk_misc.pl b/abs/core-testing/tweaker/bin/twk_misc.pl
new file mode 100755
index 0000000..96771a6
--- /dev/null
+++ b/abs/core-testing/tweaker/bin/twk_misc.pl
@@ -0,0 +1,13 @@
+# Placeholder for tweaks not yet implemented
+
+# Screen size / viewing distance
+change_or_make_setting('chanPerPage', '4') || exit -1;
+change_or_make_setting('timePerPage', '3') || exit -1;
+
+# Disk space / sound quality / compatibility
+change_or_make_setting('DefaultRipQuality', '2') || exit -1;
+change_or_make_setting('Mp3UseVBR', '1') || exit -1;
+
+# Localization / tuner type
+# N. America
+change_or_make_setting('VbiFormat', 'NTSC Closed Caption') || exit -1;