=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== fadecut-0.2.1/fadecut-420- fadecut-0.2.1/fadecut:421: ARTIST=`$BIN_ID3V2 -l "$F" | sed -e '/TPE1/!d' -e 's/^.*: //g'` fadecut-0.2.1/fadecut:422: TITLE=`$BIN_ID3V2 -l "$F" | sed -e '/TIT2/!d' -e 's/^.*: //g'` fadecut-0.2.1/fadecut-423- ############################################## fadecut-0.2.1/fadecut-461- fadecut-0.2.1/fadecut:462: LENGTH=`$BIN_SOX "$TMPDIR"/"$F" -n stat 2>&1 | grep Length | sed -e 's/.* //' -e 's/\..*//'` fadecut-0.2.1/fadecut-463- let TRIMLENGTH=$((LENGTH-TRIM_BEGIN-TRIM_END)) ############################################## fadecut-0.2.1/fadecut-648-if [ -d "$OUTPUTDIR" ]; then fadecut-0.2.1/fadecut:649: StatsNewDir=`ls -1 "$OUTPUTDIR" | wc -l` fadecut-0.2.1/fadecut-650-fi fadecut-0.2.1/fadecut-651-if [ -d "$ORIGDIR" ]; then fadecut-0.2.1/fadecut:652: StatsOrigDir=`ls -1 "$ORIGDIR" | wc -l` fadecut-0.2.1/fadecut-653-fi fadecut-0.2.1/fadecut-654-if [ -d "$DONEDIR" ]; then fadecut-0.2.1/fadecut:655: StatsDoneDir=`ls -1 "$DONEDIR" | wc -l` fadecut-0.2.1/fadecut-656-fi fadecut-0.2.1/fadecut-657-if [ -d "$DONTLIKEDIR" ]; then fadecut-0.2.1/fadecut:658: StatsDontlikeDir=`ls -1 "$DONTLIKEDIR" | wc -l` fadecut-0.2.1/fadecut-659-fi fadecut-0.2.1/fadecut-660-if [ -d "$ERRORDIR" ]; then fadecut-0.2.1/fadecut:661: StatsErrorDir=`ls -1 "$ERRORDIR" | wc -l` fadecut-0.2.1/fadecut-662-fi ############################################## fadecut-0.2.1/fadecut-699-time=`date +%H:%M:%S` fadecut-0.2.1/fadecut:700:artist=`echo "$1" | iconv -f ISO-8859-1 -t UTF-8` fadecut-0.2.1/fadecut:701:title=`echo "$2" | iconv -f ISO-8859-1 -t UTF-8` fadecut-0.2.1/fadecut-702-genre="$3" ############################################## fadecut-0.2.1/fadecut-847-$BIN_SOX -V1 "$F" -t wav "$TMPDIR"/"$F".wav silence 1 0.50 0.1% 1 0.5 0.1% : newfile : restart fadecut-0.2.1/fadecut:848:Fcount=`ls -1 "$TMPDIR"/"$F"* | wc -l` fadecut-0.2.1/fadecut-849-#choose biggest file of sox output as we think this will be the wanted main part fadecut-0.2.1/fadecut:850:Ftmp=`ls -1S "$TMPDIR"/"$F"* | sed -e 's/.*\///g' | head -1` fadecut-0.2.1/fadecut-851-mv "$TMPDIR"/"$Ftmp" "$TMPDIR"/"$F"