1. 19 Oct, 2013 1 commit
  2. 05 Sep, 2013 1 commit
  3. 17 Apr, 2013 1 commit
    • Max Kellermann's avatar
      input/soup: plugin removed · 2df2a989
      Max Kellermann authored
      This plugin is cumbersome to support, now that MPD is migrating away
      from GLib and the GLib event loop.  It has no practical advantages
      over the CURL plugin.  Soup requires the bloated GType library.
      2df2a989
  4. 08 Apr, 2013 1 commit
  5. 03 Jan, 2013 4 commits
  6. 02 Aug, 2012 1 commit
  7. 12 Jun, 2012 1 commit
  8. 24 Aug, 2011 1 commit
    • Max Kellermann's avatar
      input/soup: new input plugin based on libsoup · 3b9ffea3
      Max Kellermann authored
      To demonstrate the new I/O thread.  libsoup is well-integrated into
      the GLib main loop, which made this plugin pretty easy to write.
      
      As a side effect, we have to initialize the I/O thread in all debug
      programs that use the input API.
      3b9ffea3
  9. 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
  10. 29 Jan, 2011 1 commit
  11. 22 Dec, 2010 1 commit
  12. 18 May, 2010 1 commit
  13. 01 Jan, 2010 1 commit
  14. 12 Nov, 2009 1 commit
    • Max Kellermann's avatar
      include config.h in all sources · 5b82ffc2
      Max Kellermann authored
      After we've been hit by Large File Support problems several times in
      the past week (which only occur on 32 bit platforms, which I don't
      have), this is yet another attempt to fix the issue.
      5b82ffc2
  15. 13 Oct, 2009 1 commit
  16. 24 Sep, 2009 1 commit
  17. 13 Mar, 2009 1 commit
    • Avuton Olrich's avatar
      all: Update copyright header. · 0aee49bd
      Avuton Olrich authored
      This updates the copyright header to all be the same, which is
      pretty much an update of where to mail request for a copy of the GPL
      and the years of the MPD project. This also puts all committers under
      'The Music Player Project' umbrella. These entries should go
      individually in the AUTHORS file, for consistancy.
      0aee49bd
  18. 03 Mar, 2009 2 commits
  19. 02 Mar, 2009 1 commit
    • Max Kellermann's avatar
      input_lastfm: new input plugin for last.fm radio · 4220e6b0
      Max Kellermann authored
      The lastfm input plugin enables MPD to play lastfm:// URLs.  This
      plugin is not complete yet: it plays only the first song in the
      last.fm playlist, and the playlist parser isn't even implemented
      properly.
      4220e6b0
  20. 25 Feb, 2009 1 commit
  21. 29 Jan, 2009 1 commit
    • Max Kellermann's avatar
      added support for the MMS protocol · caa4d28f
      Max Kellermann authored
      This patch implements the MMS protocol, by using libmms.  It is quite
      experimental: it does not support seeking yet, and it is currently
      using synchronous I/O, which causes MPD to hang while waiting for the
      server.
      caa4d28f
  22. 04 Jan, 2009 3 commits
  23. 02 Jan, 2009 1 commit
  24. 31 Dec, 2008 1 commit
  25. 29 Dec, 2008 1 commit
    • Max Kellermann's avatar
      removed os_compat.h · 95b3430f
      Max Kellermann authored
      Only include headers which are really needed.  os_compat.h aimed to
      make MPD easily portable, but was never actually made portable.
      95b3430f
  26. 27 Dec, 2008 1 commit
  27. 16 Dec, 2008 7 commits
  28. 01 Nov, 2008 1 commit