From: "Алексей Шенцев" <ashen@nsrz.ru> To: ALT Linux Team development discussions <devel@lists.altlinux.org> Cc: lav@altlinux.ru, hihin@yandex.ru Subject: [devel] mplayerTV & scantv Date: Wed, 27 Aug 2008 11:55:02 +0400 Message-ID: <200808271155.02747.ashen@nsrz.ru> (raw) [-- 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);
reply other threads:[~2008-08-27 7:55 UTC|newest] Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=200808271155.02747.ashen@nsrz.ru \ --to=ashen@nsrz.ru \ --cc=devel@lists.altlinux.org \ --cc=hihin@yandex.ru \ --cc=lav@altlinux.ru \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
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