Skip to content

Instantly share code, notes, and snippets.

@anthonyeden
Created September 28, 2018 06:24
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/6701d237dd28bb4a31e2a62105869bd3 to your computer and use it in GitHub Desktop.
Save anthonyeden/6701d237dd28bb4a31e2a62105869bd3 to your computer and use it in GitHub Desktop.
MetaRadio RadioDJ XML Template
<RadioDJ>
<title><![CDATA[$title$]]></title>
<artist><![CDATA[$artist$]]></artist>
<duration>$durationinSeconds$</duration>
<startTime>$now-year$-$now-month$-$now-day$ $now-hour$:$now-minute$:$now-second$</startTime>
<assetType>$track-type$</assetType>
<playoutId><![CDATA[$track_id$]]></playoutId>
</RadioDJ>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment