Introduction
Introduction Statistics Contact Development Disclaimer Help
tAdd script generating slav playlist - bitreich-tv - meme tv encoding and strea…
git clone git://src.adamsgaard.dk/bitreich-tv
Log
Files
Refs
LICENSE
---
commit cb4e2d00fdd098ee4394639e57598804de7fe63b
parent d15fbcfcb24de394600dfe62c201982de530f85e
Author: Anders Damsgaard <[email protected]>
Date: Sun, 16 Aug 2020 23:00:48 +0200
Add script generating slav playlist
Diffstat:
A brtv-slav.sh | 11 +++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/brtv-slav.sh b/brtv-slav.sh
t@@ -0,0 +1,11 @@
+#!/bin/sh
+# outputs m3u playlist of memes with 'slav-' prefix
+
+set -e
+
+annna="/home/ad/code/annna"
+tagfile="modules/hashtags/hashtags.txt"
+
+grep -E "^#slav-" "${annna}/${tagfile}" | \
+bin/brtv-generate-playlist.sh | \
+bin/brtv-playlist-to-m3u.sh
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.