mirror of
https://github.com/beetbox/beets.git
synced 2026-01-13 19:52:48 +01:00
clutter option: permit whitespace-separated
This commit is contained in:
parent
38ecb35718
commit
bc660ec47f
2 changed files with 3 additions and 1 deletions
|
|
@ -519,7 +519,7 @@ class ImportTask(object):
|
|||
if self.toppath and not os.path.exists(filename):
|
||||
util.prune_dirs(os.path.dirname(filename),
|
||||
self.toppath,
|
||||
clutter=config['clutter'].get(list))
|
||||
clutter=config['clutter'].as_str_seq())
|
||||
|
||||
|
||||
# Full-album pipeline stages.
|
||||
|
|
|
|||
|
|
@ -61,6 +61,8 @@ Little fixes:
|
|||
``embedart`` plugins. Thanks to Chris Cogburn.
|
||||
* :doc:`/plugins/ihate`: Fix an error when importing singletons. Thanks to
|
||||
Mathijs de Bruin.
|
||||
* The :ref:`clutter` option can now be a whitespace-separated list in addition
|
||||
to a YAML list.
|
||||
|
||||
|
||||
.. _Acoustic Attributes: http://developer.echonest.com/acoustic-attributes.html
|
||||
|
|
|
|||
Loading…
Reference in a new issue