repo: music action: commit revision: path_from: revision_from: 7c483b2652e16543ded0c2fe0db03b89f93c33bb: path_to: revision_to:
commit 7c483b2652e16543ded0c2fe0db03b89f93c33bb Author: epochDate: Mon Dec 16 03:45:47 2019 -0600 noticed a single-character was missing. a semi-colon in the metadata diff --git a/icy-metadata b/icy-metadata
--- a/icy-metadata
+++ b/icy-metadata
@@ -4,5 +4,5 @@ while true;do
NP="$(music-nowplaying 2>/dev/null)"
#LEN=$(printf "%64s" "${NP}" | wc -c | tr -cd '0-9')
#HEXLEN=$(printf "%02x\n" $[$LEN / 16 + 1])
- printf "\x05StreamTitle='%64s'\n\n" "${NP}"
+ printf "\x05StreamTitle='%64s';\n" "${NP}"
done
-----END OF PAGE-----