1. 01 Mar, 2014 1 commit
  2. 21 Feb, 2014 1 commit
  3. 08 Feb, 2014 3 commits
  4. 06 Feb, 2014 2 commits
  5. 25 Jan, 2014 1 commit
  6. 24 Jan, 2014 3 commits
  7. 23 Jan, 2014 2 commits
  8. 14 Jan, 2014 1 commit
  9. 13 Jan, 2014 2 commits
  10. 08 Jan, 2014 5 commits
  11. 07 Jan, 2014 1 commit
  12. 06 Jan, 2014 2 commits
  13. 29 Dec, 2013 1 commit
  14. 21 Dec, 2013 1 commit
  15. 19 Dec, 2013 1 commit
    • Steven O'Brien's avatar
      add draft ALSA input plugin · 35f85ddd
      Steven O'Brien authored
      I've created an elementary input plugin that plays sound from the
      soundcard, so you can use MPD to listen to anything connected to the
      line-in jack, or to Video4Linux FM radio cards that send audio through
      the soundcard.  There has been a small number of posts here in the
      past requesting line-in input, so here is a first, simplistic stab at
      it.
      
      The patch adds a new sheme, alsa://, which causes mpd to play data
      read directly from a souncdard.  It defaults to hw:0,0, but you can
      pass any ALSA device name in the URI.  So, using mpc for example:
      
       mpc add alsa://
       mpc play
      
      will play from device hw:0,0.
      
      To use a diffferent device:
      
       mpc add alsa://hw:1,0
      35f85ddd
  16. 17 Dec, 2013 1 commit
  17. 14 Dec, 2013 2 commits
  18. 04 Dec, 2013 1 commit
  19. 03 Dec, 2013 1 commit
  20. 28 Nov, 2013 2 commits
  21. 27 Nov, 2013 1 commit
  22. 23 Nov, 2013 3 commits
  23. 07 Nov, 2013 2 commits