#!/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
#!/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