Skip to content

Instantly share code, notes, and snippets.

@andyone
Created June 6, 2020 13:15
Show Gist options
  • Select an option

  • Save andyone/32756a4c9402f9754e8ac19a9be6f8a1 to your computer and use it in GitHub Desktop.

Select an option

Save andyone/32756a4c9402f9754e8ac19a9be6f8a1 to your computer and use it in GitHub Desktop.
Icecast metadata update tests

/metadata?mount=/stream&mode=updinfo&song=Jonas+Langer+-+Sometimes+I+Think+of+You

<title>Jonas Langer - Sometimes I Think of You</title>
<yp_currently_playing>Jonas Langer - Sometimes I Think of You</yp_currently_playing>

/metadata?mount=/stream&mode=updinfo&title=Jonas+Langer+-+Sometimes+I+Think+of+You

<title>Jonas Langer - Sometimes I Think of You</title>
<yp_currently_playing>Jonas Langer - Sometimes I Think of You</yp_currently_playing>

/metadata?mount=/stream&mode=updinfo&artist=Jonas+Langer&title=Sometimes+I+Think+of+You

<artist>Jonas Langer</artist>
<title>Sometimes I Think of You</title>
<yp_currently_playing>Jonas Langer - Sometimes I Think of You</yp_currently_playing>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment