Search found 122 matches

by franksiegers
23 Nov 2021 21:20
Forum: Wish List
Topic: Separate playlist for standby player
Replies: 1
Views: 1187

Separate playlist for standby player

Hi Bernd, Would it be possible to have one or more standby players that each have their own playlist? That way, we could have interviews and other special audio fragments in a separate playlist, separated from the main music playlist. Ideally, it would be absolutely great if each standby player's au...
by franksiegers
18 Nov 2021 21:06
Forum: Questions & Answers
Topic: Conditional parameter for OnCartPause?
Replies: 5
Views: 1507

Re: Conditional parameter for OnCartPause?

Hi Bernd, I had added more commands in the same attempt. Thanks to your reply, I have now found what's causing the loop/freeze. I tried to change OnStandbyPause from: EXEC_SEND_DRAIRLITE_SETTRACKSTATE 6|0 EXEC_SEND_DRAIRLITE_REMOTEON 6|0 to: EXEC_SEND_DRAIRLITE_SETTRACKSTATE 6|0 EXEC_SEND_DRAIRLITE_...
by franksiegers
18 Nov 2021 17:54
Forum: Questions & Answers
Topic: Conditional parameter for OnCartPause?
Replies: 5
Views: 1507

Re: Conditional parameter for OnCartPause?

Hi Bernd, Unfortunately something went wrong when trying the custom commands causing PFOA to freeze. I guess I created some sort of loop. The commands I tried were: EXEC_COMMAND2 ${cartid}|InList(1;2;3;4;9;10;11;12)|EXEC_SEND_DRAIRLITE_SETLEDBLINK ${cartid}|2|2|0 EXEC_COMMAND2 ${cartid}|InList(5;6;7...
by franksiegers
18 Nov 2021 16:14
Forum: Questions & Answers
Topic: Conditional parameter for OnCartPause?
Replies: 5
Views: 1507

Conditional parameter for OnCartPause?

Hi Bernd,

I would like the have different commands for OnCartPause based on what cart is being paused.

Is it possible (and if yes, could you please provide the command?) to create to commands?

if cartid=1,2,3,4,9,10,11,12 do_something
if cartid=5,6,7,8,13,14,15,16 do_something_else

Thank you!
by franksiegers
18 Nov 2021 13:47
Forum: Questions & Answers
Topic: Events/commands for standby players
Replies: 1
Views: 770

Events/commands for standby players

Hi Bernd, I'm using this to change the track state for Airlite modules 4/5 when Players A/B are ending: Events/commands > Playlist > OnTimecode: EXEC_COMMAND2 ${cplplayerisendinga}|Equals(1)|EXEC_SEND_DRAIRLITE_SETTRACKSTATE 4|1 EXEC_COMMAND2 ${cplplayerisendingb}|Equals(1)|EXEC_SEND_DRAIRLITE_SETTR...
by franksiegers
16 Nov 2021 09:41
Forum: Questions & Answers
Topic: 2 questions about cartwall
Replies: 3
Views: 1243

Re: 2 questions about cartwall

Hi Bernd, Thanks, this command works great! Can it also be extended so that it's only run when Airlite module 7 is active? Something like: EXEC_COMMAND2 ${cw1cart1trackname}|NOT(Equals()) AND ${airlitemodule7state}|(Equals(On)) |EXEC_SEND_DRAIRLITE_SETLED 1|1 Just double checking one last thing: I u...
by franksiegers
15 Nov 2021 21:29
Forum: Questions & Answers
Topic: 2 questions about cartwall
Replies: 3
Views: 1243

2 questions about cartwall

Hi Bernd, The cartwall numbers in PFOA are: 1 - 2 3 - 4 while the buttons on the Airlite are: 1 - 9 2 - 10 Is there a way to have the numbering on screen match the numbering off the Airlite? And is there a way to activate the light of the Airlite button when a cart is loaded into a slot? I'm thinkin...
by franksiegers
02 Nov 2021 10:50
Forum: Wish List
Topic: Separate audio routing for different PFL and different standby players
Replies: 1
Views: 1341

Separate audio routing for different PFL and different standby players

Hi Bernd, I hope you've had a good holiday! Not sure if this is already asked, but I was thinking about 2 features that would probably make the integration with D&R Airlite (and possibly other mixers as well) even better. What if audio routing allowed to send PFL for each player to it's own chan...
by franksiegers
22 Oct 2021 14:57
Forum: Questions & Answers
Topic: Is there an event for OnQuickPlayerStarted
Replies: 9
Views: 2704

Re: Is there an event for OnQuickPlayerStarted

Hi Bernd, I've started over twice now with an empty config. The issue relating REMOTECUE/REMOTECUERESET shows up somewhere along the way. I've documented my steps and can't find any parallel or mixed up commands myself. Can you tell me how I can use Debug Logging to inspect the output to see if I ca...
by franksiegers
22 Oct 2021 13:29
Forum: Questions & Answers
Topic: Is there an event for OnQuickPlayerStarted
Replies: 9
Views: 2704

Re: Is there an event for OnQuickPlayerStarted

Could it perhaps be that EXEC_SEND_DRAIRLITE_REMOTECUE is incorrectly documented as '0=DEACTIVATE, 1=ACTIVATE, 2=TOGGLE'? It seems like both 0 and 1 toggle instead of activate/deactivate.

Is there public documentation from D&R about these commands?