repo: music action: commit revision: path_from: revision_from: 9f9fb8c64344091ec8d114a68e988d34c7324eb3: path_to: revision_to:
commit 9f9fb8c64344091ec8d114a68e988d34c7324eb3 Author: epochDate: Fri Feb 14 00:58:16 2020 -0600 music-setnowplaying will append a small sixel version of a guess of the album art to the end of the nowplaying cache file diff --git a/music-setnowplaying b/music-setnowplaying
--- a/music-setnowplaying
+++ b/music-setnowplaying
@@ -1,3 +1,4 @@
#!/bin/sh
logger -p notice -n logserver "$1"
printf "%s\n" "$1" | tr -s ' ' > ${PREFIX}/var/cache/music-nowplaying.txt
+music-albumart >> ${PREFIX}/var/cache/music-nowplaying.txt
-----END OF PAGE-----