[print_cue_breaklist] Fixed use of cuebreakpoints rather than print_breakpoints
This commit is contained in:
parent
1acd573afc
commit
6190983149
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ print_cue_breaklist() {
|
||||||
local breakList=(0:00:00)
|
local breakList=(0:00:00)
|
||||||
if shntool cue ${fileList[@]} >/dev/null 2>&1; then
|
if shntool cue ${fileList[@]} >/dev/null 2>&1; then
|
||||||
shntool cue ${fileList[@]} > joined.cue
|
shntool cue ${fileList[@]} > joined.cue
|
||||||
local breakList=(${breakList[@]} $(cuebreakpoints joined.cue | sed 's|\.|:|g'))
|
local breakList=(${breakList[@]} $(print_breakpoints joined.cue))
|
||||||
rm joined.cue
|
rm joined.cue
|
||||||
else
|
else
|
||||||
local durList=($(soxi -D "${fileList[@]}"))
|
local durList=($(soxi -D "${fileList[@]}"))
|
||||||
|
|
Loading…
Reference in a new issue