1. 02 Oct, 2013 1 commit
  2. 05 Sep, 2013 1 commit
  3. 04 Sep, 2013 1 commit
  4. 03 Sep, 2013 1 commit
  5. 04 Aug, 2013 1 commit
  6. 30 Jul, 2013 1 commit
  7. 28 Jan, 2013 3 commits
  8. 27 Jan, 2013 1 commit
  9. 26 Jan, 2013 1 commit
  10. 25 Jan, 2013 1 commit
  11. 21 Jan, 2013 1 commit
  12. 16 Sep, 2011 1 commit
    • Max Kellermann's avatar
      input_stream: non-blocking I/O · 754f26a9
      Max Kellermann authored
      Add GMutex, GCond attributes which will be used by callers to
      conditionally wait on the stream.
      
      Remove the (now-useless) plugin method buffer(), wait on GCond
      instead.  Lock the input_stream before each method call.  Do the same
      with the playlist plugins.
      754f26a9
  13. 14 Sep, 2011 1 commit
  14. 29 Mar, 2011 1 commit
    • Simon Kagstrom's avatar
      input: Add despotify input plugin · 124d1a59
      Simon Kagstrom authored
      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
      124d1a59