11
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 22 hours ago.
Jun 17, 2024 — Jun 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Print a warning if http_get_to_fd() fails
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* Ctrl+Q shortcut to close the program * When stopping audio, stop gstreamer before closing the pipe
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* When playing audio, wait for the previous thread before anything else
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* Fix assertion
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* Don't wait for the HTTP thread whenever stopping playback, it's enough to do it only before creating a new thread.
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* If the HTTP request finishes before playback has started, treat it as a connection error
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* Abort stalled transferences
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* Better handling of errors with the new gstramer fdsrc * In lastfm_audio_stop() completely close the previous playback * http_get_to_fd() now returns a boolean indicating read errors * Stop playing before closing the app * Include e-mail address and homepage in README file
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* When updating the counter on the progress bar use a static buffer instead of allocating and freeing memory each time
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* Detect if a URL is lastfm://play/ and get its playlist using lastfm_request_custom_playlist() * Proper support for lastfm://play/ URLs: now lastfm_audio_play() accepts a session ID to set the cookie needed to play those tracks
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* Removed the dependency on gnomevfs, now libcurl sends the audio data directly to gstreamer using a pipe. * The controller now waits for gstreamer to confirm that playback has begun, so the progressbar is more accurate.
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* Don't store the stream_url in the session, it's not used anymore * New attribute custom_pls to tell if a track is from a custom (lastfm://play/) playlist. It'll be needed in the future
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* Code refactoring
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* Updated TODO, minor changes
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* Put the name of the track in the main window's title
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* New option to play a group member's radio
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* Store the title of the playlist in each track, not in lastfm_pls
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* Use a GQueue instead of a GSList to store tracks in playlist
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* If a track can be downloaded for free, add its url to the lastfm_track
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* TODO file
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* A bit of code reorganization
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* Documented some functions
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* Add code to request 'custom' playlists (lastfm://play/...)
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* Start with a default volume level of 80 instead of 50
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* Added missing includes
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* Updated NEWS, changelog, etc., for vagalume 0.2
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* Workaround for a problem with the volume setting of the dspmp3sink
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* Run autogen.sh if necessary
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* Added '...' to Others' radios menu entries
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* Changes in some strings
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago