From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Cary Lewis Newsgroups: gmane.comp.audio.sox.devel Subject: extracting artist, track, etc. from internet stream Date: Sat, 14 Nov 2015 15:00:39 -0500 Message-ID: Reply-To: sox-devel@lists.sourceforge.net NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3307881548041573807==" X-Trace: ger.gmane.org 1447531267 22210 80.91.229.3 (14 Nov 2015 20:01:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 14 Nov 2015 20:01:07 +0000 (UTC) To: sox-devel@lists.sourceforge.net Original-X-From: sox-devel-bounces@lists.sourceforge.net Sat Nov 14 21:00:55 2015 Return-path: Envelope-to: gcasd-sox-devel@m.gmane.org Received-SPF: pass (sog-mx-3.v43.ch3.sourceforge.com: domain of gmail.com designates 74.125.82.51 as permitted sender) client-ip=74.125.82.51; envelope-from=cary.lewis@gmail.com; helo=mail-wm0-f51.google.com; X-Received: by 10.28.143.144 with SMTP id r138mr11281535wmd.100.1447531239639; Sat, 14 Nov 2015 12:00:39 -0800 (PST) X-Spam-Score: -0.6 (/) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. -1.5 SPF_CHECK_PASS SPF reports sender host as permitted sender for sender-domain 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (cary.lewis[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record 1.0 HTML_MESSAGE BODY: HTML included in message -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature X-Headers-End: 1Zxh09-000404-MK X-BeenThere: sox-devel@lists.sourceforge.net X-Mailman-Version: 2.1.9 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: sox-devel-bounces@lists.sourceforge.net Xref: news.gmane.org gmane.comp.audio.sox.devel:438 Archived-At: Received: from lists.sourceforge.net ([216.34.181.88]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Zxh0H-0005nz-RV for gcasd-sox-devel@m.gmane.org; Sat, 14 Nov 2015 21:00:54 +0100 Received: from localhost ([127.0.0.1] helo=sfs-ml-3.v29.ch3.sourceforge.com) by sfs-ml-3.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1Zxh0E-0007o6-75; Sat, 14 Nov 2015 20:00:50 +0000 Received: from sog-mx-3.v43.ch3.sourceforge.com ([172.29.43.193] helo=mx.sourceforge.net) by sfs-ml-3.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1Zxh0D-0007o1-7L for sox-devel@lists.sourceforge.net; Sat, 14 Nov 2015 20:00:49 +0000 Received: from mail-wm0-f51.google.com ([74.125.82.51]) by sog-mx-3.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128) (Exim 4.76) id 1Zxh09-000404-MK for sox-devel@lists.sourceforge.net; Sat, 14 Nov 2015 20:00:49 +0000 Received: by wmvv187 with SMTP id v187so125323876wmv.1 for ; Sat, 14 Nov 2015 12:00:39 -0800 (PST) Received: by 10.27.227.85 with HTTP; Sat, 14 Nov 2015 12:00:39 -0800 (PST) --===============3307881548041573807== Content-Type: multipart/alternative; boundary=001a11472418571088052485a1fd --001a11472418571088052485a1fd Content-Type: text/plain; charset=UTF-8 I can use sox to listen and display the current song information with this command: wget -q -O- http://stream-dc1.radioparadise.com:80/ogg-96m | play -S -t ogg - But, when the song changes, the new track information is not displayed, it is present in the stream, but is there a way for sox to output, or do you have to tee the output before it's fed to sox and extract the title information from the tee'd output? Any help would be appreciated. --001a11472418571088052485a1fd Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I can use sox to listen and display the current song infor= mation with this command:

wget -q -O-=C2=A0 http://stream-dc1.radioparadise.com:80/ogg= -96m | play -S -t ogg -


But, when the song changes, the new= track information is not displayed, it is present in the stream, but is th= ere a way for sox to output, or do you have to tee the output before it'= ;s fed to sox and extract the title information from the tee'd output?<= /span>

Any help would be appreciated.

--001a11472418571088052485a1fd-- --===============3307881548041573807== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------------------ --===============3307881548041573807== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ SoX-devel mailing list SoX-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sox-devel --===============3307881548041573807==--