Skip to content

Commit da4bd64

Browse files
committed
Fix broken links to EchoNest docs
1 parent 2f4c7ee commit da4bd64

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

docs/changelog.rst

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Other changes:
6767

6868
* :doc:`/plugins/acousticbrainz`: AcousticBrainz lookups are now done over
6969
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`_.
7171
You might want to try the :doc:`/plugins/acousticbrainz` instead.
7272

7373
.. _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:
749749
the field cannot be removed (i.e., when it does not exist, when it is a
750750
built-in field, or when it is a computed field). :bug:`1124`
751751
* 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
754754
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
756756
information. :bug:`896`
757757
* :doc:`/plugins/lyrics`: Avoid a crash when retrieving non-ASCII lyrics from
758758
the Google backend. :bug:`1135` :bug:`1136`
@@ -886,7 +886,7 @@ And countless little improvements and fixes:
886886
* Fix an issue where modifying an album's field without actually changing it
887887
would not update the corresponding tracks to bring differing tracks back in
888888
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
890890
fails repeatedly, log an error instead of exiting. :bug:`1096`
891891
* :doc:`/plugins/lyrics`: Avoid an error when the Google source returns a
892892
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
906906

907907
Flexible field types mean that some functionality that has previously only
908908
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
910910
:doc:`/plugins/mpdstats` now mark the types of the fields they provide---so
911911
you can now say, for example, ``beet ls liveness:0.5..1.5`` for the Echo Nest
912912
"liveness" attribute. The :doc:`/plugins/types` makes it easy to specify field
@@ -1150,14 +1150,14 @@ new in this release:
11501150
* A new `initial_key` field is available in the database and files' tags. You
11511151
can set the field manually using a command like ``beet modify
11521152
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
11541154
available.
11551155
* A new :doc:`/plugins/keyfinder` runs a command-line tool to get the key from
11561156
audio data and store it in the `initial_key` field.
11571157

11581158
There are also many bug fixes and little enhancements:
11591159

1160-
* :doc:`/plugins/echonest`: Truncate files larger than 50MB before uploading for
1160+
* ``echonest`` plugin: Truncate files larger than 50MB before uploading for
11611161
analysis.
11621162
* :doc:`/plugins/fetchart`: Fix a crash when the server does not specify a
11631163
content type. Thanks to Lee Reinhardt.
@@ -1214,7 +1214,7 @@ New stuff:
12141214
queries (combined with "or" logic). Album-level queries are also now
12151215
possible and automatic playlist regeneration can now be disabled. Thanks to
12161216
brilnius.
1217-
* :doc:`/plugins/echonest`: Echo Nest similarity now weights the tempo in
1217+
* ``echonest`` plugin: Echo Nest similarity now weights the tempo in
12181218
better proportion to other metrics. Also, options were added to specify
12191219
custom thresholds and output formats. Thanks to Adam M.
12201220
* Added the :ref:`after_write <plugin_events>` plugin event.
@@ -1235,7 +1235,7 @@ Fixes:
12351235
legibility).
12361236
* Fixed a regression that made it impossible to use the :ref:`modify-cmd`
12371237
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.
12391239
Thanks to Pedro Silva.
12401240
* :doc:`/plugins/duplicates`: Fix checksumming command execution for files
12411241
with quotation marks in their names. Thanks again to Pedro Silva.
@@ -1311,7 +1311,7 @@ Unrelated new stuff:
13111311

13121312
Other little fixes:
13131313

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.
13151315
Thanks to Heinz Wiesinger.
13161316
* Fix Python 2.6 compatibility in some logging statements in
13171317
:doc:`/plugins/chroma` and :doc:`/plugins/lastgenre`.
@@ -1352,7 +1352,7 @@ Other little fixes:
13521352
no changes are necessary. Thanks to brilnius.
13531353
* :doc:`/plugins/fetchart`: When using the ``remote_priority`` config option,
13541354
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
13561356
the output of the ``beet version`` command.
13571357
* :doc:`/plugins/lastgenre`: Fix an occasional crash when no tag weight was
13581358
returned by Last.fm.
@@ -1377,7 +1377,7 @@ into sync with your database. Thanks to Heinz Wiesinger.
13771377

13781378
We added some plugins and overhauled some existing ones:
13791379

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
13811381
attributes`_ from `The Echo Nest`_, including the "speechiness" and
13821382
"liveness" of each track. The new plugin supersedes an older version
13831383
(``echonest_tempo``) that only fetched the BPM field. Thanks to Pedro Silva

0 commit comments

Comments
 (0)