feat: sync-music: only replace extensions with trailing quotes in cue files
This commit is contained in:
parent
5fc881156e
commit
ef21e69ac3
|
@ -59,8 +59,8 @@ Pushes status message about this action to QUEUE if given."))
|
||||||
:element-type 'octet)
|
:element-type 'octet)
|
||||||
(setf buf (make-array (file-length input) :element-type 'octet))
|
(setf buf (make-array (file-length input) :element-type 'octet))
|
||||||
(read-sequence buf input))
|
(read-sequence buf input))
|
||||||
(setf buf (replace-text-buffer buf ".flac" ".opus"))
|
(setf buf (replace-text-buffer buf ".flac\"" ".opus\""))
|
||||||
(setf buf (replace-text-buffer buf ".wav" ".opus"))
|
(setf buf (replace-text-buffer buf ".wav\"" ".opus\""))
|
||||||
(with-open-file (output
|
(with-open-file (output
|
||||||
(action-target a)
|
(action-target a)
|
||||||
:element-type 'octet
|
:element-type 'octet
|
||||||
|
|
Loading…
Reference in a new issue