* [devel] mplayerTV & scantv
@ 2008-08-27 7:55 Алексей Шенцев
0 siblings, 0 replies; only message in thread
From: Алексей Шенцев @ 2008-08-27 7:55 UTC (permalink / raw)
To: ALT Linux Team development discussions; +Cc: lav, hihin
[-- Attachment #1: Type: text/plain, Size: 1954 bytes --]
Всем привет!
Суть дела такова: в mplayerTV при нажатии кнопки scan вызывает scantv в
терминале и пытается с его помощью создать файл настроек ТВ. В том виде, в
котором mplayerTV вызывает scantv сканирование каналов не происходит, так как
вызов выполняется с неверными параметрами. Это исправляется таким патчем, см.
вложение. Но и после сканирования каналов mplayerTV ругается, что scantv либо
не установлен, либо у пользователя нет прав на его использование. Причина в
том, что mplayerTV ожидает получить в итоге файл конфигурации. В каком виде и
в каком месте он это ожидает увидить я так и не понял, т.к. моих знаний perl
не хватает, точнее у меня их совсем нет. А сам же scantv укладывает
полученные данные в ~/.tv/options & ~/.tv/stations . Вопрос к знатокам
перловки, как mplayerTV сказать, что данные ему нужно брать из
~/.tv/stations ? Ошибка вызова scantv с неверными параметрами из mplayerTV
растёт из неверного man scantv. Правильные параметры можно увидеть в
scantv -h
2 lav@: Виталь, глянь mplayerTV.
2 hihin@: Руслан, надо привести в соответствии man scantv к scantv -h
--
С уважением Шенцев Алексей Владимирович.
E-mail: ashen@nsrz.ru
XMPP: ashen@altlinux.org, AlexShen@jabber.ru
ICQ: 271053845
[-- Attachment #2: mpaleyrTV-scantv-alt.patch --]
[-- Type: text/x-diff, Size: 891 bytes --]
--- mplayerTV.orign 2006-12-31 01:36:01 +0300
+++ mplayerTV 2008-08-26 00:43:15 +0400
@@ -1406,10 +1406,10 @@
$dialog->destroy;
if ($terminal_path =~ /gnome-terminal/) {
# gnome-terminal incompatible with other terminal emulators (-e switch, Bug 152717)
- $prg = "$terminal_path \"-e sh -c '$scantv_path -f $chan_list -n $norm -o $cfg; sleep 2'\"";
+ $prg = "$terminal_path \"-e sh -c '$scantv_path -freqtab $chan_list -tvnorm $norm; sleep 2'\"";
}
else {
- $prg = "$terminal_path -e sh -c '$scantv_path -f $chan_list -n $norm -o $cfg -c $tv_device -C $vbi; sleep 2'";
+ $prg = "$terminal_path -e sh -c '$scantv_path -freqtab $chan_list -tvnorm $norm -video $tv_device -vbi $vbi; sleep 2'";
}
my $mplayer_running = $self->{app}->mplayer_running ($self->{app});
print "chan_list: $chan_list\n" if ($verbose_level >= 2);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-08-27 7:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-27 7:55 [devel] mplayerTV & scantv Алексей Шенцев
ALT Linux Team development discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
public-inbox-index devel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git