ALT Linux sysadmins discussion
 help / color / mirror / Atom feed
From: "Alexander Volkov" <alt@vladregion.ru>
To: "ALT Linux sysadmin discuss" <sysadmins@lists.altlinux.org>
Subject: Re: [Sysadmins] moc player
Date: Tue, 03 Jan 2006 14:50:55 +0300
Message-ID: <op.s2swi5fhej70ot@xeon.vladregion.ru> (raw)
In-Reply-To: <43B54B12.6050008@altlinux.ru>

On Fri, 30 Dec 2005 17:58:26 +0300, Ivan Fedorov  wrote:

> Alexander Volkov пишет:
>> Трям.
>> Запробовал я moc для воспроизведения звукового потока по сети - всё
>> классно но иногда рвется, а это критично.
>> Плеер играет в фоне, есть у него позезный ключик -i, по которому
>> выдаётся  первой строкой State: PLAY - когда играет, и State: STOP -
>> когда нет.
>> Есть идея дёргать каждую минуту по хрону, не подскажет кто, как
>> элегантно  парсить эту информацию?
>
> Что-нить вроде этого:
>
> STATE=`moc -i|head -1| awk '{ print $2; }'`
>
сделал так:
#!/bin/sh
status=`mocp -i |grep State`
if [ "$status" = "State: STOP" ]; then
         echo $status "...restarting..."; mocp -p
fi
и по хрону дёргаю каждую минуту.
Н знаю, мож некузяво, но работает...

-- 
Regards, Alexander.


      reply	other threads:[~2006-01-03 11:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-29  5:51 Alexander Volkov
2005-12-30 14:58 ` Ivan Fedorov
2006-01-03 11:50   ` Alexander Volkov [this message]

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=op.s2swi5fhej70ot@xeon.vladregion.ru \
    --to=alt@vladregion.ru \
    --cc=sysadmins@lists.altlinux.org \
    /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 sysadmins discussion

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sysadmins/0 sysadmins/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 sysadmins sysadmins/ http://lore.altlinux.org/sysadmins \
		sysadmins@lists.altlinux.org sysadmins@lists.altlinux.ru sysadmins@lists.altlinux.com
	public-inbox-index sysadmins

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sysadmins


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git