How to copy value to another value? #5124
-
What is the proper command to copy one value to another? For example:
|
Beta Was this translation helpful? Give feedback.
Answered by
wisp3rwind
Feb 27, 2024
Replies: 1 comment
-
This should work, assuming you are running a development version of beets, cf. #4543. You'll also need to quote the command properly, such that your shell does not expand the variable to something undesirable (like the empty string) already:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
slyfoxgh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This should work, assuming you are running a development version of beets, cf. #4543. You'll also need to quote the command properly, such that your shell does not expand the variable to something undesirable (like the empty string) already: