Ruby bindings: Cache to avoid creating new objects unecessary. |
|
More...
|
almost 16 years ago
|
cambodia.py - A urwid based spytify client. |
|
More...
|
almost 16 years ago
|
Only fetch artist info if something other than name & id is requested. |
|
More...
|
almost 16 years ago
|
Missing include to define u_int32_t. :-) |
|
More...
|
almost 16 years ago
|
Cache Playlist.tracks. |
|
More...
|
almost 16 years ago
|
Ruby bindings: Various fixes and tweaks. |
|
More...
|
almost 16 years ago
|
Rename MAX_SEARCH_LIM to MAX_SEARCH_RESULTS and move it to despotify.h. |
|
More...
|
almost 16 years ago
|
A cute little interactive Spytify shell - try it out! |
|
More...
|
almost 16 years ago
|
Update test.py to reflect new Track class. |
|
More...
|
almost 16 years ago
|
Remove unused 'id' in track struct. |
|
More...
|
almost 16 years ago
|
Added fallback dns lookup in case the service lookup fails. |
|
More...
|
almost 16 years ago
|
NOTE: spytify.c is generated by cython, but tweaked by hand -- it has to be, either due to a bug in Cython, or a bug in my Cythoncode. This will be documented or fixed when the reason for this need is properly looked into. |
|
More...
|
almost 16 years ago
|
Added search_result struct for storing additional search result data and despotify_search_more() for fetching the next 100 hits to a existing search result playlist. |
|
More...
|
almost 16 years ago
|
playlist_id in playlists from despotify_get_stored_playlists() where empty. |
|
More...
|
almost 16 years ago
|
Add despotify_get_current_track. |
|
More...
|
almost 16 years ago
|
Ruby bindings: Initial commit! |
|
More...
|
almost 16 years ago
|
Fix builds to use install -d instead of install -D (-D is not supported everywhere). |
|
More...
|
almost 16 years ago
|
Properly initialize mutex and cond. |
|
More...
|
almost 16 years ago
|
Trimmed the debug output some. |
|
More...
|
almost 16 years ago
|
Use = instead of memcpy. |
|
More...
|
almost 16 years ago
|
Unnecessary xmlstrncpy(). |
|
More...
|
almost 16 years ago
|
Don't append dummy track to empty playlists. |
|
More...
|
almost 16 years ago
|
Resolve and update redirects in stored playlists. |
|
More...
|
almost 16 years ago
|
Safe copying of meta data for duplicated playlist entries. |
|
More...
|
almost 16 years ago
|
Added despotify_id2uri() and despotify_uri2id() based on chrippas code. |
|
More...
|
almost 16 years ago
|
Parse popularity tag. |
|
More...
|
almost 16 years ago
|
Added despotify_get_album(). Moved the struct freeing code to xml.c to have it close to the struct creation code. |
|
More...
|
almost 16 years ago
|
Added offset and limit parameters to cmd_search(). |
|
More...
|
almost 16 years ago
|
Code Lipstick: Replaced while loop with for loop. |
|
More...
|
almost 16 years ago
|
Added support for multiple artists per track. |
|
More...
|
almost 16 years ago
|