-
|
At times I want to place some albums or singletons in a directory that doesn't correspond to the main artist. A few examples: So far, I've done things like this to achieve this: tag:eminem: E/Eminem/....and a beet import --set tag=eminem Artist_that_is_not_Eminem*But it's not feasible to do it like this every time I find a case where I want to place things differently. I do not want to use the rewrite plugin but I'd rather have a way to specify a directory at import time, somehow. How would you do it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hmm… how about using a flexible field to contain the directory name you want? That is, you could set a |
Beta Was this translation helpful? Give feedback.
Hmm… how about using a flexible field to contain the directory name you want? That is, you could set a
myartistfield and, when it’s nonempty, use$myartistin the path format.