jbilcke-hf HF staff commited on
Commit
f0dcd87
·
1 Parent(s): a796134
Files changed (2) hide show
  1. scripts/init.sh +3 -0
  2. start.sh +1 -1
scripts/init.sh CHANGED
@@ -14,6 +14,9 @@ echo "creating the storage folders for channel 2.."
14
  mkdir -p $WEBTV_VIDEO_STORAGE_PATH_CHANNEL_2
15
  mkdir -p $WEBTV_AUDIO_STORAGE_PATH_CHANNEL_2
16
 
 
 
 
17
  echo "creating the playlists for channel 2.."
18
  echo "ffconcat version 1.0" > channel_2_video.txt
19
  echo "ffconcat version 1.0" > channel_2_video.txt
 
14
  mkdir -p $WEBTV_VIDEO_STORAGE_PATH_CHANNEL_2
15
  mkdir -p $WEBTV_AUDIO_STORAGE_PATH_CHANNEL_2
16
 
17
+ mkdir -p $WEBTV_VIDEO_ARCHIVE_PATH_CHANNEL_1
18
+
19
+
20
  echo "creating the playlists for channel 2.."
21
  echo "ffconcat version 1.0" > channel_2_video.txt
22
  echo "ffconcat version 1.0" > channel_2_video.txt
start.sh CHANGED
@@ -11,7 +11,7 @@ bash scripts/download_fresh_music.sh
11
  bash scripts/censorship.sh
12
 
13
  # ----------- ARCHIVE OLD, UNINTERESITNG VIDEOS -------
14
- bash scripts/archive_old_videos.sh
15
 
16
  # ------ background processes ---------
17
 
 
11
  bash scripts/censorship.sh
12
 
13
  # ----------- ARCHIVE OLD, UNINTERESITNG VIDEOS -------
14
+ # bash scripts/archive_old_videos.sh
15
 
16
  # ------ background processes ---------
17