[print_meta_cue] ""

This commit is contained in:
ayakael 2018-07-12 16:19:56 -08:00
parent ac20cc94bb
commit 199710f60f
No known key found for this signature in database
GPG key ID: 575626A4AE5F4026

View file

@ -11,8 +11,7 @@
# }
print_meta_cue() {
local FLAC="${1}"
local CUE="${2}"
local CUE="${1}"
dos2unix -q -R "${CUE}"
local trackmetaList=($( sed -n '/TRACK 01/,$p' ${CUE} | tr -d '\n' | awk 'BEGIN {RS="TRACK"}{print $0}' | tail -n +2))