Commit graph

30 commits

Author SHA1 Message Date
Amr Hassan c7d4227b01 * New pylast.MalformedResponseError exception that fires off (hopefully)
on bad responses from Last.fm or network data corruption. (Closes Issue
#58)
2011-01-21 21:49:07 +00:00
Amr Hassan 6b3185bf7b * Removed redundant Track.shout(...). (Closes Issue #54) 2011-01-06 15:18:51 +00:00
Amr Hassan c57a912305 * Fixed compatibility with Python 2.6. (Closes Issue #53) 2011-01-06 15:02:54 +00:00
Amr Hassan 02ccb2b199 * Implemented the scrobbling protocol 2.0 through Network.scrobble(...),
Network.scrobble_many(...), and Network.update_now_playing(...) and
deprecating the old ways. Closes Issues #49 #50 #51.
2011-01-05 12:40:27 +00:00
Amr Hassan 4250670110 Fixed scrobbling responses on Python3 2011-01-05 08:24:12 +00:00
Amr Hassan 0183d8b294 Fixed: Use __str__() for textual info about an object, and __repr__() for textual serializaion of the object that can be used to recreate it. 2011-01-05 05:29:46 +00:00
Amr Hassan d0344f40d4 * Now plays nice with Python3. (Hopefully) 2011-01-05 05:07:07 +00:00
Amr Hassan 2882cdd457 Broken scrobbling BADAUTH response 2010-08-11 01:27:23 +00:00
Amr Hassan 155f98940d Fixed issue #40 2010-03-28 09:45:38 +00:00
Amr Hassan c0da0cc880 * Added Scrobbler.scrobble_many(...) method
* Fixed issue #38: Moved AuthenticatedUser.get_cover_image() to User.get_image() and all the other "user.getInfo" related methods to User as well.
* Fixed issue #39: Added PERIOD_7DAYS constant
2010-03-27 18:52:31 +00:00
Amr Hassan 4772a67b2e Fixed compatibility issue with libre.fm 2010-02-20 07:27:55 +00:00
Amr Hassan 31f4166dc2 Fixed compatibility issue with libre.fm 2010-02-20 07:26:26 +00:00
Amr Hassan f3b4182317 Fixed scrobbling with webservices authentication 2010-02-19 06:34:27 +00:00
Amr Hassan 7a2fad0110 -- Fixed Issue #32\n-- Fixed Issue #33 2010-02-19 05:49:42 +00:00
Amr Hassan c2f8333c7c Fixed Libre.fm scrobbling. Now it actually works! It's weird that no one noticed. 2009-11-20 19:08:18 +00:00
Amr Hassan 066417c69b scrobble mode can be left out blank 2009-10-21 10:48:28 +00:00
Amr Hassan 312230e30b ran through pychecker and fixed several typos 2009-10-21 00:42:07 +00:00
Amr Hassan 33fb6190ae _BaseObject.__hash__() is now case-insensitive 2009-10-06 15:04:52 +00:00
Amr Hassan 7d91a9acac _BaseObject.__hash__() now includes a type indentifier 2009-10-06 14:37:31 +00:00
Amr Hassan 16c9e14a4d each _BaseObject descendant has a unique __hash__ now 2009-10-06 14:27:24 +00:00
Amr Hassan fa6093313a fixed minor issue in User.get_friends() 2009-10-06 12:54:16 +00:00
Amr Hassan 83bbe31b66 fixed and issue with authenticating through Network's constructor 2009-10-01 18:18:57 +00:00
Amr Hassan 7f74cbd7bd won't increase build by default anymore 2009-09-08 15:26:47 +00:00
Amr Hassan 586fcae541 Fixes issue #23 2009-09-08 15:06:43 +00:00
Amr Hassan ae32b1bb6d changed the output of Artist.get_similar and Track.get_similar to include the match value (API breakage) - Closes issue #22 2009-09-08 01:40:41 +00:00
Amr Hassan 3a9dd57492 fix scrobbling not worky 2009-09-02 05:02:54 +00:00
Amr Hassan bd1ce5ebaf added order to Artist.get_images() 2009-09-01 06:14:45 +00:00
Amr Hassan 1667f43454 Made logging optional per Network 2009-08-31 22:05:23 +00:00
Amr Hassan e092099bde 2009-08-31 04:57:13 +00:00
Amr Hassan d61fbb3a04 Enter v0.4 2009-08-31 04:18:37 +00:00