summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakxtv
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-02-22 12:53:50 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-02-22 12:53:50 +0000
commit5b896b0a59d44493693a07a750e5fd00842247cc (patch)
tree38c6cc1914741cdabcbf6da11f7f95a7bbedb11f /perl-install/standalone/drakxtv
parent105fb30d562a9897bf6ad9930bc063d4bfff7953 (diff)
downloaddrakx-backup-do-not-use-5b896b0a59d44493693a07a750e5fd00842247cc.tar
drakx-backup-do-not-use-5b896b0a59d44493693a07a750e5fd00842247cc.tar.gz
drakx-backup-do-not-use-5b896b0a59d44493693a07a750e5fd00842247cc.tar.bz2
drakx-backup-do-not-use-5b896b0a59d44493693a07a750e5fd00842247cc.tar.xz
drakx-backup-do-not-use-5b896b0a59d44493693a07a750e5fd00842247cc.zip
update TODO list;
explain what is HRC
Diffstat (limited to 'perl-install/standalone/drakxtv')
-rwxr-xr-xperl-install/standalone/drakxtv2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/standalone/drakxtv b/perl-install/standalone/drakxtv
index 0ea4f673e..6fc58eb83 100755
--- a/perl-install/standalone/drakxtv
+++ b/perl-install/standalone/drakxtv
@@ -36,6 +36,7 @@ sub scan4channels {
# this table must be checked on each xawtv release :
my %freqtables =
(_("USA (bcast)") => "us-bcast", _("USA (cable)") => "us-cable", _("USA (cable-hrc)") => "us-cable-hrc", _("Canada (cable)") => "canada-cable",
+# HRC is Harmonically Related Carrier
_("Japan (bcast)") => "japan-bcast", _("Japan (cable)") => "japan-cable", _("China (bcast)") => "china-bcast",
_("West Europe") => "europe-west", _("East Europe") => "europe-east", _("Italy") => "italy", _("Ireland") => "ireland", _("France") => "france",
_("Newzealand") => "newzealand", _("Australia") => "australia",
@@ -77,6 +78,7 @@ sub is_tv {
scan4channels('interactive'->vnew()) if (is_tv);
# TODO :
+# - offer to sort channels after
# - try to figure out country from locale ?
# - try to figure out tv norm from country ?
# - use Video-Capture-V4l-0.221 ?