From: Bastian Dehn Date: Tue, 17 Jan 2017 21:29:16 +0000 (+0100) Subject: add: Description in Scripts X-Git-Tag: v1.0.0^2~114 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=ba8458155dae337dc4f4dbee7858ef7465877a0c;p=albentohandy.git add: Description in Scripts --- diff --git a/albentohandy b/albentohandy index 98d8fd3..b274bba 100755 --- a/albentohandy +++ b/albentohandy @@ -1,4 +1,8 @@ #!/bin/bash +### Script convert flac files from music collection +### to mp3 files. Optional make sha256sum, zip file, or +### copy to other folder. It works on parallel, you can +### use it in a cluster with Parameter -S. work="$(pwd)/work.$$" # temporary working directory scriptpath="/usr/bin" # path to flactomp3v2 and notify.sh script diff --git a/flactomp3v2 b/flactomp3v2 index 5dd73c5..3f1e2cf 100755 --- a/flactomp3v2 +++ b/flactomp3v2 @@ -1,4 +1,6 @@ #!/bin/bash +### Script converts flac to mp3 and added ID3-Tag +### include cover and replaygain Information from flac file # Default options BITRATE=192 diff --git a/notify.sh b/notify.sh index aab8d13..81263a2 100755 --- a/notify.sh +++ b/notify.sh @@ -1,4 +1,7 @@ #!/bin/bash +### Script is include in albentohandy to send notify. +### Here is the Basic functions to send mail. +### albentohandy.conf must have parameters for smtp # default no notify # it will be set in .ablentohandy.conf