Replies: 3 comments 7 replies
-
You’re running into this specific and challenging issue: #323 |
Beta Was this translation helpful? Give feedback.
7 replies
-
Similar to this, what do I put in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I have a bunch of albums where artists are listed as "Artist A / Artist B". When doing
beet move
, I want the artists to be displayed in the filenames as "Artist A & Artist B". To do that, I put the following snippet in the config:However, this doesn't work - it still changes the forward slash (/) to an underscore (_). Is it a bug or am I doing somthing wrong? What should I do to replace forward slashes correctly?
Beta Was this translation helpful? Give feedback.
All reactions