Re: [RDD] Generating an Air Report

2022-01-12 Thread Fred Gleason
On Jan 11, 2022, at 11:15, Kit Haskins  wrote:

> There is a red box that shows up behind the countdown wheel when the TA flag 
> is set to 1
> 
> 
> I found it in the Rivendell Documentation under the RML section.
> TA - Toggle On Air Flag …

Correct. That flag can be used to gate all sorts of things —e.g. PyPAD scripts, 
where you can use it to route PAD conditionally depending upon whether a given 
system is actually “on air” or not. Not terribly useful in single-host 
scenarios, but tends to be heavily used in multi-host, multi-station setups.

Cheers!


|-|
| Frederick F. Gleason, Jr. | Chief Developer |
|   | Paravel Systems |
|-|
| A room without books is like a body without a soul. |
| |
| -- Cicero   |
|-|___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Generating an Air Report

2022-01-11 Thread Kit Haskins
There is a red box that shows up behind the countdown wheel when the TA flag is 
set to 1





I found it in the Rivendell Documentation under the RML section.

TA - Toggle On Air Flag ...    



...



In my case I have a GPI closer that fires a macro to set the TA flag while the 
pin is held to down, and returns the flag to a 0 when the pin is lifted.









---

Thru the Ethernet, past the Gateway, off the modem pool, nothing but NET .

mailto:k...@ka0wuc.org



When I was 10, I caught the radio bug, it appears to be over ...






 On Tue, 11 Jan 2022 09:07:48 -0700 Rob Landry <41001...@interpring.com> 
wrote 




I've never understood "include only on-air events". How does Rivendell 
know whether anything it plays is on the air? 
 
 
Rob 
 
-- 
Не думай что всё пропели, 
Что бури все отгремели; 
Готовься к великой цели, 
А слава тебя найдёт. 
 
 
On Tue, 11 Jan 2022, Bryan Burchfield wrote: 
 
> Chris, 
> Thank you. Rob's advice helped me to actually be able to create the report. 
> However, I also had a permissions problem once I was able to generate the 
> report. I had "Yes" marked on Include Only OnAir Events. Once I changed that 
> to No, the report began being populated with items. Thank you both.  
> 
> Bryan Burchfield 
> WMTY & WDEH 
> (423)337-5025 
> mytrueoldies.com 
> 
> On Mon, Jan 10, 2022, 8:31 PM chris cottingham  
> wrote: 
>   Check permissions on the directory. My first guess.. 
> 
>   Sent from my iPhone 
> 
>   > On Jan 10, 2022, at 5:15 PM, Rob Landry 
>    wrote: 
>   > 
>   > 
>   > I'm guessing that you defined the path as something like: 
>   > 
>   >    /home/rd/reports 
>   > 
>   > ...without including a file name. 
>   > 
>   > If you define it thus: 
>   > 
>   >    /home/rd/reports/%y%m%d.txt 
>   > 
>   > ...that should work, if /home/rd/reports is a writable 
>   directory. 
>   > 
>   > 
>   > Rob 
>   > 
>   > -- 
>   > Не думай что всё пропели, 
>   > Что бури все отгремели; 
>   > Готовься к великой цели, 
>   > А слава тебя найдёт. 
>   > 
>   > 
>   >> On Mon, 10 Jan 2022, Bryan Burchfield wrote: 
>   >> 
>   >> I am new to Rivendell. I am trying to figure out how to 
>   generate an Air 
>   >> Report that shows me when things aired on a previous log. I 
>   have gone into 
>   >> RDAdmin/Manage Reports and have created an export path. 
>   However, when I go 
>   >> to Manage Reports in RDLogManager to attempt to generate a 
>   report to that 
>   >> path  I get an error message that says it is unable to open 
>   report file in 
>   >> that path. Is there somewhere else I should be looking for 
>   such a report or 
>   >> how do I set this up correctly? Any help will be appreciated. 
>   Thank you. 
>   >> Bryan B. 
>   > ___ 
>   > Rivendell-dev mailing list 
>   > mailto:Rivendell-dev@lists.rivendellaudio.org 
>   > 
> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev 
> 
> 
>___ 
Rivendell-dev mailing list 
mailto:Rivendell-dev@lists.rivendellaudio.org 
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Generating an Air Report

2022-01-11 Thread Rob Landry


I've never understood "include only on-air events". How does Rivendell 
know whether anything it plays is on the air?



Rob

--
Не думай что всё пропели,
Что бури все отгремели;
Готовься к великой цели,
А слава тебя найдёт.


On Tue, 11 Jan 2022, Bryan Burchfield wrote:


Chris,
Thank you. Rob's advice helped me to actually be able to create the report.
However, I also had a permissions problem once I was able to generate the
report. I had "Yes" marked on Include Only OnAir Events. Once I changed that
to No, the report began being populated with items. Thank you both. 

Bryan Burchfield
WMTY & WDEH
(423)337-5025
mytrueoldies.com

On Mon, Jan 10, 2022, 8:31 PM chris cottingham 
wrote:
  Check permissions on the directory. My first guess..

  Sent from my iPhone

  > On Jan 10, 2022, at 5:15 PM, Rob Landry
  <41001...@interpring.com> wrote:
  >
  >
  > I'm guessing that you defined the path as something like:
  >
  >    /home/rd/reports
  >
  > ...without including a file name.
  >
  > If you define it thus:
  >
  >    /home/rd/reports/%y%m%d.txt
  >
  > ...that should work, if /home/rd/reports is a writable
  directory.
  >
  >
  > Rob
  >
  > --
  > Не думай что всё пропели,
  > Что бури все отгремели;
  > Готовься к великой цели,
  > А слава тебя найдёт.
  >
  >
  >> On Mon, 10 Jan 2022, Bryan Burchfield wrote:
  >>
  >> I am new to Rivendell. I am trying to figure out how to
  generate an Air
  >> Report that shows me when things aired on a previous log. I
  have gone into
  >> RDAdmin/Manage Reports and have created an export path.
  However, when I go
  >> to Manage Reports in RDLogManager to attempt to generate a
  report to that
  >> path  I get an error message that says it is unable to open
  report file in
  >> that path. Is there somewhere else I should be looking for
  such a report or
  >> how do I set this up correctly? Any help will be appreciated.
  Thank you.
  >> Bryan B.
  > ___
  > Rivendell-dev mailing list
  > Rivendell-dev@lists.rivendellaudio.org
  >
  http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Generating an Air Report

2022-01-11 Thread Bryan Burchfield
Chris,

Thank you. Rob's advice helped me to actually be able to create the report.
However, I also had a permissions problem once I was able to generate the
report. I had "Yes" marked on Include Only OnAir Events. Once I changed
that to No, the report began being populated with items. Thank you both.

Bryan Burchfield
WMTY & WDEH
(423)337-5025
mytrueoldies.com

On Mon, Jan 10, 2022, 8:31 PM chris cottingham 
wrote:

> Check permissions on the directory. My first guess..
>
> Sent from my iPhone
>
> > On Jan 10, 2022, at 5:15 PM, Rob Landry <41001...@interpring.com> wrote:
> >
> > 
> > I'm guessing that you defined the path as something like:
> >
> >/home/rd/reports
> >
> > ...without including a file name.
> >
> > If you define it thus:
> >
> >/home/rd/reports/%y%m%d.txt
> >
> > ...that should work, if /home/rd/reports is a writable directory.
> >
> >
> > Rob
> >
> > --
> > Не думай что всё пропели,
> > Что бури все отгремели;
> > Готовься к великой цели,
> > А слава тебя найдёт.
> >
> >
> >> On Mon, 10 Jan 2022, Bryan Burchfield wrote:
> >>
> >> I am new to Rivendell. I am trying to figure out how to generate an Air
> >> Report that shows me when things aired on a previous log. I have gone
> into
> >> RDAdmin/Manage Reports and have created an export path. However, when I
> go
> >> to Manage Reports in RDLogManager to attempt to generate a report to
> that
> >> path  I get an error message that says it is unable to open report file
> in
> >> that path. Is there somewhere else I should be looking for such a
> report or
> >> how do I set this up correctly? Any help will be appreciated. Thank you.
> >> Bryan B.
> > ___
> > Rivendell-dev mailing list
> > Rivendell-dev@lists.rivendellaudio.org
> > http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Generating an Air Report

2022-01-10 Thread chris cottingham
Check permissions on the directory. My first guess.. 

Sent from my iPhone

> On Jan 10, 2022, at 5:15 PM, Rob Landry <41001...@interpring.com> wrote:
> 
> 
> I'm guessing that you defined the path as something like:
> 
>/home/rd/reports
> 
> ...without including a file name.
> 
> If you define it thus:
> 
>/home/rd/reports/%y%m%d.txt
> 
> ...that should work, if /home/rd/reports is a writable directory.
> 
> 
> Rob
> 
> --
> Не думай что всё пропели,
> Что бури все отгремели;
> Готовься к великой цели,
> А слава тебя найдёт.
> 
> 
>> On Mon, 10 Jan 2022, Bryan Burchfield wrote:
>> 
>> I am new to Rivendell. I am trying to figure out how to generate an Air
>> Report that shows me when things aired on a previous log. I have gone into
>> RDAdmin/Manage Reports and have created an export path. However, when I go
>> to Manage Reports in RDLogManager to attempt to generate a report to that
>> path  I get an error message that says it is unable to open report file in
>> that path. Is there somewhere else I should be looking for such a report or
>> how do I set this up correctly? Any help will be appreciated. Thank you.
>> Bryan B.
> ___
> Rivendell-dev mailing list
> Rivendell-dev@lists.rivendellaudio.org
> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Generating an Air Report

2022-01-10 Thread Rob Landry


I'm guessing that you defined the path as something like:

/home/rd/reports

...without including a file name.

If you define it thus:

/home/rd/reports/%y%m%d.txt

...that should work, if /home/rd/reports is a writable directory.


Rob

--
Не думай что всё пропели,
Что бури все отгремели;
Готовься к великой цели,
А слава тебя найдёт.


On Mon, 10 Jan 2022, Bryan Burchfield wrote:


I am new to Rivendell. I am trying to figure out how to generate an Air
Report that shows me when things aired on a previous log. I have gone into
RDAdmin/Manage Reports and have created an export path. However, when I go
to Manage Reports in RDLogManager to attempt to generate a report to that
path  I get an error message that says it is unable to open report file in
that path. Is there somewhere else I should be looking for such a report or
how do I set this up correctly? Any help will be appreciated. Thank you.

Bryan B.

___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] Generating an Air Report

2022-01-10 Thread Bryan Burchfield
I am new to Rivendell. I am trying to figure out how to generate an Air
Report that shows me when things aired on a previous log. I have gone into
RDAdmin/Manage Reports and have created an export path. However, when I go
to Manage Reports in RDLogManager to attempt to generate a report to that
path  I get an error message that says it is unable to open report file in
that path. Is there somewhere else I should be looking for such a report or
how do I set this up correctly? Any help will be appreciated. Thank you.

Bryan B.
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev