summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/tweaker/bin/twk_misc.pl
blob: 96771a6a210661306177e34319b6e0c90c722667 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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;