Everything looks fine from here -- $album should expand to the name of the album. Good luck!
> On Mar 12, 2017, at 1:37 PM, Daniel Köbsch <[email protected]> wrote: > > Am Sonntag, 12. März 2017 18:23:21 UTC+1 schrieb Adrian Sampson: >> >> Alas, it's impossible to tell what's going on without your paths >> configuration and more information about the metadata for the tracks in >> question. >> > ok, so here is my beets config: > directory: /run/media/user/alexandria > library: ~/Musik/beets/alexandria/musiclibrary.blb > pluginpath: ~/Musik/beets > > paths: > singleton: singles/%bucket{$artist}/$artist/$artist $title [$year] > comp: Various Artists/$album%aunique{} [$year] > [$format]/%if{$disctitle,$disctitle/}$track $artist $title > default: Album/%bucket{$albumartist}/$albumartist/[$year] > $album%aunique{} [$format]/%if{$disctitle,$disctitle/}$track $title > > # Just import the music, with copying and modifying the meta data > import: > move: yes > copy: no > write: yes > > #import: > # move: no > # copy: no > # write: no > > > # files/directories matching one of these patterns are ignored during import > ignore: [".*", "*~", "System Volume Information", ".AppleDouble", "._*", > "*~", ".DS_Store"] > ignore_hidden: yes > per_disc_numbering: no > threaded: yes > > # use auto-tagging where possible > # do not require confirmation on strong matches > autotag: yes > timid: no > > # use the release-date of the original (first) release of an album? > original_date: no > > # files matching these patterns are deleted from source after import > clutter: ["Thumbs.DB", ".DS_Store"] > > # filename for the album art > art_filename: cover # results in "cover.jpg" > > max_filename_length: 0 # unlimited > > ui: > terminal_width: 120 > > > > # Plugins -------------------------------------------------------------------- > plugins: edit scrub lastimport chroma acousticbrainz fetchart replaygain web > missing lastgenre fuzzy discogs lyrics bucket inline > > #bpd embedart copyartifacts > > match: > strong_rec_thresh: 0.10 > # strong_rec_thresh: 0.01 > length_diff_thresh: 10.0 > > scrub: > auto: yes > > lastfm: > user: someuser > > copyartifacts: > extensions: .* > print_ignored: yes > > item_fields: > multidisc: 1 if disctotal > 1 else 0 > > acoustid: > apikey: right_api_key > > acousticbrainz: > auto: yes > > web: > #host: 127.0.0.1 > port: 8080 > > lastgenre: > canonical: yes > count: 7 > > bpd: > host: 127.0.0.1 > port: 6600 > password: > > zero: > fields: comments > > fetchart: > auto: yes > maxwidth: 400 > cautious: true > cover_names: cover folder > > replaygain: > auto: yes > overwrite: yes > albumgain: yes > > missing: > format: $albumartist - $album - $track - $title > count: yes > total: yes > > bucket: > bucket_alpha: ['[0-9]', '[ABC]', '[DEF]', '[GHI]', '[JKL]', '[MNO]', > '[PQR]', '[STU]', '[VWX]', '[YZ]'] > > > > -- > You received this message because you are subscribed to the Google Groups > "beets" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "beets" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
