[RDD] Simple Script Not Running Using RN

2012-07-30 Thread Stan Fotinos
Hi All I have created a simple script that tell presenters when the next break is due. When I try to run it using a macro from within Rivendell it does not run. Macro: RN /home/rd/scripts/break10.sh! It does however run when I simply click on it, so it is executable. Can anyone tell why this

Re: [RDD] Multiple Scheduler Codes

2012-07-30 Thread Robert Jeffares
On Tue, 2012-07-31 at 13:33 +1200, James Laurence wrote: > > What I want to be able to say is: "pick me songs which have both > 'Blues' and 'Country' codes, provided they don't also have 'Rock' or > 'Gospel' ". > > Is there a way to do this with the present Events and Clocks systems > which are

[RDD] Multiple Scheduler Codes

2012-07-30 Thread James Laurence
Hi, I want to make use of multiple scheduler codes when I generate logs. At the present time, as far as I can see, only one code can be specified in an Event ('Must Have Code [X]'). And the restrictions (under 'Scheduler Rules') in the Clocks only apply to what it follows - ie 'Dont Play Af

Re: [RDD] Load log from command line

2012-07-30 Thread Chris Cmolik
You need an escaped exclamation point. I.e. rmlsend LL\ 2012_07_31\! You may need to specify the log machine as well; the relevant article on the rivendell wiki is called something like "implemented RML commands." Sent from my iPhone On Jul 30, 2012, at 18:09, Nathan Steele wrote: > Trying

[RDD] Load log from command line

2012-07-30 Thread Nathan Steele
Trying to load the main log on the local machine from the command line, while another log is running using: rmlsend LL\ 2012_07_31 is not working. no error, but the current log keeps playing and nothing happens. aslos tried specifying the logmachine, but it should default to the main log right?

Re: [RDD] Scrolling to current time on Load

2012-07-30 Thread ICR Programs
Wayne, You said: "Thanks again for the bash script, made me feel stupid how easy it was to do which is always a good thing." I say: that's easy for you to say! I myself never even thought of of this let alone trying to do this. But, I have to admit that even I can see the logic and can envisi

Re: [RDD] BNV_HAVE_QT issues on Ubuntu [WAS: Rivendell 2.1.5]

2012-07-30 Thread Fred Gleason
On Jul 30, 2012, at 10:00 57, Alban Peignier wrote: > The "complete" patch (for acinclude.m4) is available here : > > http://projects.tryphon.eu/rivendell2-debian/browser/debian/patches/0011-Fix-QT-bnv_try_4-in-configure-ticket-2.patch Applied in CVS-v2_branch. Thanks! Cheers! |-

Re: [RDD] BNV_HAVE_QT issues on Ubuntu [WAS: Rivendell 2.1.5]

2012-07-30 Thread Alban Peignier
On 07/30/2012 03:37 PM, Fred Gleason wrote: > Unfortunately, this patch is against 'configure', which is a derived > file (generated by Autoconf) and hence cannot be applied in CVS as it > doesn't exist there. I suspect that the real underlying issue is in > 'acinclude.m4'. Hi Fred, The "comple

Re: [RDD] BNV_HAVE_QT issues on Ubuntu [WAS: Rivendell 2.1.5]

2012-07-30 Thread Fred Gleason
On Jul 30, 2012, at 09:41 46, Morten Krarup Nielsen wrote: > Ok. Maybe you can include the instructions in the readme-file. It > would be a shame if someone gave up on compiling this great software > :-) I'd frankly rather see it fixed. Perhaps some of the Ubuntu users here can get to the botto

Re: [RDD] Mass resampling my library

2012-07-30 Thread Fred Gleason
On Jul 28, 2012, at 13:13 44, Kevin Miller wrote: > "A Broadcast Wavefile can be either PCM16 or MPEG Layer 2. The format > is defined by the European Broadcasting Union in a document known as > 'Technical Publication 3285', which also has several supplements. You > find them online at: > >

Re: [RDD] BNV_HAVE_QT issues on Ubuntu [WAS: Rivendell 2.1.5]

2012-07-30 Thread Morten Krarup Nielsen
Ok. Maybe you can include the instructions in the readme-file. It would be a shame if someone gave up on compiling this great software :-) /Morten 2012/7/30 Fred Gleason : > On Jul 28, 2012, at 11:24 02, Morten Krarup Nielsen wrote: > >> Maybe it's time to include this patch: >> http://lists.rive

Re: [RDD] BNV_HAVE_QT issues on Ubuntu [WAS: Rivendell 2.1.5]

2012-07-30 Thread Fred Gleason
On Jul 28, 2012, at 11:24 02, Morten Krarup Nielsen wrote: > Maybe it's time to include this patch: > http://lists.rivendellaudio.org/pipermail/rivendell-dev/2011-November/014193.html > > There's an annoying bug when compiling on some Ubuntu systems. Unfortunately, this patch is against 'configu

Re: [RDD] Fwd: Segfault in librd-2.1.4.so (Was: Re: RD 2.x, Apache and the rdexport.cgi)

2012-07-30 Thread Fred Gleason
On Jul 26, 2012, at 06:54 45, Michael Papsdorf wrote: > I do not happen to have a backtrace. Just returned to the studio > and reproduced the error on the freshly booted machine. So how does one reproduce it? Cheers! |-| |

Re: [RDD] Scrolling to current time on Load

2012-07-30 Thread Fred Gleason
On Jul 24, 2012, at 19:49 48, Wayne Merricks wrote: > So I propose an alteration to the LL macro to take 4 arguments instead of 3. > > LL [] [] []! > > Make-Next = 1 to make next or 0 to play (or don't set it to play) Great idea. Cheers! |