From 124d1a594202319d254c41d1e568d869ea74dafb Mon Sep 17 00:00:00 2001 From: Simon Kagstrom Date: Sun, 27 Mar 2011 08:41:05 +0200 Subject: input: Add despotify input plugin For Spotify tracks. Uses a spt URI, so with mpc you can play tracks with e.g., mpc add spt://spotify:track:5qENVY0YEdZ7fiuOax70x1 mpc play Uses the pcm_decoder_plugin for the output --- src/ls.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/ls.c') diff --git a/src/ls.c b/src/ls.c index 509792911..fa87d35d7 100644 --- a/src/ls.c +++ b/src/ls.c @@ -51,6 +51,9 @@ static const char *remoteUrlPrefixes[] = { #endif #ifdef ENABLE_CDIO_PARANOIA "cdda://", +#endif +#ifdef ENABLE_DESPOTIFY + "spt://", #endif NULL }; -- cgit v1.2.3