mirror of
https://github.com/beetbox/beets.git
synced 2025-12-27 02:52:33 +01:00
Fixed documentation build error, and added lastimport fix info to changelog
This commit is contained in:
parent
70c399f0b1
commit
ed3d6b81a5
2 changed files with 8 additions and 2 deletions
|
|
@ -29,6 +29,10 @@ Fixes:
|
|||
anymore. :bug:`1583`
|
||||
* :doc:`/plugins/play`: Fix a regression in the last version where there was
|
||||
no default command. :bug:`1793`
|
||||
* :doc:`/plugins/lastimport`: Switched API method from library.getTracks to
|
||||
user.getTopTracks. This fixes :bug:`1574`, which was caused by the former API
|
||||
method being removed. Also moved from custom HTTP requests to using pylast
|
||||
library.
|
||||
|
||||
|
||||
1.3.16 (December 28, 2015)
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@ library into beets' database. You can later create :doc:`smart playlists
|
|||
</plugins/smartplaylist>` by querying ``play_count`` and do other fun stuff
|
||||
with this field.
|
||||
|
||||
.. _Last.fm: http://last.fm
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
||||
|
|
@ -21,8 +23,8 @@ Next, add your Last.fm username to your beets configuration file::
|
|||
lastfm:
|
||||
user: beetsfanatic
|
||||
|
||||
.. _requests: http://docs.python-requests.org/en/latest/
|
||||
.. _Last.fm: http://last.fm
|
||||
.. _pip: http://www.pip-installer.org/
|
||||
.. _pylast: http://code.google.com/p/pylast/
|
||||
|
||||
Importing Play Counts
|
||||
---------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue