11
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 11 hours ago.
Jun 17, 2024 — Jun 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Implemented love_ban_track() using XMLRPC (old protocol, still necessary) * Refactorized tags.c to support both tags and love/hates
Alberto Garcia Gonzalez
as Alberto Garcia
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
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* New menu entries for playing other users' radios, global tags and personal tags
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* Fix a bug caused by a free() of a const string
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* Fixed Debian scripts * Added INSTALL file * Include config.h in all source files that need it
Alberto Garcia Gonzalez
as Alberto Garcia
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
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* Compiled using autotools
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* AUTHORS, README, NEWS and COPYING files * Some more functions documented * Confirmation dialog before loving/banning tracks
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* Documented all function from controller.c
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* Add website to the About dialog
Alberto Garcia Gonzalez
as Alberto Garcia
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
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* Show the license in the About dialog
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* Implemented the 'Enable scrobbling' and 'Discovery mode' settings
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* Implemented the RSP rating (love/ban/skip)
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* Don't clear the artist/track/album labels when skipping, just dim them
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* Don't expand the progress bar, looks ugly on Maemo
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* In Maemo, put the Quit meny entry in the toplevel menu
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* Set version number in the About dialog
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* Update playlist using a thread. Prevents the UI from freezing
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* Take the playlist out of the session. Make sessions copyable
Alberto Garcia Gonzalez
as Alberto Garcia
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
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* Only call controller_show_progress() when actually playing something
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* Included license and copyright in all source files
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* First name candidate: vagalume * Call osso_initialize() in Maemo
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* First basic debian scripts for Maemo
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* Center the text in the progressbar (for Maemo)
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* Added progressbar
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* Skip tracks with no title or artist name in the playlist
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago
* Use the right URL for scrobbling
Alberto Garcia Gonzalez
as Alberto Garcia
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()
Alberto Garcia Gonzalez
as Alberto Garcia
More... over 17 years ago