@@ -12,26 +12,31 @@ If you want to see all your songs in reverse chronological order, just type
12
12
:ref: `query-sort `.
13
13
14
14
Flexible field types mean that some functionality that has previously only
15
- worked for built-in fields, like range queries for numeric fields, can now
16
- work with plugin- and user-defined fields too. For starters, the
17
- :doc: `/plugins/echonest/ ` and :doc: `/plugins/mpdstats ` now mark the types of
18
- the fields they provide---so you can now say, for example, ``beet ls
19
- liveness:0.5..1.5 `` for the Echo Nest "liveness" attribute.
20
-
21
- Features:
22
-
23
- * :doc: `/plugins/info `: Files can be specified through library queries
24
- and the ``--library `` option prints library fields instead of tags.
25
- Tags and library fields for multiple files can be summarized with the
26
- ``--summarize `` option.
15
+ worked for built-in fields, like range queries, can now work with plugin- and
16
+ user-defined fields too. For starters, the :doc: `/plugins/echonest/ ` and
17
+ :doc: `/plugins/mpdstats ` now mark the types of the fields they provide---so
18
+ you can now say, for example, ``beet ls liveness:0.5..1.5 `` for the Echo Nest
19
+ "liveness" attribute. The :doc: `/plugins/types ` makes it easy to specify field
20
+ types in your config file.
21
+
22
+ One upgrade note: if you use the :doc: `/plugins/discogs `, you will need to
23
+ upgrade the Discogs client library to use this version. Just type
24
+ ``pip install -U discogs-client ``.
25
+
26
+ Other new features:
27
+
28
+ * :doc: `/plugins/info `: Target files can now be specified through library
29
+ queries (in addition to filenames). The ``--library `` option prints library
30
+ fields instead of tags. Multiple files can be summarized together with the
31
+ new ``--summarize `` option.
27
32
* :doc: `/plugins/mbcollection `: A new option lets you automatically update
28
33
your collection on import. Thanks to Olin Gay.
29
34
* :doc: `/plugins/convert `: A new ``never_convert_lossy_files `` option can
30
35
prevent lossy transcoding. Thanks to Simon Kohlmeyer.
31
36
* :doc: `/plugins/convert `: A new ``--yes `` command-line flag skips the
32
37
confirmation.
33
38
34
- Fixes :
39
+ Still more fixes and little improvements :
35
40
36
41
* Invalid state files don't crash the importer.
37
42
* :doc: `/plugins/lyrics `: Only strip featured artists and
@@ -68,10 +73,10 @@ Fixes:
68
73
this case.
69
74
* :doc: `/plugins/convert `: Fix filename extensions when converting
70
75
automatically.
71
- * The ``write `` event allows plugins to change the tags that are
76
+ * The ``write `` plugin event allows plugins to change the tags that are
72
77
written to a media file.
73
- * :doc: `/plugins/zero `: Do not delete database values, only media file
74
- tags.
78
+ * :doc: `/plugins/zero `: Do not delete database values; only media file
79
+ tags are affected .
75
80
76
81
.. _discogs_client : https://github.com/discogs/discogs_client
77
82
0 commit comments