Nico Schlömer
unread,Dec 6, 2013, 4:40:10 AM12/6/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to beets...@googlegroups.com
Hi all,
I would like to get a folder structure of
album/disc1
/disc2
...
for multi-disc albums. This worked before, but now doesn't anymore with
============== *snip* ==============
$ beet version
beets version 1.3.2
plugins: scrub, lastgenre, inline
============== *snap* ==============
and
============== *snip* ==============
$ cat ~/.config/beets/config.yaml
directory: ~/Music/
library: ~/Music/musiclibrary.blb
plugins: scrub lastgenre inline
threaded: true
import:
timid: true
move: false
per_disc_numbering: true
paths:
default: $albumartist/$album%aunique{}/%if{$multidisc,Disc
$disc/}$track $title
item_fields:
multidisc: 1 if disctotal > 1 else 0
============== *snap* ==============
Any idea what's going wrong?
Cheers,
Nico