Status | Assigned | Task | ||
---|---|---|---|---|
Resolved | valerio.bozzolan | T164 Player: it does not show the correct track title | ||
Resolved | valerio.bozzolan | T170 Player: update more than one time at minute the current track title |
Event Timeline
Comment Actions
This does the trick:
#!/bin/sh API="http://localhost/status.xsl?mount=/radio.mp3" set -e wget --quiet -O - "$API" \ | grep -A1 'Current Song' \ | tail -1 \ | cut -c24- \ | sed 's/.\{5\}$//'