Commit graph

753 commits

Author SHA1 Message Date
hugovk 880e160f64 Attempt to reproduce #77 but cannot reproduce. Closes #77. 2014-03-01 17:43:25 +02:00
hugovk 0d67c1e309 Test case to verify #66 is fixed by #64. Closes #66. 2014-03-01 17:10:28 +02:00
hugovk 16079468ab Fix getting now playing for user with no scrobbles. Closes #81. 2014-03-01 16:57:29 +02:00
hugovk f59d2cc680 Fix comparison of User to other types. Closes #75. 2014-03-01 16:44:13 +02:00
hugovk 0d483234d4 Add test case for bug already fixed by @inversion in c8216a139e. Closes #64. 2014-03-01 16:28:40 +02:00
hugovk 5324aacd83 Apply typo patch, closes #85. 2014-03-01 16:25:19 +02:00
hugovk 50bb692383 Add track.unlove, closes #65 2014-03-01 15:57:00 +02:00
hugovk 4ae2e08539 Remove debug prints 2014-03-01 13:00:17 +02:00
hugovk e7153965f0 Move secrets out to test_pylast.yaml and provide an example. 2014-03-01 12:59:07 +02:00
hugovk 56f3666ced If no country, return None rather than Country class. Fixes http://stackoverflow.com/q/14609467/724176 2014-03-01 12:36:35 +02:00
hugovk 6d5c818ad0 Fix up some missing stuff after grafting 2014-02-28 11:20:01 +02:00
hugovk ab2b605c8f Remove pointless empty comments 2014-02-27 20:16:29 +02:00
hugovk 552c45f18f Get user's registration date (and as a UNIX timestamp) 2014-02-27 20:14:32 +02:00
hugovk 1c1f56a62d Remove unix timestamp duplication 2014-02-26 20:26:08 +02:00
hugovk 4074c4fae9 Add integration tests for pylast.py 2014-02-26 20:22:07 +02:00
hugovk b1b1186b06 Add .gitignore 2014-02-26 19:57:27 +02:00
hugovk fc28f21983 Update .build 2014-02-26 19:55:48 +02:00
hugovk d0e4ac0e0f Update setup.py 2014-02-26 19:55:37 +02:00
hugovk 71bef027c4 Merge pull request #1 from inversion/master
Merging event changes
2014-02-26 19:54:44 +02:00
hugovk 16482faed1 Add library.removeScrobble 2014-02-26 13:41:35 +02:00
hugovk b48f56badf Bug fix: http://stackoverflow.com/a/5542465/724176 2014-02-26 13:16:28 +02:00
Andrew Moss eadce48315 fixed bug wherein empty elements would make get_venue() crash 2013-12-27 10:08:50 +00:00
Andrew Moss d1c59f542d Merge branch 'master' of github.com:inversion/pylast 2013-12-26 23:19:06 +00:00
Andrew Moss e9a25606a0 Merge branch 'master' of github.com:inversion/pylast 2013-12-26 23:18:54 +00:00
Andrew Moss 647cc9bc02 Merge branch 'master' of github.com:inversion/pylast 2013-12-26 23:17:33 +00:00
Andrew Moss c8216a139e Allow getting venue info through Event.get_venue() as a workaround until
the Venue.getInfo API call is added to Last.fm. Changed version to 0.6
in setup.py and pylast.py to reflect update.
2013-12-26 23:16:55 +00:00
Andrew Moss 88f5b5e6b9 Allow getting venue info through Event.get_venue() as a workaround until the Venue.getInfo API call is added to Last.fm 2013-12-26 23:11:23 +00:00
Matt Jeffery 4621a1a6e4 boilerplate gitignore file 2013-03-13 13:37:21 +00:00
Matt Jeffery bb33663472 replace '&' with & when it is not in a character entity (approximation) 2013-03-01 20:14:18 +00:00
Matt Jeffery e2cc69a7e8 works with CDATA tags 2013-03-01 19:38:41 +00:00
Hugo 78aac5c437 Added user.getArtistTracks 2013-01-24 19:37:02 +02:00
Elizabeth J. Myers 83ee68a400 Update URL
not author 'cause I think that's rude until I make more changes.
2013-01-16 11:35:44 -06:00
Elizabeth J. Myers 7fadea93bd whitespace cleanup. no functional change. 2013-01-16 11:21:55 -06:00
Elizabeth J. Myers 04cf7f7e25 Add support for user nowplaying to several classes. 2013-01-16 11:19:41 -06:00
Elizabeth J. Myers 0400a87b04 Bloop 2013-01-16 11:18:29 -06:00
Lukas Lipka 79a43919cc Add support for chart artists/tracks. 2012-03-10 15:09:42 +01:00
Lukas Lipka ad525bdd8b Import pylast-0.5.11 2012-03-10 14:50:47 +01:00
Lukas Lipka a6b1f50f2e Initial import. 2012-03-10 14:24:59 +01:00
Amr Hassan 240483d72f Closes Issue #71 2011-09-30 23:02:43 +02:00
Amr Hassan 6508bc132a * New release. 2011-03-12 14:32:06 +00:00
Amr Hassan 45eca0e8e4 * New release. 2011-03-12 00:00:42 +00:00
Amr Hassan 43529fa233 * New release. 2011-01-25 12:57:41 +00:00
Amr Hassan 09c7d7238c * Fixed a typo in scrobble_many. 2011-01-25 12:57:23 +00:00
Amr Hassan 77dcf44dd9 * New release. 2011-01-24 13:22:53 +00:00
Amr Hassan e5228d410d * Added artist and album parameters to Library methods. (API BREAKAGE).
(Closes Issue #44)
2011-01-24 13:21:31 +00:00
Amr Hassan 52ce81743a * Fixed not using the limit on *.get_top_tags(limit). (Closes Issue #61) 2011-01-24 13:05:44 +00:00
Amr Hassan 96e90dfebf * Making use of the warnings module. (Closes Issue #59) 2011-01-22 01:27:59 +00:00
Amr Hassan 38aeed8570 * Hopefully, no non-string parameters should break requests now. (Should
close Issue #56)
2011-01-22 01:14:16 +00:00
Amr Hassan ad08aa20a8 * New release. 2011-01-21 22:39:07 +00:00
Amr Hassan e882d38ffe * Fixed: Issue #56: update_now_playing() and scrobble() does not accept
integers where natural
2011-01-21 22:37:14 +00:00