Multiple Broadcast Encoders/Different Metadata Formats?

dashford

New member
Is there a way to have the metadata (titles) format differ for each broadcast encoder?  And is it possible to have *no* metadata sent for a particular encoder?  (We'd rather use the HTTP request to send data in a custom format.)  Thanks.
 
Yes, it will be added in the future versions.

Do you use HTTP request to send titles to Shoutcast server directly?
 
No, we don't - I'm guessing it isn't possible to use HTTP request with Shoutcast without first being listed in the Shoutcast directory.  (We're not listed because we're using the radioboss.fm account.)  If it is possible, what is the format for the Shoutcast API?
 
It's possible using admin.cgi interface: http://wiki.winamp.com/wiki/SHOUTcast_DNAS_Server_2#Private_Pages
Example syntax:
Code:
http://ip:port/admin.cgi?sid=#&mode=updinfo&song=title
 
Back
Top