]> gitweb.hhaalo.de Git - albentohandy.git/commitdiff
add: Description in Scripts
authorBastian Dehn <hhaalo@arcor.de>
Tue, 17 Jan 2017 21:29:16 +0000 (22:29 +0100)
committerBastian Dehn <hhaalo@arcor.de>
Tue, 17 Jan 2017 21:29:16 +0000 (22:29 +0100)
albentohandy
flactomp3v2
notify.sh

index 98d8fd30956174e6b12591de838ec6e2fadc6e97..b274bba8494c62ece0eb7aee68964f81d9010136 100755 (executable)
@@ -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
index 5dd73c52d95f8bd327b9b2502a505bd52cc38684..3f1e2cfef4d48ca49049e3484d1bd1ecc4bf09a5 100755 (executable)
@@ -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
index aab8d13114e30843984dc71eaf06200de04d9abc..81263a29fca78f9df80c3921b20765c1fe550216 100755 (executable)
--- 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