feat: sync-music: ignore cueprint erorrs
This commit is contained in:
parent
5f61ca0280
commit
b488540ffe
|
@ -31,7 +31,8 @@ Return the action if it exists, or NIL if the file should not be copied."
|
||||||
(uiop:run-program (list "cueprint"
|
(uiop:run-program (list "cueprint"
|
||||||
"-d" "%N"
|
"-d" "%N"
|
||||||
cue-file)
|
cue-file)
|
||||||
:output :string)
|
:output :string
|
||||||
|
:ignore-error-status t)
|
||||||
:junk-allowed t)))
|
:junk-allowed t)))
|
||||||
(when (> cue-track-count (count-if (lambda (f)
|
(when (> cue-track-count (count-if (lambda (f)
|
||||||
(funcall test (pathname-type f) "flac"))
|
(funcall test (pathname-type f) "flac"))
|
||||||
|
|
Loading…
Reference in a new issue