[print_meta_cue] ""
This commit is contained in:
parent
ac20cc94bb
commit
199710f60f
1 changed files with 1 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue