Let’s test again
With now:
paths:
# default: $albumartist_credit/$album%aunique{}/$disc-$track $title
# default: $albumartist/$album%aunique{}/$disc-$track $title
default: %asciify{$albumartist}/%asciify{$album}%aunique{}/$disc-$track %asciify{$title}
homegrown:true: Homegrown/%asciify{$albumartist}/%asciify{$album}%aunique{}/$disc-$track %asciify{$title}
album:Leonard Bernstein Collection Volume One: %asciify{$albumartist_credit}/%asciify{$album}%aunique{}/$disc/%asciify{$disctitle}/$disc-$track %asciify{$title}
singleton: Non-Album/%asciify{$artist}/%asciify{$title}
comp: Compilations/%asciify{$album}%aunique{}/$disc-$track %asciify{$title}
I choose this example files
(homegrown is set on the album level, but it is also visible with each track)
beet ls Wolfgang Dauner -f '$homegrown $path'
true /marvin/mucke/beetOutput/_/Wolfgang_Dauner__Piano_solo_Köln_Subway/00-01_Wendekreis_des_Steinbocks.flac
true /marvin/mucke/beetOutput/_/Wolfgang_Dauner__Piano_solo_Köln_Subway/00-02_Don_t_change_me.flac
true /marvin/mucke/beetOutput/_/Wolfgang_Dauner__Piano_solo_Köln_Subway/00-03_Über_den_Dächern_von_Stuttgart.flac
true /marvin/mucke/beetOutput/_/Wolfgang_Dauner__Piano_solo_Köln_Subway/00-04_Trans_Tanz.flac
Now I use ‘move -p’ and the default rule is applied instead:
beet move -p /marvin/mucke/beetOutput/_/Wolfgang_Dauner__Piano_solo_Köln_Subway/
Moving 4 items.
/marvin/mucke/beetOutput/_/Wolfgang_Dauner__Piano_solo_Köln_Subway/00-01_Wendekreis_des_Steinbocks.flac
-> /marvin/mucke/beetOutput/Wolfgang_Dauner/Wolfgang_Dauner__Piano_solo_Koln_Subway/00-01_Wendekreis_des_Steinbocks.flac
/marvin/mucke/beetOutput/_/Wolfgang_Dauner__Piano_solo_Köln_Subway/00-02_Don_t_change_me.flac
-> /marvin/mucke/beetOutput/Wolfgang_Dauner/Wolfgang_Dauner__Piano_solo_Koln_Subway/00-02_Don_t_change_me.flac
/marvin/mucke/beetOutput/_/Wolfgang_Dauner__Piano_solo_Köln_Subway/00-03_Über_den_Dächern_von_Stuttgart.flac
-> /marvin/mucke/beetOutput/Wolfgang_Dauner/Wolfgang_Dauner__Piano_solo_Koln_Subway/00-03_Uber_den_Dachern_von_Stuttgart.flac
/marvin/mucke/beetOutput/_/Wolfgang_Dauner__Piano_solo_Köln_Subway/00-04_Trans_Tanz.flac
-> /marvin/mucke/beetOutput/Wolfgang_Dauner/Wolfgang_Dauner__Piano_solo_Koln_Subway/00-04_Trans_Tanz.flac
I use the beets which comes with debian stable:
beets version 1.3.18
plugins: chroma, convert, edit, embedart, lastgenre, mbsync, smartplaylist, web
What could I do to check it better ?