1. 31 Oct, 2008 16 commits
  2. 30 Oct, 2008 22 commits
  3. 29 Oct, 2008 2 commits
    • Max Kellermann's avatar
      output: removed audio_output.result · f8722913
      Max Kellermann authored
      Since open() and play() close the device on error, we can simply check
      audio_output.open instead of audio_output.result after a call.
      f8722913
    • Max Kellermann's avatar
      output: delay reopen after device failure · 7da0e005
      Max Kellermann authored
      When one of several output devices failed, MPD tried to reopen it
      quite often, wasting a lot of resources.  This patch adds a delay:
      wait 10 seconds before retrying.  This might be changed to exponential
      delays later, but for now, it makes the problem go away.
      7da0e005