Hi Bernd,
so what Will wants to do is have a non-stop pf system and a live studio pf system. We did that quite some times before. So the audio output of the live studio system will be connected to an input of the non-stop system. During normal non-stop hours this input is muted and the server does all music playout. When they do a live show the non-stop system should switch to manual live assist mode AND unmute the line input. And when the live show is finished the non-stop system should switch back to auto play and mute the line input (just to be sure).
So what he should do is :
Switch to live mode
1. Somehow signal the non-stop pf about the switch (ethernet command, gpio button, whatever) and remotely tell Pf to go to live assist mode using the ManualOperation option.
2. Use the OnManualOperationON or OnManualOperationONsoft to unmute the line input. I prefer the last one because that creates a nicer transition because it will wait until the current track is finished, and that is why we came up with the event in the first place
Switch to non-stop mode
1. Somehow signal the non-stop pf about the switch (ethernet command, gpio button, whatever) and remotely tell Pf to go to aut play mode using the ManualOperation option.
2. Use the OnManualOperationOFF mute the line input. This muting of the line input could also be done directly through the remote command, but in my opinion it is a cleaner solution to use the events.
Options/settings he should think about are:
- The Manual settings and especially the "Advance current playlist to current time" option.
- Silence detection possibilities for when the signal on the line input is lost.
And remote location playout with a mobile studio could work very nicely also with this setup, with silence detection the non-stop pf will even take over when the signal is lost.
The master / slave settings and events could also be used of course, but the steps to do when the event occurs are the similar. There are multiple ways to get to Rome with Pf
Greets,
Per