Page 1 of 1

barix instreamer

Posted: 07 Feb 2018 12:19
by andrus2000
How to send artist-song to barix instreamer?

Send metadata please use the E=command. After the "E" parameter, you should see the songĀ“s title. The command is extremely key sensitive. The correct syntax is: http://<ip-instreamer>/rc.cgi?E=StreamTitle='Title';

But not working this

Re: barix instreamer

Posted: 07 Feb 2018 12:39
by radio42
You can probably use the EXEC_SEND_HTTP_GET command to do so, e.g. something like this:

Code: Select all

EXEC_SEND_HTTP_GET http://127.0.0.1/rc.cgi?E=StreamTitle='${trackname}';
Use this command in the Streaming.OnSongTitleChanged event (see the general settings, section Events/Commands)

Re: barix instreamer

Posted: 07 Feb 2018 16:00
by andrus2000
Thank you, it works well. But is there an option to get rid of advertising?

Re: barix instreamer

Posted: 07 Feb 2018 16:19
by radio42
Advertising where - (I don't know what you are talking about) - guess this does not come from ProppFrexx?!

Re: barix instreamer

Posted: 07 Feb 2018 17:09
by andrus2000
all good, i find it all what i needed :) thank You!