Page 1 of 1

Question about MODStream-Watcher within Control-Commands

Posted: 06 Aug 2016 13:17
by XTended
Hi Bernd,

Just a question if I do it right.
I followed the topic viewtopic.php?f=9&t=57&p=212

After configuring the setting for the MODStream-Watcher, I configured the scheduler and Control-Commands: On Program Starting:

MODSTREAM_WATCHER_START [<url>[|<length>|<stopPlaylist>|<startWithNextTrack>[|<songTitle>[|<playonce>[|<introfile>[|<outrofile>[|<url2>[|<alwaysPlayIntroOutro>]]]]]]]]]

Do I have to put the stream URL again, just like I did within the MODStream-Watcher?
Or is the configuration complete now?

Re: Question about MODStream-Watcher within Control-Commands

Posted: 06 Aug 2016 13:31
by radio42
When using the MODSTREAM_WATCHER_START command WITHOUT any parameters, the params as entered in the 'MOD Stream Watcher Editor' are used.
Else, you can specify any alternative parameters.

As for the syntax:
Any values in squared brackets ([...]) are optional parameters.
The values are denoted by the less/greater signs (<value>), these needs to be completely replaced by real values (incl. the less/greater signs!).
E.g.:

Code: Select all

MODSTREAM_WATCHER_START http://lounge-office.rautemusik.fm|0|true|false||false

Re: Question about MODStream-Watcher within Control-Commands

Posted: 06 Aug 2016 14:06
by XTended
Many thanks Bernd!