str_pad added to idtouri() and uritoid() as suggested by linked. |
|
More...
|
almost 16 years ago
|
Fixed a bug where multiple calls to get_stored_playlists() would return garbled result. |
|
More...
|
almost 16 years ago
|
Fix album-id and artist-id parsing. |
|
More...
|
almost 16 years ago
|
Fixed a bug that I snuck into Melvins' patch. |
|
More...
|
almost 16 years ago
|
We want GNU99 rather than strict ANSI C99. |
|
More...
|
almost 16 years ago
|
Added support for 'redirected' tracks in playlists. Patch by Melvin. |
|
More...
|
almost 16 years ago
|
Use the C99 standard, allowing narrower variable scope among other things. |
|
More...
|
almost 16 years ago
|
Added album id and artist id to track struct |
|
More...
|
almost 16 years ago
|
Fix testscript to not crash if there're no hits. :) |
|
More...
|
almost 16 years ago
|
Update spytify to support play, stop, resume and pause. Make test play a random song from the search. |
|
More...
|
almost 16 years ago
|
Update spytify to use despotify_get_stored_playlists. Show usage of this in test.py. |
|
More...
|
almost 16 years ago
|
Forgot at few files. |
|
More...
|
almost 16 years ago
|
Remove waf and revert to makefiles. |
|
More...
|
almost 16 years ago
|
Fixed despotify_get_stored_playlists(). |
|
More...
|
almost 16 years ago
|
Use waf-light instead of distributed waf executable file. |
|
More...
|
almost 16 years ago
|
Update README's. |
|
More...
|
almost 16 years ago
|
Improve INSTALL file and add svn:keywords to wscripts. |
|
More...
|
almost 16 years ago
|
Bail if configure needs to be rerun. |
|
More...
|
almost 16 years ago
|
Seems there were some .. challenges with two .pyx-es in the same .so. This should work fine. :) |
|
More...
|
almost 16 years ago
|
Generate despotify.pc with correct prefix and run ldconfig when installing. |
|
More...
|
almost 16 years ago
|
Remove outdated svn:ignore. |
|
More...
|
almost 16 years ago
|
Commit initial distutils version of python bindings. Should support searching and listing playlists (after Zagor commits his fix to despotify_get_playlists()). Uses cython, but only needed if you're updating the bindings, not to build. |
|
More...
|
almost 16 years ago
|
Add vim-headers to set filetype and file encoding to wscript. |
|
More...
|
almost 16 years ago
|
Now using waf as the build system for despotify. See INSTALL for basic usage. |
|
More...
|
almost 16 years ago
|
Fix broken install command. |
|
More...
|
almost 16 years ago
|
Use struct session and remove include for session, since clients do not need to know the internals of this struct. |
|
More...
|
almost 16 years ago
|
Dir structure for bindings, plus some more info in READMEs. :) |
|
More...
|
almost 16 years ago
|
New option, INSTALL_PREFIX, allows you to pick installation prefix other than /usr. |
|
More...
|
almost 16 years ago
|
Quell warning about network_init being implicitly defined. |
|
More...
|
almost 16 years ago
|
Added despotify_pause() and despotify_resume(). |
|
More...
|
almost 16 years ago
|