Hi all, I’m new to beets but I think it’s just what I need.
I’m just trying out importing and customising paths etc. to decide how to structure things.
Is there a way of storing the original album folder name at time of import?
E.g. when I import “Duran Duran - The Reflex (vinyl single) (1983) [FLAC 24-96]” is there a way of storing that old folder name in the new structure, e.g. in a file called “original_folder.txt” ?
Hello! We don’t have a specific feature just like that, but a specialized use case like this is the perfect excuse to write a one-off plugin for your own use. It should be too hard to listen to import events, pull out the current path, and record that to a file.
Flexible attributes can be either item level or album level. When using --set, the level matches how the import runs: if you’re importing albums, then an album-level field gets set.