0
I Use This!
Activity Not Available

Commits : Listings

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