-
here's a patch.
2009-05-10 13:51:07 UTC by daviduck
-
this allows to use scrobble.py with libre.fm.
2009-05-10 13:49:35 UTC by daviduck
-
exhuma committed revision 4 to the python-scrobbler SVN repository, changing 1 files.
2008-03-15 13:42:59 UTC by exhuma
-
Any particular reason that five was picked as the number of records to "queue" up before sending them off to AS? Is that something that could be user-defined?.
2008-02-15 03:25:30 UTC by jdarnold
-
I'm using scrobbler.py in my scroblog commandline scrobbler and I came across a small bug in the flush routine. It doesn't check to see if there are no records to flush, which would be true if there were a multiple of 5 records sent. I just added:
if len(SUBMIT_CACHE) == 0:
return True;
to the top of flush.
You can read more about scroblog here...
2008-02-15 03:24:23 UTC by jdarnold
-
exhuma committed revision 3 to the python-scrobbler SVN repository, changing 1 files.
2007-10-16 09:40:57 UTC by exhuma
-
exhuma committed revision 2 to the python-scrobbler SVN repository, changing 1 files.
2007-10-16 09:36:06 UTC by exhuma
-
exhuma committed revision 1 to the python-scrobbler SVN repository, changing 3 files.
2007-10-15 21:23:57 UTC by exhuma
-
Anonymous committed patchset 1 of module CVSROOT to the python-scrobbler CVS repository, changing 11 files.
2007-10-15 21:10:22 UTC by nobody
-
Welcome to Help.
2007-10-15 21:05:37 UTC by nobody