* Print a warning if http_get_to_fd() fails |
|
More...
|
over 17 years ago
|
* Ctrl+Q shortcut to close the program * When stopping audio, stop gstreamer before closing the pipe |
|
More...
|
over 17 years ago
|
* When playing audio, wait for the previous thread before anything else |
|
More...
|
over 17 years ago
|
* Fix assertion |
|
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. |
|
More...
|
over 17 years ago
|
* If the HTTP request finishes before playback has started, treat it as a connection error |
|
More...
|
over 17 years ago
|
* Abort stalled transferences |
|
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 |
|
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 |
|
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 |
|
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. |
|
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 |
|
More...
|
over 17 years ago
|
* Code refactoring |
|
More...
|
over 17 years ago
|
* Updated TODO, minor changes |
|
More...
|
over 17 years ago
|
* Put the name of the track in the main window's title |
|
More...
|
over 17 years ago
|
* New option to play a group member's radio |
|
More...
|
over 17 years ago
|
* Store the title of the playlist in each track, not in lastfm_pls |
|
More...
|
over 17 years ago
|
* Use a GQueue instead of a GSList to store tracks in playlist |
|
More...
|
over 17 years ago
|
* If a track can be downloaded for free, add its url to the lastfm_track |
|
More...
|
over 17 years ago
|
* TODO file |
|
More...
|
over 17 years ago
|
* A bit of code reorganization |
|
More...
|
over 17 years ago
|
* Documented some functions |
|
More...
|
over 17 years ago
|
* Add code to request 'custom' playlists (lastfm://play/...) |
|
More...
|
over 17 years ago
|
* Start with a default volume level of 80 instead of 50 |
|
More...
|
over 17 years ago
|
* Added missing includes |
|
More...
|
over 17 years ago
|
* Updated NEWS, changelog, etc., for vagalume 0.2 |
|
More...
|
over 17 years ago
|
* Workaround for a problem with the volume setting of the dspmp3sink |
|
More...
|
over 17 years ago
|
* Run autogen.sh if necessary |
|
More...
|
over 17 years ago
|
* Added '...' to Others' radios menu entries |
|
More...
|
over 17 years ago
|
* Changes in some strings |
|
More...
|
over 17 years ago
|