Introduction
Introduction Statistics Contact Development Disclaimer Help
tAdd bitreich channel - bitreich-tv - meme tv encoding and streaming
git clone git://src.adamsgaard.dk/bitreich-tv
Log
Files
Refs
LICENSE
---
commit cc081f9d75e7d8cbb56c321adb47efa049b07283
parent d03c3e898f096c517ce2612b1a2bb11a7a982987
Author: Anders Damsgaard <[email protected]>
Date: Mon, 17 Aug 2020 07:47:22 +0200
Add bitreich channel
Diffstat:
A brtv-bitreich.sh | 11 +++++++++++
M brtv-generate-playlists.sh | 2 +-
2 files changed, 12 insertions(+), 1 deletion(-)
---
diff --git a/brtv-bitreich.sh b/brtv-bitreich.sh
t@@ -0,0 +1,11 @@
+#!/bin/sh
+# outputs m3u playlist of memes containing 'bitreich'
+
+set -e
+
+annna="/home/ad/code/annna"
+tagfile="modules/hashtags/hashtags.txt"
+
+grep -E "^#[A-z0-9-]*bitreich[A-z0-9-]* " "${annna}/${tagfile}" | \
+bin/brtv-generate-playlist.sh | \
+bin/brtv-playlist-to-m3u.sh
diff --git a/brtv-generate-playlists.sh b/brtv-generate-playlists.sh
t@@ -12,6 +12,6 @@ cd "$brtv"
./bin/brtv-imgs-to-video.sh < "${annna}/${tagfile}" >/dev/null
f="$(mktemp)"
-for channel in news all gopher corona slav; do
+for channel in news bitreich gopher corona slav all; do
./"brtv-${channel}.sh" > "$f" && cp "$f" "/var/gopher/${channel}.m3u"
done
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.