tprepare configuration for server migration - bitreich-tv - meme tv encoding an… | |
git clone git://src.adamsgaard.dk/bitreich-tv | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit ee30ff7e48ddb6ef3d0236c900ca37f7831a3a9f | |
parent 188cae28ca192c54fbd41251a2044c66933f5820 | |
Author: Anders Damsgaard <[email protected]> | |
Date: Tue, 3 Nov 2020 11:58:11 +0100 | |
prepare configuration for server migration | |
Diffstat: | |
M bin/brtv-generate-playlist.sh | 6 +++--- | |
M bin/brtv-generate-title-slides.sh | 2 +- | |
M bin/brtv-imgs-to-video.sh | 2 +- | |
M bin/brtv-news.sh | 2 +- | |
M brtv-generate-playlists.sh | 4 ++-- | |
5 files changed, 8 insertions(+), 8 deletions(-) | |
--- | |
diff --git a/bin/brtv-generate-playlist.sh b/bin/brtv-generate-playlist.sh | |
t@@ -7,9 +7,9 @@ | |
### CONFIGURATION START | |
# other host to serve titles and images converted to videos | |
-title_image_host="gopher://adamsgaard.dk" | |
-title_dir="title" | |
-img2vid_dir="img2vid" | |
+title_image_host="gopher://bitreich.org" | |
+title_dir="tv/title" | |
+img2vid_dir="tv/img2vid" | |
video_ext="webm" | |
### CONFIGURATION END | |
diff --git a/bin/brtv-generate-title-slides.sh b/bin/brtv-generate-title-slides… | |
t@@ -7,7 +7,7 @@ | |
### CONFIGURATION START | |
# output title animations dir | |
-title="/var/gopher/title" | |
+title="/br/gopher/tv/title" | |
# ffmpeg flags for generated videos | |
video_ext="webm" | |
diff --git a/bin/brtv-imgs-to-video.sh b/bin/brtv-imgs-to-video.sh | |
t@@ -6,7 +6,7 @@ | |
### CONFIGURATION START | |
# dir to contain images as videos | |
-out_dir="/var/gopher/img2vid" | |
+out_dir="/br/gopher/tv/img2vid" | |
# ffmpeg flags for generated videos | |
video_ext="webm" | |
diff --git a/bin/brtv-news.sh b/bin/brtv-news.sh | |
t@@ -1,7 +1,7 @@ | |
#!/bin/sh | |
# outputs m3u playlist of memes added to the memecache the last two days | |
-annna="${1:-/home/ad/code/annna}" | |
+annna="${1:-/home/ad/annna}" | |
tagfile="${2:-modules/hashtags/hashtags.txt}" | |
(cd "${annna}" && | |
diff --git a/brtv-generate-playlists.sh b/brtv-generate-playlists.sh | |
t@@ -1,8 +1,8 @@ | |
#!/bin/sh | |
set -e | |
-annna="$HOME/code/annna" | |
+annna="$HOME/annna" | |
tagfile="modules/hashtags/hashtags.txt" | |
-brtv="$HOME/code/bitreich-tv" | |
+brtv="$HOME/bitreich-tv" | |
cd "$annna" | |
git pull >/dev/null |