jbilcke-hf HF staff commited on
Commit
d55f434
1 Parent(s): c9f8f7f

disable audio file download

Browse files
Files changed (1) hide show
  1. scripts/init.sh +2 -1
scripts/init.sh CHANGED
@@ -5,7 +5,8 @@ echo "creating the storage folders for channel 1.."
5
  mkdir -p $WEBTV_VIDEO_STORAGE_PATH_CHANNEL_1
6
  mkdir -p $WEBTV_AUDIO_STORAGE_PATH_CHANNEL_1
7
 
8
- bash downloadmusic.sh
 
9
 
10
  echo "creating the playlists for channel 1.."
11
  echo "ffconcat version 1.0" > channel_1_video.txt
 
5
  mkdir -p $WEBTV_VIDEO_STORAGE_PATH_CHANNEL_1
6
  mkdir -p $WEBTV_AUDIO_STORAGE_PATH_CHANNEL_1
7
 
8
+ # this is pointless as right now we cannot easily inject the audio track
9
+ # bash downloadmusic.sh
10
 
11
  echo "creating the playlists for channel 1.."
12
  echo "ffconcat version 1.0" > channel_1_video.txt