0
I Use This!
Inactive

Commits : Listings

Analyzed about 24 hours ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed buffer overflow in despotify.c: hex_bytes_to_ascii would write 40 bytes More... over 11 years ago
Fixed bug in track bitrate handling code. The bitrate displayed did not match the track More... about 12 years ago
Cleaned up mp3 support. It is now selectable in the make configuration file. More... about 12 years ago
Added supported account types information to the README file. More... about 12 years ago
Spotify has now started using mp3 as their audio codec. More... over 12 years ago
The ncurses based client should respect the choosen audio backend More... over 12 years ago
Don't hold the device mutex, while shuting down coreaudio. As AudioDeviceStop More... over 13 years ago
Dump cover art command for simple client. More... over 13 years ago
Properly initialize libao. Patch by Kjetil|. More... over 13 years ago
set default DEBUG_MODE value to false for PHP classes More... over 13 years ago
removed unused variables in PHP classes More... over 13 years ago
fixed bug in PHP gateway interface classes. the bug caused playlists not to load on some server setups More... over 13 years ago
switched to using PHP long tags More... over 13 years ago
Fix initial client packet. Patch by Kjetil|. More... almost 14 years ago
Spotify servers only accept connections using the official client's version number. More... about 14 years ago
Rebuild on lucid
rzr
More... about 14 years ago
clarified PHP classes example More... about 14 years ago
"aliasing of input and output is not allowed on snprintf and might cause the string to be truncated" - Replaces snprintf with strncat. Patch by Kjetil|. More... about 14 years ago
Fix same logic error in create_artist_full. :-p More... about 14 years ago
Make Artist#albums work; a copy-paste error and a logic error in create_album_full. :-) More... about 14 years ago
Add __richcmp__ for Track, inspired by patch from Per Åstrand. More... about 14 years ago
Two patches from Per Åstrand - one adding a next() to play next song in playlist, other making callbacks sensible. More... about 14 years ago
This hackish setup, ugh. Anyway, now all symbols should be resolved. (Death to implicitly declared functions! Ayee!) More... about 14 years ago
despotify_init_client now takes three arguments - use it in spytify. More... about 14 years ago
Whoops, missing support for 'track' uris. More... about 14 years ago
Fix: Deep-copy geo-restrictions in despotify_load_tracks for duplicate tracks. More... about 14 years ago
Improvements to geo-restrictions code. More... about 14 years ago
Add geo_restricted flag to track struct (changing playable accordingly) and support server response 0x0e More... about 14 years ago
Allow buffer size and watermark to be set prior to playing a song (patch by mdn) More... about 14 years ago
Create ~/.cache/despotify recursively (patch by mdn) More... about 14 years ago