Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-10-25 | SongSticker, playlist/soundcloud: add missing stdlib.h include | Max Kellermann | 1 | -0/+1 | |
For free(). | |||||
2014-10-25 | playlist/SoundCloud: don't use GLib for string allocation | Max Kellermann | 1 | -31/+31 | |
2014-08-29 | Tag: use SignedSongTime for the song duration | Max Kellermann | 1 | -1/+1 | |
2014-05-11 | InputStream: add virtual destructor | Max Kellermann | 1 | -2/+2 | |
Replaces the method Close(). | |||||
2014-01-24 | Input*: move to input/ | Max Kellermann | 1 | -1/+1 | |
2014-01-24 | Config*: move to config/ | Max Kellermann | 1 | -1/+1 | |
2014-01-23 | playlist/*: move to playlist/plugins/ | Max Kellermann | 1 | -2/+2 | |
2014-01-19 | LightSong: new class to be used by DatabasePlugin callbacks | Max Kellermann | 1 | -1/+0 | |
Detach the Song class completely from the public API, only to be used by SimpleDatabase and the update thread. | |||||
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2014-01-09 | DetachedSong: fork of struct Song | Max Kellermann | 1 | -5/+3 | |
From now on, struct Song will be used by the database only, and DetachedSong will be used by everybody else. DetachedSong is easier to use, but Song has lower overhead. | |||||
2014-01-08 | tag/TagBuilder: rename Commit() to CommitNew() | Max Kellermann | 1 | -1/+1 | |
2014-01-07 | playlist/soundcloud: parse URI without copying it | Max Kellermann | 1 | -19/+11 | |
2014-01-07 | playlist/soundcloud: change scheme check to assertion | Max Kellermann | 1 | -18/+2 | |
The MPD core takes care for checking the scheme. | |||||
2014-01-07 | playlist/soundcloud: eliminate nullptr checks before g_free() | Max Kellermann | 1 | -8/+4 | |
2014-01-04 | Added application key for soundcloud plugin | James McGlashan (DarkFox) | 1 | -1/+2 | |
2014-01-04 | Added user and search paramaters for SoundCloud plugin | James McGlashan (DarkFox) | 1 | -0/+8 | |
2014-01-02 | http -> https for SoundCloud plugin | James McGlashan (DarkFox) | 1 | -6/+6 | |
2013-12-29 | InputStream: add static method OpenReady() | Max Kellermann | 1 | -3/+2 | |
Merge some duplicate code. | |||||
2013-12-14 | playlist/soundcloud: fix coding style | Max Kellermann | 1 | -15/+21 | |
2013-12-14 | playlist/soundcloud: make variables more local | Max Kellermann | 1 | -21/+17 | |
2013-12-03 | playlist/soundcloud: use class TagBuilder | Max Kellermann | 1 | -5/+5 | |
2013-11-28 | Util/StringUtil: add StringStartsWith() | Max Kellermann | 1 | -2/+3 | |
Replaces GLib's g_str_has_prefix(). | |||||
2013-10-28 | *: use nullptr instead of NULL | Max Kellermann | 1 | -25/+25 | |
2013-10-23 | input_stream: rename struct to InputStream | Max Kellermann | 1 | -2/+2 | |
2013-10-15 | playlist/soundcloud: use std::string | Max Kellermann | 1 | -14/+14 | |
2013-10-14 | Mapper, ...: use memcmp() instead of strncmp() where appropriate | Max Kellermann | 1 | -1/+1 | |
Micro-optimization. | |||||
2013-10-02 | Log: new logging library API | Max Kellermann | 1 | -7/+14 | |
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | |||||
2013-09-05 | Tag, ...: move to libtag.a | Max Kellermann | 1 | -1/+1 | |
2013-09-05 | PlaylistPlugin: add interface SongEnumerator | Max Kellermann | 1 | -5/+4 | |
Replaces struct playlist_provider. | |||||
2013-09-05 | conf.h: remove obsolete header | Max Kellermann | 1 | -1/+1 | |
Use only ConfigData.hxx in plugin sources to reduce header dependencies. | |||||
2013-09-05 | InputLegacy: move functions to the input_stream class | Max Kellermann | 1 | -9/+8 | |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -13/+12 | |
Replaces GLib's GError. | |||||
2013-09-03 | input_stream.h: rename to InputLegacy.hxx | Max Kellermann | 1 | -1/+1 | |
2013-08-04 | PlaylistPlugin: pass config_param reference | Max Kellermann | 1 | -3/+2 | |
2013-07-30 | tag: convert to C++ | Max Kellermann | 1 | -4/+4 | |
2013-07-28 | song: convert header to C++ | Max Kellermann | 1 | -3/+3 | |
2013-01-29 | playlist/memory: use std::forward_list instead of GSList | Max Kellermann | 1 | -4/+5 | |
2013-01-29 | playlist/{asx,rss,soundcloud,xspf}: merge code to MemoryPlaylistProvider | Max Kellermann | 1 | -39/+4 | |
2013-01-27 | DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCond | Max Kellermann | 1 | -5/+6 | |
2013-01-27 | playlist/*: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-01-26 | playlist/*: convert to C++ | Max Kellermann | 1 | -9/+12 | |
2012-03-22 | playlist/soundcloud: libyajl2 uses size_t for string lengths | Max Kellermann | 1 | -2/+14 | |
Fixes build failure on 64 bit. | |||||
2012-03-19 | playlist/soundcloud: support libyajl2 | Robert Vollmert | 1 | -5/+21 | |
[mk: backwars compatibility and autoconf check] | |||||
2012-03-01 | playlist/soundcloud: use config_dup_block_string() | Max Kellermann | 1 | -5/+3 | |
2012-03-01 | A soundcloud playlist plugin. | Robert Vollmert | 1 | -0/+422 | |
Requires YAJL to build, and this doesn't include the necessary automake changes. Can be built using ./configure CFLAGS="-I/usr/include/yajl" LIBS="-lyajl" --enable-soundcloud Add the following to your config: playlist_plugin { name "soundcloud" enabled "true" apikey "c4c979fd6f241b5b30431d722af212e8" } Then you can stream from soundcloud using calls like: mpc load soundcloud://track/<track-id> mpc load soundcloud://playlist/<playlist-id> mpc load soundcloud://url/http://soundcloud.com/some/track/or/playlist For the last case, you can leave off the http:// or http://soundcloud.com/ . |