Re: [RDD] rlm playlist for an entire day

2015-03-24 Thread Marc Steele
Hello, We do similar with RDAirPlay set up to send now playing information to a Perl script over UDP. This is then posted over HTTP to Icecast and MusicStats at http://musicstats.dlineradio.co.uk. The latter then has a JSON interface for powering the website over at http://www.nhradio.org.uk/

Re: [RDD] rlm playlist for an entire day

2015-03-24 Thread ermina
Hi, We don't use RLM (did not find out that functionnality when first deploying Rivendell and thus solved the problem otherwise) : We have a bash script listening for now data sent by rdairplay on port . It takes care of every title info application we need (website, RDS, icecast stream,

Re: [RDD] Ingesting a remote stream in Rivendell

2015-03-24 Thread ermina
Hi, as others have said, it is possible. The way i do it: #!/bin/bash # live_OB.sh if [ $1 = onAir ] then # define ip of rdairplay machine AIR_IP=192.168.1.1 # inform users in the studio rmlsend --to-host=${AIR_IP} LC\ red\ live\ outside\ stream! # stop

[RDD] not seeing library

2015-03-24 Thread Chris Howard - CBR
I have a feeling this is a dumb question. I have removed the 1T original disk from my machine and installed two 3TB disks and done an install for 2 mirrored drives using the Appliance DVD (v2.2.1), the same version as my original install on the 1TB disk. I did a backup from RDAdmin when

Re: [RDD] not seeing library

2015-03-24 Thread Wayne Merricks
have you added the new machine as a valid host in rdadmin? Wayne Merricks The Voice Asia On 24/03/15 15:15, Chris Howard - CBR wrote: I have a feeling this is a dumb question. I have removed the 1T original disk from my machine and installed two 3TB disks and done an install for 2 mirrored

Re: [RDD] Rivendell-dev Digest, Vol 23, Issue 35

2015-03-24 Thread Marcos Romero
text/html; charset=us-ascii: Unrecognized ___ Rivendell-dev mailing list Rivendell-dev@lists.rivendellaudio.org http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Re: [RDD] Segue Markers in RDImport

2015-03-24 Thread Chuck
On Mon, 23 Mar 2015 17:44:27 -0700 Rich Stivers r...@stivers-bros.com wrote: When RdImport --segue-level is working correctly, does the value specified with --segue-level correspond to the same scale as the level indicator in RdLibrary Edit Audio? See attached screen capture. Well,

Re: [RDD] Fwd: Custom Report (direct MySQL query)

2015-03-24 Thread Mircea Paun
Thank you Robert! Now I have a complete playout report :) mIRCea From: rivendell-dev-boun...@lists.rivendellaudio.org [mailto:rivendell-dev-boun...@lists.rivendellaudio.org] On Behalf Of Robert Orr Sent: 30 octombrie 2014 17:16 To: User discussion about the Rivendell Radio Automation

Re: [RDD] RDairplay crashes when you voicetrack

2015-03-24 Thread Morten Krarup Nielsen
Ok, the top scores for using my 16GB RAM are: caed 10% rdairplay 4% ripcd 3.7% xorg 1.3% mysql 1% and the rest is below 1% Is this unusual? Top says that most of my RAM is used, but I think there's a long way up to 100% when I look through the processes Thank you again 2015-03-23 16:52

Re: [RDD] Rivendell-dev Digest, Vol 23, Issue 20

2015-03-24 Thread Marcos Romero
text/html; charset=us-ascii: Unrecognized ___ Rivendell-dev mailing list Rivendell-dev@lists.rivendellaudio.org http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

[RDD] rdcatch ripcd

2015-03-24 Thread Mircea Paun
Hi, I have no idea what happens. Several days ripcd didn't received any rml from rdcatch... I have also a download event in rdcatch and that works. From rmlsend it works. Any ideas? CentOS release 6.6 (Final) Rivendell 2.10.3 Data Base 242 Thanks! mIRCea

Re: [RDD] not seeing library

2015-03-24 Thread Chris Howard - CBR
It was a hostname problem as you suspected. The rdadmin host was rdhost, but somehow I had set my /etc/sysconfig/network hostname to rdserv. That didn't work. I have adjusted the networking hostname and rebooted and now I see my library! Thanks! Chris Howard On 3/24/2015 10:46 AM, Wayne