Add script for creating random playlist with all memes - bitreich-tv - Meme TV … | |
git clone git://bitreich.org/bitreich-tv git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfr… | |
Log | |
Files | |
Refs | |
Tags | |
LICENSE | |
--- | |
commit 5e3d88ac8c943a0a3a4e6e814a83520527461126 | |
parent 68de567e4d73d207512220093a7095107563c320 | |
Author: Anders Damsgaard <[email protected]> | |
Date: Sun, 16 Aug 2020 23:09:01 +0200 | |
Add script for creating random playlist with all memes | |
Diffstat: | |
A brtv-all.sh | 10 ++++++++++ | |
1 file changed, 10 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/brtv-all.sh b/brtv-all.sh | |
@@ -0,0 +1,10 @@ | |
+#!/bin/sh | |
+# outputs m3u playlist of all memes | |
+ | |
+set -e | |
+ | |
+annna="/home/ad/code/annna" | |
+tagfile="modules/hashtags/hashtags.txt" | |
+ | |
+bin/brtv-generate-playlist.sh < "${annna}/${tagfile}" | \ | |
+bin/brtv-playlist-to-m3u.sh |