mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 16:42:42 +01:00
Update URL to use HTTPS and add documentation.
This commit is contained in:
parent
6c8535088a
commit
4038e36343
1 changed files with 10 additions and 5 deletions
|
|
@ -4,7 +4,9 @@ Beatport Plugin
|
||||||
The ``beatport`` plugin adds support for querying the `Beatport`_ catalogue
|
The ``beatport`` plugin adds support for querying the `Beatport`_ catalogue
|
||||||
during the autotagging process. This can potentially be helpful for users
|
during the autotagging process. This can potentially be helpful for users
|
||||||
whose collection includes a lot of diverse electronic music releases, for which
|
whose collection includes a lot of diverse electronic music releases, for which
|
||||||
both MusicBrainz and (to a lesser degree) Discogs show no matches.
|
both MusicBrainz and (to a lesser degree) `Discogs`_ show no matches.
|
||||||
|
|
||||||
|
.. _Discogs: https://discogs.com
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
@ -21,15 +23,18 @@ run the :ref:`import-cmd` command after enabling the plugin, it will ask you
|
||||||
to authorize with Beatport by visiting the site in a browser. On the site
|
to authorize with Beatport by visiting the site in a browser. On the site
|
||||||
you will be asked to enter your username and password to authorize beets
|
you will be asked to enter your username and password to authorize beets
|
||||||
to query the Beatport API. You will then be displayed with a single line of
|
to query the Beatport API. You will then be displayed with a single line of
|
||||||
text that you should paste into your terminal. This will store the
|
text that you should paste as a whole into your terminal. This will store the
|
||||||
authentication data for subsequent runs and you will not be required to
|
authentication data (under ``~/.config/beatport_token.json``) for subsequent
|
||||||
repeat the above steps.
|
runs and you will not be required to repeat the above steps.
|
||||||
|
|
||||||
Matches from Beatport should now show up alongside matches
|
Matches from Beatport should now show up alongside matches
|
||||||
from MusicBrainz and other sources.
|
from MusicBrainz and other sources.
|
||||||
|
|
||||||
If you have a Beatport ID or a URL for a release or track you want to tag, you
|
If you have a Beatport ID or a URL for a release or track you want to tag, you
|
||||||
can just enter one of the two at the "enter Id" prompt in the importer.
|
can just enter one of the two at the "enter Id" prompt in the importer. You can
|
||||||
|
also search for an id like so:
|
||||||
|
|
||||||
|
beet import path/to/music/library --search-id id
|
||||||
|
|
||||||
.. _requests: https://docs.python-requests.org/en/latest/
|
.. _requests: https://docs.python-requests.org/en/latest/
|
||||||
.. _requests_oauthlib: https://github.com/requests/requests-oauthlib
|
.. _requests_oauthlib: https://github.com/requests/requests-oauthlib
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue