Post reply

Name:
Email:
Subject:
Message icon:

Verification:
Unregistered users must pass a verification:



Please enter the number from the picture above which is showing FM broadcast antenna:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: Jan
« on: January 07, 2026, 08:51:05 am »

Haven't tried it in a long time but I think that correct command should be

Code: [Select]
sendhttp url:"http://source:ccITu2xk@sapircast.caster.fm:14744/admin/metadata.xsl?mount=/8KY&mode=updinfo&song=%data%"
For more information, please find out what valid URL formats are and what URL format Icecast requires.
Posted by: caster try
« on: January 07, 2026, 07:02:41 am »

It's not working as i try to send to caster.fm. Any advice? Thanks!

sendto url:"//source:<ccITu2xk>@<sapircast.caster.fm>:<14744>/admin/metadata.xsl?mount=/<8KY>&mode=updinfo&song=%data%"
Posted by: IvanR
« on: March 18, 2023, 06:34:40 pm »

Hello,

Allow me to show you how to update an artist and title with Icecast2. Please find the code below. In the code, replace <serverpassword> with your password and <icserver> with the name of your server (e.g. myradio.com).

Code: [Select]
http://source:<serverpassword>@<icserver>:<icport>/admin/metadata.xsl?mount=/<mount_point>&mode=updinfo&song=%data%
Thank you.