Automating sql generation on db change
This commit is contained in:
		| @@ -91,7 +91,7 @@ function program_checks() { | ||||
|     done | ||||
|   } | ||||
|  | ||||
|   is_installed audio2image.bash awk base64 cat csvtojson curl date detox eval extract_images ffprobe ffmpeg file find grep head jq kate magick mediainfo mv realpath remove-image.pl rsync seamonkey sed sed sort sponge ssh touch touch wget hpr-check-ccdn-links | ||||
|   is_installed audio2image.bash awk base64 cat csvtojson curl date eval extract_images ffprobe ffmpeg file find grep head jq kate magick mediainfo mv realpath remove-image.pl rsync seamonkey sed sed sort sponge ssh touch touch wget hpr-check-ccdn-links | ||||
|  | ||||
|   for arg in $* | ||||
|   do | ||||
| @@ -647,7 +647,6 @@ function get_next_show_from_hpr_hub() { | ||||
|   echo_debug "Downloading hpr${ep_num} from ${email_unpadded}" | ||||
|   echo_debug "" | ||||
|   echo_debug "rsync -ave ssh --partial --progress ${source_dir}/ ${working_dir}/" | ||||
|   ssh hpr -t "detox -v ${hpr_upload_dir}/" | ||||
|   rsync -ave ssh --partial --progress ${source_dir}/ ${working_dir}/ | ||||
|  | ||||
| } | ||||
| @@ -1032,7 +1031,7 @@ function media_checks() { | ||||
|   shownotes_srt="${media%.*}.srt" | ||||
|   if [[ -z "${shownotes_srt}" || ! -s "${shownotes_srt}" ]] | ||||
|   then | ||||
|     echo_error "Could not find the subtitles for media \"${media}\"" | ||||
|     echo_error "Could not find the subtitles for media \"${media}\" in \"${shownotes_srt}\"" | ||||
|   fi | ||||
|    | ||||
|   #TODO fix close duration | ||||
|   | ||||
		Reference in New Issue
	
	Block a user