Re: [RDD] Title Streaming

2014-11-17 Thread Lee Baker
Subject: Re: [RDD] Title Streaming I run two scripts the first one just listens to port 5007 and copies the now next stuff to a file called nn.temp nc -luk 5007 |tee /home/rd/nn2.temp | nc -u roborr.com <http://roborr.com> 5007 The next one simply sets variables to the previous played val

Re: [RDD] Title Streaming

2014-11-17 Thread Hoggins!
Hello, I have basically the same process : a server that listens for incoming UDP messages directly from Rivendell, and fills up a database with the full log, along with the start time/date, etc. Then, a display interface allows for a simple listing of the last /n/ songs, as well as a search funct

Re: [RDD] Title Streaming

2014-11-17 Thread Robert Orr
I run two scripts the first one just listens to port 5007 and copies the now next stuff to a file called nn.temp nc -luk 5007 |tee /home/rd/nn2.temp | nc -u roborr.com 5007 The next one simply sets variables to the previous played value and outputs a php page. #!/bin/bash while true do artist=`

[RDD] Title Streaming

2014-11-16 Thread Lee Baker
Hi All, Just wondering has any written anything that can display the last 5-10 songs that were played, currently playing and next to play for their website? Maybe a perl script or something that updates the data and parses to PHP. Cheers Lee ___ Rive