aboutsummaryrefslogtreecommitdiffstats
path: root/src/DespotifyUtils.hxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-01-26{playlist,input}/despotify: remove defunct pluginMax Kellermann1-71/+0
2014-01-24DespotifyUtils, Expat: move to lib/Max Kellermann1-71/+0
2014-01-13copyright year 2014Max Kellermann1-1/+1
2014-01-08DespotifyUtils: return Tag, not pointerMax Kellermann1-2/+2
2014-01-08DespotifyUtils: pass const ds_track referenceMax Kellermann1-1/+1
2013-10-30*: update copyright year to 2013Max Kellermann1-1/+1
2013-10-19*: use nullptr instead of NULLMax Kellermann1-1/+1
2013-10-02Log: new logging library APIMax Kellermann1-0/+2
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
2013-07-30tag: convert to C++Max Kellermann1-1/+3
2013-01-21input,playlist/despotify: convert to C++Max Kellermann1-2/+0
2013-01-21despotify_utils: include cleanupMax Kellermann1-0/+2
2011-03-29despotify: Add support utilitiesSimon Kagstrom1-0/+67
Used to connect and authenticate to despotify. Provides a singleton session and a desptoify-track-to-tags function.