From ba8458155dae337dc4f4dbee7858ef7465877a0c Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Tue, 17 Jan 2017 22:29:16 +0100 Subject: [PATCH] add: Description in Scripts --- albentohandy | 4 ++++ flactomp3v2 | 2 ++ notify.sh | 3 +++ 3 files changed, 9 insertions(+) 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 -- 2.47.3