Commit graph

102 commits

Author SHA1 Message Date
Hugo
852d575415 Merge pull request #179 from pylast/update-libre.fm-url
Update Libre.fm URL
2017-01-02 15:14:29 +01:00
hugovk
ebee3f5568 Error can be Libre.fm or Last.fm 2016-10-30 10:54:35 +02:00
Simon Lundström
99d567492f Use default SSL context when possible
https://docs.python.org/2/library/ssl.html#best-defaults

Deal with older Pythons which didn't do certificate validation, have
sane defaults or even provided a cipher string.
2016-10-29 23:45:22 +02:00
Alejandro Angulo
44c592df45 switch from HTTPConnection to HTTPSConnection 2016-10-15 12:44:03 +02:00
Hugo
3bf6570a83 Update Libre.fm URL 2016-10-07 18:02:10 +03:00
hugovk
54c4f9c093 Release 1.6.0 2016-04-23 17:28:27 +03:00
Hugo
a60793ef1f Update year
[CI skip]
2016-02-10 11:41:32 +02:00
hugovk
97c1fcc5ec pep8 fixes for #153 2016-02-09 11:24:03 +02:00
Hugo
26f40953e8 Merge pull request #153 from yanggao1119/temp-fix-minidom
replaced opensearch: as empty str
2016-02-09 11:21:27 +02:00
Joey Tuong
cfa0e38ee7 x.next() -> next(x) for python3 compat 2015-12-25 13:54:38 +11:00
sfordinc
3941b4b0fc Update __init__.py
rename PERIOD_1MONTHS PERIOD_1MONTH
2015-12-23 16:26:44 +04:00
sfordinc
4e6888cea8 Update __init__.py 2015-12-23 16:22:59 +04:00
sfordinc
5dcfdeb255 Update __init__.py
add var PERIOD_1MONTHS
2015-12-23 16:12:25 +04:00
hugovk
0938c596f8 Release 1.5.1 2015-12-10 21:08:46 +02:00
hugovk
236d035bb0 Merge branch 'master' into develop 2015-12-10 21:04:42 +02:00
hugovk
ba196dbb3b Release 1.5.0 2015-12-10 20:47:17 +02:00
Kaushik Ganesh
53be0e5f06 Fix album.get_tracks() 2015-12-01 19:20:34 +05:30
yanggao1119
37fdc1fe80 replaced opensearch: as empty str 2015-09-21 10:07:22 -07:00
hugovk
f090876c0a Fix for #146: only get the top-level <mbid> 2015-09-07 23:57:36 +03:00
hugovk
dc7528ab5c Release 1.4.2 2015-09-07 15:07:35 +03:00
hugovk
cd1266f807 Merge branch 'master' into develop 2015-09-05 11:00:23 +03:00
hugovk
ab968a3fe3 Release 1.4.1 2015-09-05 10:57:06 +03:00
hugovk
d1958ab8fd Merge branch 'master' into develop 2015-09-05 10:19:20 +03:00
hugovk
94e8e6f7ad Release 1.4.0 2015-09-05 10:09:19 +03:00
hugovk
fb10407a70 Fix get_recent_tracks (and more) 2015-09-03 15:59:02 +03:00
hugovk
2faaf13bfa Release 1.3.0 2015-08-03 20:37:42 +03:00
Hugo van Kemenade
fc206891af Merge pull request #137 from hugovk/brtkrbzhnv-develop
Support for User.GetPersonalTags
2015-07-24 12:16:00 +03:00
hugovk
6264b4fecc get_tagged_tracks: Use cacheable param 2015-07-24 11:26:36 +03:00
hugovk
3240a54e32 flake8 2015-07-24 11:01:34 +03:00
José Neto
2aaddbd81b pep8 compliance 2015-07-09 16:56:09 -03:00
José Neto
db9bc4f216 Add suppport for track.getCorrection 2015-07-01 17:00:48 -03:00
José Neto
71d59a17ca Add suppport for artist.getCorrection 2015-07-01 16:57:44 -03:00
brtkrbzhnv
51b0f3b11a Fixed broken comment 2015-06-28 11:17:13 +02:00
brtkrbzhnv
aa5f00bbd6 User.GetPersonalTags bug fix
get_tagged_tracks crashed
2015-06-27 00:11:40 +02:00
brtkrbzhnv
4379e28c19 Fixed broken comment 2015-06-26 01:35:51 +02:00
brtkrbzhnv
658ed7a102 Cleanup of User.GetPersonalTags stuff 2015-06-25 21:57:33 +02:00
brtkrbzhnv
c8f8b60ec7 Support for User.GetPersonalTags
Added functions User.get_tagged_albums, ..._tracks and ..._artists to
support User.GetPersonalTags.
2015-06-25 21:43:12 +02:00
hugovk
b47c5e587d Release 1.2.1 2015-05-07 10:20:53 +03:00
hugovk
23223d1fe8 Release 1.2.0 2015-05-07 09:35:35 +03:00
hugovk
615bccb227 Remove artist.getImages and depracation note 2015-04-27 21:41:16 +03:00
hugovk
5dcf8a2f70 Remove commented function 2015-04-27 21:21:20 +03:00
hugovk
926c01a97e Don't compare with limit if limit is None. Fixes #124. 2015-04-26 20:11:49 +03:00
hugovk
4597514317 2015 2015-04-12 19:55:48 +03:00
hugovk
f13c94abe8 Don't redefine built-in 2015-04-12 19:39:19 +03:00
hugovk
a6f209a3f9 Remove unused argument 2015-04-12 19:37:53 +03:00
hugovk
4f2871f504 pep8 fixes 2015-04-12 15:54:45 +03:00
hugovk
a9340e73f0 Release 1.1.0 2015-01-11 16:42:53 +02:00
Ivan Malison
de31fc33f6 fix base object hasing. Closes #120 . 2015-01-08 16:07:43 -08:00
Ivan Malison
3f9137a700 Version bump, fix setup.py, which was previously broken because excludes
was not a tuple, so each character was being excluded and thus pylast
the package was being excluded.
2015-01-08 16:07:42 -08:00
Ivan Malison
df75cf2aa2 Fix UnicodeDecodeError from #114. Replace definitions of _unicode and
_string. Add six as a dependeny. Fix clonedigger script.
2015-01-08 16:07:42 -08:00