Re: [RDD] Putting in multiple RDCatch events in Bulk

2021-07-14 Thread Lorne Tyndale
I have to say as a similar feature, I would love to be able to schedule recordings in rdcatch via a macro. Currently we can start and stop the record deck with a macro, but what I'd like to be able to do is every day just before midnight run a script that will setup the next day's record schedule

Re: [RDD] Updating scheduler codes via SQL

2021-07-14 Thread Dave B
I totally forgot about the web API. A safer approach indeed!  Thanks!On Jul 14, 2021 12:18 PM, Fred Gleason wrote:On Jul 14, 2021, at 05:14, Alejandro olivan Alvarez wrote:I have messed a little with rivendell database, quite successfully, but only for query/re

Re: [RDD] Send Now-Next MACRO behavior

2021-07-14 Thread Fred Gleason
On Jul 14, 2021, at 13:21, Alejandro olivan Alvarez wrote: > It's not entirely clear to me the 'machine stop-down completely' (probably > still not enough radio/Rivendell jargon in my mind) maybe I'm wrong, but, > translating it to me as 'completelly ending the current playback', that would >

Re: [RDD] Send Now-Next MACRO behavior

2021-07-14 Thread Alejandro olivan Alvarez
On 7/14/21 6:29 PM, Fred Gleason wrote: On Jul 13, 2021, at 11:33, Alejandro olivan Alvarez > wrote: A curious case is when I schedule a macro cart in the log that stops the log machine and switches to an external audio source, the idea is to do a l

[RDD] Test 1

2021-07-14 Thread Fred Gleason
Please disregard. This is a test. ___ Rivendell-dev mailing list Rivendell-dev@lists.rivendellaudio.org http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Re: [RDD] Updating scheduler codes via SQL

2021-07-14 Thread Alejandro olivan Alvarez
On 7/14/21 6:18 PM, Fred Gleason wrote: On Jul 14, 2021, at 05:14, Alejandro olivan Alvarez > wrote: I have messed a little with rivendell database, quite successfully, but only for query/read operations ... altering/writing directly the database of

Re: [RDD] Send Now-Next MACRO behavior

2021-07-14 Thread Fred Gleason
On Jul 13, 2021, at 11:33, Alejandro olivan Alvarez wrote: > A curious case is when I schedule a macro cart in the log that stops the log > machine and switches to an external audio source, the idea is to do a last > now&next update so the resulting Icecast2 stream will display something like

Re: [RDD] Updating scheduler codes via SQL

2021-07-14 Thread Fred Gleason
On Jul 14, 2021, at 05:14, Alejandro olivan Alvarez wrote: > I have messed a little with rivendell database, quite successfully, but only > for query/read operations ... altering/writing directly the database of such > a complex application is for the brave :-) Just to amplify Alejandro’s poi

[RDD] Putting in multiple RDCatch events in Bulk

2021-07-14 Thread Ryan Kin
Is there a way to bulk import a bunch of RDCatch events or have a feature in Rivendell in the next release to take a xml like sheet or a .txt file and ingest a bunch of RDCatch events and automatically start running based off of the day and time set in the file defined based in RDCatch? I am progr

Re: [RDD] Updating scheduler codes via SQL

2021-07-14 Thread Jarret Whetstone
When inserting via a select I don't think you need to use a subquery or values statement.. see: https://stackoverflow.com/questions/9422529/mysql-how-do-you-insert-into-a-table-with-a-select-subquery-returning-multiple-r insert into CART_SCHED_CODES (CART_NUMBER, SCHED_CODE) select NUMBER, '70s' f

Re: [RDD] Updating scheduler codes via SQL

2021-07-14 Thread Alejandro olivan Alvarez
HI! I have messed a little with rivendell database, quite successfully, but only for query/read operations ... altering/writing directly the database of such a complex application is for the brave :-) On 7/13/21 10:14 PM, Dave B wrote: I want to bulk update the scheduler codes for my songs b