Hi.
How do you feel about adding a new path format function to compare two values.
Use case: I want to put files for releases with multiple discs in different subfolders. e.g.
Cure, The/Kiss Me Kiss Me Kiss Me/Disc01/
Cure, The/Kiss Me Kiss Me Kiss Me/Disc02/
But for single discs I don't want a subfolder. e.g.
Cure, The/Wild Mood Swings/
For testing I added a template ifeq to beets/library.py. Now adding this:
%ifeq{$disctotal,01,,/Disc$disc}
to my path format does what I want. Should I go ahead and commit my changes or is this not desired?
Peter