github.com/ssetin/penguincast@v0.2.0/html/info.json (about) 1 { 2 "Mounts": [{{range $index,$element := .Props.Mounts}}{{if $index}},{{end}} 3 { 4 "Name ": "{{.Name}}", 5 "Status": "{{.State.Status}}", 6 "Started": "{{.State.Started}}", 7 "Stream Description": "{{.Description}}", 8 "Genre": "{{.Genre}}", 9 "Content Type": "{{.ContentType}}", 10 "Bitrate": "{{.BitRate}}", 11 "Listeners (current)": "{{.State.Listeners}}", 12 "Stream URL": "{{.StreamURL}}", 13 "Currently playing": "{{.State.MetaInfo.StreamTitle}}" 14 }{{end}} 15 ]}