1. 07 Jan, 2013 1 commit
  2. 03 Jan, 2013 3 commits
  3. 02 Jan, 2013 6 commits
  4. 29 Aug, 2012 2 commits
  5. 22 Aug, 2012 1 commit
  6. 15 Aug, 2012 1 commit
  7. 08 Aug, 2012 2 commits
  8. 07 Aug, 2012 6 commits
  9. 02 Aug, 2012 1 commit
  10. 12 Feb, 2012 2 commits
  11. 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
  12. 13 Sep, 2011 4 commits
  13. 05 Sep, 2011 2 commits
  14. 29 Jan, 2011 1 commit
  15. 10 Jan, 2011 2 commits
  16. 08 Feb, 2010 1 commit
  17. 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
  18. 01 Jan, 2010 1 commit
  19. 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
  20. 26 Dec, 2009 1 commit