barix instreamer

You are missing a feature or need an enhancement? Post your suggestion here!
Post Reply
andrus2000
Posts: 3
Joined: 07 Feb 2018 12:14
barix instreamer

Post 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
User avatar
radio42
Site Admin
Posts: 8295
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: barix instreamer

Post 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)
andrus2000
Posts: 3
Joined: 07 Feb 2018 12:14
Re: barix instreamer

Post by andrus2000 »

Thank you, it works well. But is there an option to get rid of advertising?
User avatar
radio42
Site Admin
Posts: 8295
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: barix instreamer

Post by radio42 »

Advertising where - (I don't know what you are talking about) - guess this does not come from ProppFrexx?!
andrus2000
Posts: 3
Joined: 07 Feb 2018 12:14
Re: barix instreamer

Post by andrus2000 »

all good, i find it all what i needed :) thank You!

Post Reply