* Implemented love_ban_track() using XMLRPC (old protocol, still necessary) * Refactorized tags.c to support both tags and love/hates |
|
More...
|
over 17 years ago
|
* New file tags.c with a function to tag artists, tracks and albums * New menu entries to tag tracks * New function controller_tag_track() * HTTP: Now you can send custom headers, by default User-Agent: Vagalume |
|
More...
|
over 17 years ago
|
* New menu entries for playing other users' radios, global tags and personal tags |
|
More...
|
over 17 years ago
|
* Fix a bug caused by a free() of a const string |
|
More...
|
over 17 years ago
|
* Fixed Debian scripts * Added INSTALL file * Include config.h in all source files that need it |
|
More...
|
over 17 years ago
|
* Updated version number to 0.0.20071031 * Changed debian/rules for an autoconf-based one * Updated configure.ac and Makefile.am * Included config.h from the files that need it |
|
More...
|
over 17 years ago
|
* Compiled using autotools |
|
More...
|
over 17 years ago
|
* AUTHORS, README, NEWS and COPYING files * Some more functions documented * Confirmation dialog before loving/banning tracks |
|
More...
|
over 17 years ago
|
* Documented all function from controller.c |
|
More...
|
over 17 years ago
|
* Add website to the About dialog |
|
More...
|
over 17 years ago
|
* Tracks that have been played for at least half of its duration should not be marked as skipped in any case |
|
More...
|
over 17 years ago
|
* Show the license in the About dialog |
|
More...
|
over 17 years ago
|
* Implemented the 'Enable scrobbling' and 'Discovery mode' settings |
|
More...
|
over 17 years ago
|
* Implemented the RSP rating (love/ban/skip) |
|
More...
|
over 17 years ago
|
* Don't clear the artist/track/album labels when skipping, just dim them |
|
More...
|
over 17 years ago
|
* Don't expand the progress bar, looks ugly on Maemo |
|
More...
|
over 17 years ago
|
* In Maemo, put the Quit meny entry in the toplevel menu |
|
More...
|
over 17 years ago
|
* Set version number in the About dialog |
|
More...
|
over 17 years ago
|
* Update playlist using a thread. Prevents the UI from freezing |
|
More...
|
over 17 years ago
|
* Take the playlist out of the session. Make sessions copyable |
|
More...
|
over 17 years ago
|
* lastfm_request_playlist() returns a new playlist instead of modifying the one on the session (this will help when trying to use threads) * lastfm_pls_merge(), new function to merge playlists |
|
More...
|
over 17 years ago
|
* Only call controller_show_progress() when actually playing something |
|
More...
|
over 17 years ago
|
* Included license and copyright in all source files |
|
More...
|
over 17 years ago
|
* First name candidate: vagalume * Call osso_initialize() in Maemo |
|
More...
|
over 17 years ago
|
* First basic debian scripts for Maemo |
|
More...
|
over 17 years ago
|
* Center the text in the progressbar (for Maemo) |
|
More...
|
over 17 years ago
|
* Added progressbar |
|
More...
|
over 17 years ago
|
* Skip tracks with no title or artist name in the playlist |
|
More...
|
over 17 years ago
|
* Use the right URL for scrobbling |
|
More...
|
over 17 years ago
|
* New file scrobbler.c: AudioScrobbler RSP (Realtime Submission Protocol) implemented. * Controller: tracks are scrobbled and now playing information is set. * HTTP: new function http_post_buffer() * TrackAuth added to lastfm_track * New function lastfm_track_copy() |
|
More...
|
over 17 years ago
|