clutter option: permit whitespace-separated

This commit is contained in:
Adrian Sampson 2013-11-25 21:37:47 -08:00
parent 38ecb35718
commit bc660ec47f
2 changed files with 3 additions and 1 deletions

View file

@ -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.

View file

@ -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