mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
changelog/doc links for Beatport plugin (#301)
This commit is contained in:
parent
dc75935b89
commit
975f5bd818
2 changed files with 10 additions and 1 deletions
|
|
@ -10,6 +10,8 @@ Changelog
|
|||
tracks**. Thanks once more to Pedro Silva.
|
||||
* New :doc:`/plugins/discogs`: Extends the autotagger to include matches from
|
||||
the `Discogs`_ database. Thanks to Artem Ponomarenko and Tai Lee.
|
||||
* New :doc:`/plugins/beatport`: Get matches from the `Beatport`_ database.
|
||||
Thanks to Johannes Baiter.
|
||||
* Your library now keeps track of **when music was added** to it. The new
|
||||
``added`` field is a timestamp reflecting when each item and album was
|
||||
imported and the new ``%time{}`` template function lets you format this
|
||||
|
|
@ -82,6 +84,8 @@ Changelog
|
|||
``country`` and ``albumdisambig``.
|
||||
|
||||
.. _Discogs: http://discogs.com/
|
||||
.. _Beatport: http://www.beatport.com/
|
||||
|
||||
|
||||
1.1.0 (April 29, 203)
|
||||
---------------------
|
||||
|
|
|
|||
|
|
@ -66,13 +66,18 @@ disabled by default, but you can turn them on as described above.
|
|||
missing
|
||||
duplicates
|
||||
discogs
|
||||
beatport
|
||||
|
||||
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:`discogs`: Search for releases in the `Discogs`_ database.
|
||||
* :doc:`beatport`: Search for tracks and releases in the `Beatport`_ database.
|
||||
|
||||
.. _Beatport: http://www.beatport.com/
|
||||
.. _Discogs: http://www.discogs.com/
|
||||
|
||||
Metadata
|
||||
''''''''
|
||||
|
|
|
|||
Loading…
Reference in a new issue