beets/docs
Alexander Elbs 9ca816f247 the bucket plugin transforms a pattern like 'A - D' into something that
matches all letters starting with A to D (upper and lower case). This
change allows to put more artists into that bucket. E.g. artists
starting with ä or Ä and 0 to 9 and … (three dots)

Example config for overriding a bucket pattern:

  bucket:
     bucket_alpha: ['A - D', 'E - L', 'M - R', 'S - Z']
     bucket_alpha_regex:
       'A - D': ^[0-9a-dA-D…äÄ]
2014-06-30 20:55:28 +02:00
..
dev Add before_item_moved event 2014-05-01 20:38:07 -04:00
guides beets installation instructions on openbsd 2014-05-29 13:30:28 +02:00
plugins the bucket plugin transforms a pattern like 'A - D' into something that 2014-06-30 20:55:28 +02:00
reference Note about group-albums and import log (#825) 2014-06-25 10:05:31 -07:00
changelog.rst Fix broken docs references 2014-06-14 16:17:28 +01:00
conf.py Version bump: 1.3.7 2014-05-10 18:18:24 -07:00
faq.rst a couple new extremely basic FAQs 2014-03-21 18:04:35 -07:00
index.rst docs: link to mailing list, not me directly 2013-12-22 13:52:02 -08:00
Makefile Release script: build command 2014-05-02 14:09:59 -07:00