Commit graph

  • e916f791cf 0.2.14 Amr Hassan 2008-10-19 22:48:59 +0000
  • 8e390ea93e 0.2b13: * fixed: User.get_friends limit parameter (issue #5) * changed: using hashlib module instead of deprecated md5 module. Amr Hassan 2008-10-16 15:29:54 +0000
  • ae41e1a641 0.2b12 * fixed: some unicode problems. * fix: a typo in the function name Exceptionable.clear_errors() * fixed: User.fetchPlaylist (#3) * api change: User.getPlaylistsIDs is now User.getPlaylistsData, and User.getPlaylistsIDs returns a list of IDs now. Amr Hassan 2008-10-16 13:14:36 +0000
  • ea21ee0b7f * fix: a typo in the function name Exceptionable.clear_errors() Amr Hassan 2008-10-15 06:46:00 +0000
  • 706a34df54 0.2b11 Amr Hassan 2008-10-14 03:39:53 +0000
  • 183bdb9434 0.2b10 Amr Hassan 2008-09-28 06:07:17 +0000
  • 7e203ee5a2 * fixed: crashes when adding a job to Asynchronizer and starting it when it already started. Amr Hassan 2008-09-12 15:49:13 +0000
  • ace8109ad7 Amr Hassan 2008-09-09 20:22:22 +0000
  • 74b1120745 Amr Hassan 2008-09-09 19:29:38 +0000
  • a369c6f0d1 * added a setup.py script Amr Hassan 2008-09-09 19:22:13 +0000
  • 7d7b06d5d2 * Asynchronizer.async_call now accepts None as callback. * moved all the tag related functions to a separate Taggable class. * added Taggable.setTags Amr Hassan 2008-09-09 15:05:01 +0000
  • ba6699cc31 * Added Track.getWikiPublishedDate, Track.getSummary, Track.getContent. * fixes Amr Hassan 2008-09-04 14:58:11 +0000
  • e39fc5ab89 * fixes Amr Hassan 2008-09-04 14:18:16 +0000
  • d625054e59 * Moved changes to an external file "changes.txt". * Added new webservices as: Track.getId, Track.getDuration, Track.getListenerCount, Track.getPlayCount, Track.getAlbumName, Track.getAlbum, Track.getImage, Event.share. * Reverted where all objects retrieve all available metadata on the server from the server, now optional. Amr Hassan 2008-09-04 14:11:12 +0000
  • 5fe0d34fb6 * Added Track.getArtistName. * Added Album.getArtistName. * Added numerous functions to User, Making use of the new User.getInfo webservice. * Every object now retrieves all the metadata from the webservices even the trivial ones like the album name or artist for proper casing. Use the object's attributes (like Album.artist_name and Album.title instead of Album.getArtistName() and Album.getTitle() if you can't afford the delay caused by retrieving the data from a remote server. Amr Hassan 2008-08-31 23:03:48 +0000
  • de73c5100d * Added a little work-around on python's threading.Thread to make Asynchronizer objects able to restart more than once. Amr Hassan 2008-08-31 15:18:01 +0000
  • 6107611b44 * all http values are properly encoded now. Amr Hassan 2008-08-31 12:54:50 +0000
  • ec1304614e fixed #1, added an option to disable silent exception handling Amr Hassan 2008-08-21 08:44:30 +0000
  • 4676e8ecd6 cleaning up documentation Amr Hassan 2008-08-19 12:31:34 +0000
  • d5866dac1b Amr Hassan 2008-08-19 12:28:07 +0000
  • b1ed3eef5b fixes Amr Hassan 2008-08-19 10:28:55 +0000
  • 8a2dce339d gone beta Amr Hassan 2008-08-19 07:07:26 +0000
  • 1adbe2dd4d Amr Hassan 2008-08-17 18:13:50 +0000
  • 4e3d29ceed Initial directory structure. Amr Hassan 2008-07-31 13:39:02 +0000