Commit Graph

16 Commits (f0734f8a3c2cb91605c74bdccab4a818534ce327)

Author SHA1 Message Date
Abhinav Sarkar f0734f8a3c latest dists, changed the version to 0.2 2008-09-02 16:36:16 +00:00
Abhinav Sarkar 27a1676c3b implemented playlist related methods in album, tag and user modules. updated some methods to the latest API docs. The read-only part of API is complete. 2008-09-02 14:19:03 +00:00
Abhinav Sarkar a2320e6dd0 resolved issue 1 by subclassing LastfmError class and replacing the errors raised in code by the appropriate ones. 2008-08-30 20:37:49 +00:00
Abhinav Sarkar 10d0d76d6d changed search related methods to return lazylist. removed the search module. 2008-08-28 07:01:30 +00:00
Abhinav Sarkar f85089fe20 added FETCH_INTERVAL to api class. now all URL fetch requests will take place with an interval of FETCH_INTERVAL. in user class, weeklyXXXChartList methods will ignore any exception raised during fetching data. 2008-08-27 19:48:37 +00:00
Abhinav Sarkar 439674558a implemented User.Library and other methods in user.py 2008-08-25 11:44:48 +00:00
Abhinav Sarkar 054fc8eeb3 implemented some methods in user.py. refactored some properties as LastfmBase.topProperty. 2008-08-21 13:39:12 +00:00
Abhinav Sarkar 291ec6846a arranged imports, refactored events methods (moved the code to Events.fromData method), made the call to register method in base.py threadsafe. 2008-08-18 13:19:41 +00:00
Abhinav Sarkar 4646a6cac0 tag, tasteometer and track module are now complete 2008-08-17 18:42:32 +00:00
Abhinav Sarkar 8b9c525182 2008-07-25 14:54:34 +00:00
Abhinav Sarkar 6fad6f68d8 more refactoring and minor changes 2008-07-25 10:59:48 +00:00
Abhinav Sarkar fc17093aa4 refactored artist.py, fixed a small bug in geo.py 2008-07-24 21:37:49 +00:00
Abhinav Sarkar 1d81a1a4fb refactored the code and created Stats class. Geo class complete now. 2008-07-17 16:47:32 +00:00
Abhinav Sarkar 7498646d55 added SearchResult class. Artist and Album classes are now complete. 2008-07-17 11:21:01 +00:00
Abhinav Sarkar bdf12b8152 2008-07-16 13:06:42 +00:00
Abhinav Sarkar c6484d607a 2008-07-15 13:40:56 +00:00