1. 03 Jan, 2013 3 commits
  2. 02 Jan, 2013 6 commits
  3. 29 Aug, 2012 2 commits
  4. 22 Aug, 2012 1 commit
  5. 15 Aug, 2012 1 commit
  6. 08 Aug, 2012 2 commits
  7. 07 Aug, 2012 6 commits
  8. 02 Aug, 2012 1 commit
  9. 12 Feb, 2012 2 commits
  10. 08 Oct, 2011 1 commit
    • Max Kellermann's avatar
      db_print: print absolute URI of playlist entries · 49b84f92
      Max Kellermann authored
      The protocol mandates that playlist URIs are absolute (i.e. full URI
      relative to the music directory, not relative to the parent
      directory).  This adds the parameter "directory" to the "playlist"
      visitor method.
      49b84f92
  11. 13 Sep, 2011 4 commits
  12. 05 Sep, 2011 2 commits
  13. 29 Jan, 2011 1 commit
  14. 10 Jan, 2011 2 commits
  15. 08 Feb, 2010 1 commit
  16. 02 Jan, 2010 1 commit
    • Max Kellermann's avatar
      dbUtils: return empty tag value only if no value was found · 959f94b0
      Max Kellermann authored
      This fixes a regression in the patch "return multiple tag values per
      song": even when the song has values for the specified tag type, the
      empty string gets added to the set, because the "return" was removed.
      This patch adds a flag which remembers whether at least one value was
      found.
      959f94b0
  17. 01 Jan, 2010 1 commit
  18. 27 Dec, 2009 1 commit
    • Max Kellermann's avatar
      dbUtils: return multiple tag values per song · d66c055f
      Max Kellermann authored
      When collecting tag values for the result set, add all of a song's tag
      values of the searched type.  This affects the "list" command.
      Previously, "list" only considered the first tag value of a song.
      d66c055f
  19. 26 Dec, 2009 1 commit
  20. 12 Nov, 2009 1 commit
    • Max Kellermann's avatar
      include config.h in all sources · 5b82ffc2
      Max Kellermann authored
      After we've been hit by Large File Support problems several times in
      the past week (which only occur on 32 bit platforms, which I don't
      have), this is yet another attempt to fix the issue.
      5b82ffc2