Add script generating corona playlist - bitreich-tv - Meme TV encoding and streaming
(HTM) git clone git://bitreich.org/bitreich-tv git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/bitreich-tv
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
(DIR) LICENSE
---
(DIR) commit d15fbcfcb24de394600dfe62c201982de530f85e
(DIR) parent fefe9e30407cce611295a3c47871d5bbd9c35b8d
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Sun, 16 Aug 2020 22:58:27 +0200
Add script generating corona playlist
Diffstat:
A brtv-corona.sh | 11 +++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/brtv-corona.sh b/brtv-corona.sh
@@ -0,0 +1,11 @@
+#!/bin/sh
+# outputs m3u playlist of memes with 'corona-' prefix
+
+set -e
+
+annna="/home/ad/code/annna"
+tagfile="modules/hashtags/hashtags.txt"
+
+grep -E "^#corona-" "${annna}/${tagfile}" | \
+bin/brtv-generate-playlist.sh | \
+bin/brtv-playlist-to-m3u.sh