summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakxtv
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-02-27 15:56:09 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-02-27 15:56:09 +0000
commitea40dca063f8cd32d967f344cc849aec7006155e (patch)
treedb9a436cd1a0b99caa4c204bdee684394ab00c96 /perl-install/standalone/drakxtv
parent1630734c2fe83912edcc9f635530ecc76e531047 (diff)
downloaddrakx-backup-do-not-use-ea40dca063f8cd32d967f344cc849aec7006155e.tar
drakx-backup-do-not-use-ea40dca063f8cd32d967f344cc849aec7006155e.tar.gz
drakx-backup-do-not-use-ea40dca063f8cd32d967f344cc849aec7006155e.tar.bz2
drakx-backup-do-not-use-ea40dca063f8cd32d967f344cc849aec7006155e.tar.xz
drakx-backup-do-not-use-ea40dca063f8cd32d967f344cc849aec7006155e.zip
- simplify an ACTION||fallback;fallback into ACTION;fallback
- print a message saying that xawtv can be used now at the end of the channels auto-probing in case of direct use from cl and not from XawTV wrapper (from qa test) aka let the world be better :-)
Diffstat (limited to 'perl-install/standalone/drakxtv')
-rwxr-xr-xperl-install/standalone/drakxtv5
1 files changed, 4 insertions, 1 deletions
diff --git a/perl-install/standalone/drakxtv b/perl-install/standalone/drakxtv
index 7662d9689..8474e2187 100755
--- a/perl-install/standalone/drakxtv
+++ b/perl-install/standalone/drakxtv
@@ -63,9 +63,10 @@ sub scan4channels {
system( (($use_X ) ?
"xvt -T '"._("Scanning for TV channels")." ...' -e ":"")
. "scantv -n $norm -f $ftable_id -o ~/.xawtv".(($use_X )?"":" &>~/tmp/scantv.log"));
+ print "Now, you can run xawtv !\n";
$in->exit(0);
},
- ) or $in->exit(0);
+ );
$in->exit(0);
}
@@ -73,6 +74,7 @@ sub scan4channels {
scan4channels('interactive'->vnew())
if grep { $_->{media_type} eq 'MULTIMEDIA_VIDEO' } detect_devices::probeall(1);
+
# TODO :
# - offer to sort channels after
# - try to figure out country from locale ?
@@ -80,3 +82,4 @@ scan4channels('interactive'->vnew())
# - use Video-Capture-V4l-0.221 ?
# - reput kwintv and test it ? => still buggy it seems ...
# - configure kwintv and zapping ? => they've already wizards :-(
+# - check than scantv is there