@@ -67,7 +67,7 @@ Other changes:
67
67
68
68
* :doc: `/plugins/acousticbrainz `: AcousticBrainz lookups are now done over
69
69
HTTPS. Thanks to :user: `Freso `. :bug: `2007 `
70
- * The :doc: ` /plugins/ echonest ` has been removed. The API is `shutting down `_.
70
+ * The `` echonest `` plugin has been removed. The API is `shutting down `_.
71
71
You might want to try the :doc: `/plugins/acousticbrainz ` instead.
72
72
73
73
.. _shutting down : https://developer.spotify.com/news-stories/2016/03/29/api-improvements-update/
@@ -749,10 +749,10 @@ As usual, there are loads of little fixes and improvements:
749
749
the field cannot be removed (i.e., when it does not exist, when it is a
750
750
built-in field, or when it is a computed field). :bug: `1124 `
751
751
* The deprecated ``echonest_tempo `` plugin has been removed. Please use the
752
- :doc: ` /plugins/ echonest ` instead.
753
- * :doc: ` /plugins/ echonest `: Fingerprint-based lookup has been removed in
752
+ `` echonest `` plugin instead.
753
+ * `` echonest `` plugin : Fingerprint-based lookup has been removed in
754
754
accordance with `API changes `_. :bug: `1121 `
755
- * :doc: ` /plugins/ echonest `: Avoid a crash when the song has no duration
755
+ * `` echonest `` plugin : Avoid a crash when the song has no duration
756
756
information. :bug: `896 `
757
757
* :doc: `/plugins/lyrics `: Avoid a crash when retrieving non-ASCII lyrics from
758
758
the Google backend. :bug: `1135 ` :bug: `1136 `
@@ -886,7 +886,7 @@ And countless little improvements and fixes:
886
886
* Fix an issue where modifying an album's field without actually changing it
887
887
would not update the corresponding tracks to bring differing tracks back in
888
888
line with the album. :bug: `856 `
889
- * :doc: ` /plugins/ echonest `: When communicating with the Echo Nest servers
889
+ * `` echonest `` plugin : When communicating with the Echo Nest servers
890
890
fails repeatedly, log an error instead of exiting. :bug: `1096 `
891
891
* :doc: `/plugins/lyrics `: Avoid an error when the Google source returns a
892
892
result without a title. Thanks to Alberto Leal. :bug: `1097 `
@@ -906,7 +906,7 @@ If you want to see all your songs in reverse chronological order, just type
906
906
907
907
Flexible field types mean that some functionality that has previously only
908
908
worked for built-in fields, like range queries, can now work with plugin- and
909
- user-defined fields too. For starters, the :doc: ` /plugins/ echonest/ ` and
909
+ user-defined fields too. For starters, the `` echonest `` plugin and
910
910
:doc: `/plugins/mpdstats ` now mark the types of the fields they provide---so
911
911
you can now say, for example, ``beet ls liveness:0.5..1.5 `` for the Echo Nest
912
912
"liveness" attribute. The :doc: `/plugins/types ` makes it easy to specify field
@@ -1150,14 +1150,14 @@ new in this release:
1150
1150
* A new `initial_key ` field is available in the database and files' tags. You
1151
1151
can set the field manually using a command like ``beet modify
1152
1152
initial_key=Am ``.
1153
- * The :doc: ` /plugins/ echonest ` sets the `initial_key ` field if the data is
1153
+ * The `` echonest `` plugin sets the `initial_key ` field if the data is
1154
1154
available.
1155
1155
* A new :doc: `/plugins/keyfinder ` runs a command-line tool to get the key from
1156
1156
audio data and store it in the `initial_key ` field.
1157
1157
1158
1158
There are also many bug fixes and little enhancements:
1159
1159
1160
- * :doc: ` /plugins/ echonest `: Truncate files larger than 50MB before uploading for
1160
+ * `` echonest `` plugin : Truncate files larger than 50MB before uploading for
1161
1161
analysis.
1162
1162
* :doc: `/plugins/fetchart `: Fix a crash when the server does not specify a
1163
1163
content type. Thanks to Lee Reinhardt.
@@ -1214,7 +1214,7 @@ New stuff:
1214
1214
queries (combined with "or" logic). Album-level queries are also now
1215
1215
possible and automatic playlist regeneration can now be disabled. Thanks to
1216
1216
brilnius.
1217
- * :doc: ` /plugins/ echonest `: Echo Nest similarity now weights the tempo in
1217
+ * `` echonest `` plugin : Echo Nest similarity now weights the tempo in
1218
1218
better proportion to other metrics. Also, options were added to specify
1219
1219
custom thresholds and output formats. Thanks to Adam M.
1220
1220
* Added the :ref: `after_write <plugin_events >` plugin event.
@@ -1235,7 +1235,7 @@ Fixes:
1235
1235
legibility).
1236
1236
* Fixed a regression that made it impossible to use the :ref: `modify-cmd `
1237
1237
command to add new flexible fields. Thanks to brilnius.
1238
- * :doc: ` /plugins/ echonest `: Avoid crashing when the audio analysis fails.
1238
+ * `` echonest `` plugin : Avoid crashing when the audio analysis fails.
1239
1239
Thanks to Pedro Silva.
1240
1240
* :doc: `/plugins/duplicates `: Fix checksumming command execution for files
1241
1241
with quotation marks in their names. Thanks again to Pedro Silva.
@@ -1311,7 +1311,7 @@ Unrelated new stuff:
1311
1311
1312
1312
Other little fixes:
1313
1313
1314
- * :doc: ` /plugins/ echonest `: Tempo (BPM) is now always stored as an integer.
1314
+ * `` echonest `` plugin : Tempo (BPM) is now always stored as an integer.
1315
1315
Thanks to Heinz Wiesinger.
1316
1316
* Fix Python 2.6 compatibility in some logging statements in
1317
1317
:doc: `/plugins/chroma ` and :doc: `/plugins/lastgenre `.
@@ -1352,7 +1352,7 @@ Other little fixes:
1352
1352
no changes are necessary. Thanks to brilnius.
1353
1353
* :doc: `/plugins/fetchart `: When using the ``remote_priority `` config option,
1354
1354
local image files are no longer completely ignored.
1355
- * :doc: ` /plugins/ echonest `: Fix an issue causing the plugin to appear twice in
1355
+ * `` echonest `` plugin : Fix an issue causing the plugin to appear twice in
1356
1356
the output of the ``beet version `` command.
1357
1357
* :doc: `/plugins/lastgenre `: Fix an occasional crash when no tag weight was
1358
1358
returned by Last.fm.
@@ -1377,7 +1377,7 @@ into sync with your database. Thanks to Heinz Wiesinger.
1377
1377
1378
1378
We added some plugins and overhauled some existing ones:
1379
1379
1380
- * The new :doc: ` /plugins/ echonest ` plugin can fetch a wide range of `acoustic
1380
+ * The new `` echonest `` plugin plugin can fetch a wide range of `acoustic
1381
1381
attributes `_ from `The Echo Nest `_, including the "speechiness" and
1382
1382
"liveness" of each track. The new plugin supersedes an older version
1383
1383
(``echonest_tempo ``) that only fetched the BPM field. Thanks to Pedro Silva
0 commit comments