1. 15 Dec, 2009 18 commits
  2. 14 Dec, 2009 19 commits
  3. 11 Dec, 2009 1 commit
  4. 08 Dec, 2009 2 commits
    • Max Kellermann's avatar
      mixer: explicitly close all mixers on shutdown · 5a354a1e
      Max Kellermann authored
      Mixers with the "global" flag set aren't closed automatically when the
      output device is closed.  Thus, they might still be open when MPD
      shuts down.
      5a354a1e
    • Max Kellermann's avatar
      mapper: apply filesystem_charset to playlists · f4b707b4
      Max Kellermann authored
      This fixes an inconsistency in the stored playlist subsystem: when
      obtaining the list of playlists (listplaylist, listplaylistinfo), the
      file names in the playlist directory are converted to UTF-8 (according
      to filesystem_charset), but when saving or loading playlists, the
      filesystem_charset setting was ignored.
      f4b707b4