rename channels to dimensions - bitreich-tv - Meme TV encoding and streaming | |
git clone git://bitreich.org/bitreich-tv git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfr… | |
Log | |
Files | |
Refs | |
Tags | |
LICENSE | |
--- | |
commit d31246d3da10c900c7424a21f6d030bc89840619 | |
parent 208fa44094a84af0be17c8d9cd393c88ff4c6cb4 | |
Author: Anders Damsgaard <[email protected]> | |
Date: Wed, 3 Feb 2021 21:46:05 +0100 | |
rename channels to dimensions | |
Diffstat: | |
R bin/brtv-generate-theme-channels.s… | 0 | |
M brtv-generate-playlists.sh | 2 +- | |
2 files changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/bin/brtv-generate-theme-channels.sh b/bin/brtv-generate-theme-dime… | |
diff --git a/brtv-generate-playlists.sh b/brtv-generate-playlists.sh | |
@@ -14,7 +14,7 @@ cd "$brtv" | |
./bin/brtv-imgs-to-video.sh < "${annna}/${tagfile}" >/dev/null | |
f="$(mktemp)" | |
-./bin/brtv-generate-theme-channels.sh "${annna}/${tagfile}" | |
+./bin/brtv-generate-theme-dimensions.sh "${annna}/${tagfile}" | |
./bin/brtv-news.sh "${annna}" "${tagfile}" > news.m3u | |
sort -R "${annna}/${tagfile}" | \ |