From ca33f190a5a501bb30e61bde28690af378356dbe Mon Sep 17 00:00:00 2001 From: Rahul Ahuja Date: Sun, 1 Sep 2019 18:58:03 -0700 Subject: [PATCH] Add deezer, spotify docs to autotagger index --- docs/plugins/deezer.rst | 2 +- docs/plugins/index.rst | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/plugins/deezer.rst b/docs/plugins/deezer.rst index 94347c99e..8bddd766f 100644 --- a/docs/plugins/deezer.rst +++ b/docs/plugins/deezer.rst @@ -1,4 +1,4 @@ -Spotify Plugin +Deezer Plugin ============== The ``deezer`` plugin provides metadata matches for the importer using the diff --git a/docs/plugins/index.rst b/docs/plugins/index.rst index 4f3e6fbff..16e564f84 100644 --- a/docs/plugins/index.rst +++ b/docs/plugins/index.rst @@ -105,10 +105,14 @@ Autotagger Extensions * :doc:`chroma`: Use acoustic fingerprinting to identify audio files with missing or incorrect metadata. * :doc:`discogs`: Search for releases in the `Discogs`_ database. +* :doc:`spotify`: Search for releases in the `Spotify`_ database. +* :doc:`deezer`: Search for releases in the `Deezer`_ database. * :doc:`fromfilename`: Guess metadata for untagged tracks from their filenames. .. _Discogs: https://www.discogs.com/ +.. _Spotify: https://www.spotify.com +.. _Deezer: https://www.deezer.com/ Metadata --------