Skip to content

Instantly share code, notes, and snippets.

@anthonyeden
Created March 25, 2018 08:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anthonyeden/369a3ce5f7ac10350e6ddb3c52500c0c to your computer and use it in GitHub Desktop.
Save anthonyeden/369a3ce5f7ac10350e6ddb3c52500c0c to your computer and use it in GitHub Desktop.
MetaRadio: SAM Broadcaster XML Template
Documentation is available on our website: https://mediarealm.com.au/metaradio/
<SAMBroadcaster>
<title><![CDATA[$song.title$]]></title>
<artist><![CDATA[$song.artist$]]></artist>
<duration>$song.SS$</duration>
<startTime>$NOW$</startTime>
<assetType>$song.songtype$</assetType>
<playoutId><![CDATA[$song.FILEFULL$]]></playoutId>
</SAMBroadcaster>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment