As some background, I’m collecting music and placing it in a subfolder based on it’s copyright/copyleft information. For ease of use I’ve put a new tag in each MP3 named “copyfolder” and the tag can hold information like “CC-BY” “CC-BY-NC” and so on. It’s fairly straightforward, but I’m having the damndest time navigating the docs, to figure out which feature I should be using to make this work. Beets is currently throwing me an exception saying the inline path field “copyfolder” isn’t defined. These are the relevant bits I have in my config so far. I feel I may be out of my depth here.
paths:
default: $copyfolder/$albumartist - $album%aunique{}/$track - $title
singleton: $copyfolder/Non-Album/$artist - $title
comp: $copyfolder/Compilations/$album%aunique{}/$track - $title
item_fields:
copyfolder: u"%s" % (copyfolder)