Adding #snowman-world tag. - annna - Annna the nice friendly bot.
(HTM) git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/annna/
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
(DIR) README
---
(DIR) commit daf9a1352079943a5842b20d4e8bc8cf3f785d4e
(DIR) parent aa68f7572d90d7b1d1b0fbc297f6fd9d7020e139
(HTM) Author: Annna Robert-Houdin <annna@bitreich.org>
Date: Tue, 30 Dec 2025 09:10:15 +0100
Adding #snowman-world tag.
Diffstat:
M modules/hashtags/hashtags.txt | 1 +
M modules/radio/radio-channel-servic… | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/modules/hashtags/hashtags.txt b/modules/hashtags/hashtags.txt
@@ -18351,6 +18351,7 @@
#snowman-defence gophers://bitreich.org/9/memecache/snowman-defence.mp4
#snowman-kill gophers://bitreich.org/9/memecache/snowman-kill.mkv
#snowman-lawn gophers://bitreich.org/I/memecache/snowman-lawn.jpg
+#snowman-world gophers://bitreich.org/I/memecache/snowman-world.jpg
#snubbelrisk gophers://bitreich.org/I/memecache/snubbelrisk.jpg
#snus-boogie-boogie gophers://bitreich.org/9/memecache/snus-boogie-boogie.mp4
#so-cool gophers://bitreich.org/9/memecache/so-cool.mkv
(DIR) diff --git a/modules/radio/radio-channel-service.sh b/modules/radio/radio-channel-service.sh
@@ -2,7 +2,7 @@
while annna-alive;
do
- currentsong="$(mpc current --wait)"
+ currentsong="$(mpc current --wait 2>/dev/null)"
annna-alive || exit 0
[ -n "${currentsong}" ] && annna-say "Now playing: ${currentsong}"
sleep 5