1. 07 Jul, 2009 2 commits
    • Max Kellermann's avatar
      tag_id3: revised "performer" tag support · adb2f66c
      Max Kellermann authored
      According to the ID3 2.4 documentation, "TOPE" is "Original
      artist/performer", not "performer".  Removed "TOPE" support.  Instead,
      map TPE3 ("Conductor/performer refinement") and TPE4 ("Interpreted,
      remixed, or otherwise modified by") to "performer".
      adb2f66c
    • Max Kellermann's avatar
      tag: added tag "AlbumArtistSort" · 7246d672
      Max Kellermann authored
      The tag_id3.c library supports both the documented "TSO2" tag, and the
      inofficial TXXX/ALBUMARTISTSORT.
      
      The Vorbis/FLAC decoder automatically supports the new tag, without
      further change.
      7246d672
  2. 06 Jul, 2009 21 commits
  3. 05 Jul, 2009 10 commits
  4. 03 Jul, 2009 1 commit
  5. 02 Jul, 2009 3 commits
    • Max Kellermann's avatar
      filter: added "volume" plugin · e3c436f4
      Max Kellermann authored
      The "volume" filter plugin will replace the current software volume
      code.  One "volume" filter may be attached to each output device.
      This will allow the user to use hardware mixers for some devices, and
      software mixers for other devices at the same time.
      
      Currently, neither the filter API nor the "volume" plugin is
      integrated into MPD.
      e3c436f4
    • Max Kellermann's avatar
      filter: added new plugin API for filters · 48f3e13b
      Max Kellermann authored
      The filter API allows us to implement software volume as a pluggable
      filter, and we will be able to integrate libraries like SoX.
      48f3e13b
    • Max Kellermann's avatar
      conf: added config_quark() · a923080d
      Max Kellermann authored
      This GQuark will be used for GErrors related to malformed
      configuration.
      a923080d
  6. 29 Jun, 2009 1 commit
  7. 26 Jun, 2009 1 commit
    • Christopher Zimmerman's avatar
      playlist_state: save state when stopped · a641f562
      Christopher Zimmerman authored
      At the moment mpd doesn't store or restore the current track to/from
      its state file when the daemon is stopped/started while in 'stopped'
      state.  I believe the preferred behaviour would be to store and
      restore the current track even when the daemon is in stopped state
      when shutting down.
      
      I made a small patch to adapt this behaviour. If you believe this is
      not the preferred behaviour, maybe this should be realized as a
      configuration option. I'm not sure how to do this, but made a small
      comment, where one would have to put the option.
      a641f562
  8. 25 Jun, 2009 1 commit