1. 15 Jan, 2009 20 commits
  2. 14 Jan, 2009 17 commits
  3. 13 Jan, 2009 3 commits
    • Max Kellermann's avatar
      tag: added core support for the "album artist" tag · 2af1742f
      Max Kellermann authored
      Added TAG_ITEM_ALBUM_ARTIST.
      
      With this patch, MPD should be able to read the (inofficial)
      "ALBUMARTIST" Vorbis comment.  Implementations in other decoder
      plugins will follow soon.
      2af1742f
    • Max Kellermann's avatar
      song_save: check for colon and space when loading a tag · 14527174
      Max Kellermann authored
      matchesAnMpdTagItemKey() broke when two tag items had the same prefix,
      because it did not check if the tag name ended after the prefix.  Add
      a check for the colon and the space after the tag name.
      14527174
    • Joe Milbourn's avatar
      input_curl: honour http_proxy_* config directives · 45598d50
      Joe Milbourn authored
      If http_proxy_{host, port, user, password} are provided in mpd.conf
      they are not passed on to libcurl. As a result mpd cannot stream from
      behind an http proxy.
      
      The attached patch `http_proxy.patch` makes the relevant calls to
      curl_easy_setopt(...) for all proxy configuration parameters, but is
      only tested for host and port.
      45598d50