Commit graph

68 commits

Author SHA1 Message Date
kvanzuijlen
99fb7cd7a5 Added a parameter to choose whether to include now playing or not 2020-07-12 13:32:13 +02:00
kvanzuijlen
11d955dd89 Now playing shouldn't count as a recently played track 2020-07-12 13:32:01 +02:00
kvanzuijlen
92004058ba Added option to stream from resources to reduce memory usage 2020-07-12 13:31:48 +02:00
Hugo
158273e0ae Deprecate Artist.get_cover_image, they're no longer available from Last.fm 2020-06-22 22:20:45 +03:00
Hugo
d467e2ceb7 If we already have the album, return early 2020-06-01 21:45:11 +03:00
Hugo
7689a1e95a User.get_now_playing: Add album and cover image to info 2020-06-01 14:52:29 +03:00
Hugo
a373654500 Return None if bio section is empty 2020-05-08 12:38:02 +03:00
spiritualized
6a28ba076f Improve handling of error responses from the API 2020-05-06 22:43:16 -04:00
Hugo
21f127f88b Fix regression calling get_recent_tracks with limit=None 2020-02-15 18:19:59 +02:00
Hugo
662e3bbddd Update copyright year 2020-01-03 13:26:27 +02:00
Hugo
ad2f9cbaa2 Use setuptools_scm to simplify versioning during release 2019-12-27 23:13:58 +02:00
Hugo
3673c07994 Concatenate strings, post-Black 2019-12-17 22:47:39 +02:00
Hugo
109315d93d Remove Python 2 warnings, apply lint updates 2019-09-26 11:10:52 +03:00
Hugo
3fd8280e33 Update docstring: since 2016 get_weekly_artist_charts is only for users, not tags 2019-09-26 10:34:22 +03:00
Hugo
7915d7f3e6 Respect get_recent_tracks' limit when there's a now playing track 2019-09-19 14:27:20 +03:00
Paddez
7694de346e Store Album Art URLs when you call GetTopAlbums.
GetTopAlbums returns AlbumArt information alongside the TopAlbums.
We should store this in the Album() info variable, so we don't have to follow up with an additional GetInfo() call if we want the Album Art.

Signed-off-by: Paddez <dave@paddez.com>
2019-06-22 22:36:41 +01:00
Hugo
44d0c2c966 user.getArtistTracks has now been removed from Last.fm and returns an error 2019-06-02 22:54:03 +03:00
Hugo
1a78c0b99d Move production code to src/ 2019-04-05 08:37:01 +03:00
Renamed from pylast/__init__.py (Browse further)