prepare configuration for server migration - bitreich-tv - Meme TV encoding and streaming
 (HTM) git clone git://bitreich.org/bitreich-tv git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/bitreich-tv
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) LICENSE
       ---
 (DIR) commit ee30ff7e48ddb6ef3d0236c900ca37f7831a3a9f
 (DIR) parent 188cae28ca192c54fbd41251a2044c66933f5820
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       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(-)
       ---
 (DIR) diff --git a/bin/brtv-generate-playlist.sh b/bin/brtv-generate-playlist.sh
       @@ -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
 (DIR) diff --git a/bin/brtv-generate-title-slides.sh b/bin/brtv-generate-title-slides.sh
       @@ -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"
 (DIR) diff --git a/bin/brtv-imgs-to-video.sh b/bin/brtv-imgs-to-video.sh
       @@ -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"
 (DIR) diff --git a/bin/brtv-news.sh b/bin/brtv-news.sh
       @@ -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}" &&
 (DIR) diff --git a/brtv-generate-playlists.sh b/brtv-generate-playlists.sh
       @@ -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