You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting this, I had a similar issue with this NULL-based separator. I think it should ideally be configurable, and default to ; indeed. Could you point to where did you find this in the docs?
Uh oh!
There was an error while loading. Please reload this page.
The separator in the albumartists tag is handled as
\␀
.Picard and ffprobe show the correct
;
in the tag.I can handle the separated fields like so.
%first{${albumartists},2,0,\␀,---}
The docs imply ; as the correct separator though.
Running this command in verbose (
-vv
) mode:Setup
My configuration (output of
beet config
) is:The text was updated successfully, but these errors were encountered: