1. 31 Oct, 2018 1 commit
  2. 22 Oct, 2018 1 commit
    • Max Kellermann's avatar
      db: fix broken command "list ... group" · db27bb76
      Max Kellermann authored
      Grouping in the "list" command was completely broken from the start,
      unlike "count group".  I have no idea what I have been thinking when I
      wrote commit ae178c77, but it didn't
      make any sense.
      
      This commit is a rewrite of the feature.
      
      For clients to be able to detect this feature, this commit also
      increments the protocol version.
      db27bb76
  3. 02 Sep, 2018 2 commits
  4. 20 Aug, 2018 1 commit
  5. 02 Aug, 2018 2 commits
  6. 25 Jul, 2018 1 commit
  7. 06 Jul, 2018 4 commits
  8. 24 Jan, 2018 1 commit
  9. 19 Jan, 2018 1 commit
    • Stefan Roellin's avatar
      db/upnp/Directory: fix parsing of durations with fractions of seconds · 187cc573
      Stefan Roellin authored
      The duration of a song can have fractions of seconds
      (quote from http://www.upnp.org/schemas/av/didl-lite-v2.xsd):
      
          The format of the duration string is:
          H+:MM:SS[.F+], or H+:MM:SS[.F0/F1]
          Where:
          +H              one or more digits to indicate elapsed hours,
          MM              exactly 2 digits to indicate minutes (00 to 59),
          SS              exactly 2 digits to indicate seconds (00 to 59),
          F+              any number of digits (including no digits) to indicate fractions of seconds,
          F0/F1   a fraction, with F0 and F1 at least one digit long,
                          and F0 < F1.
          The string may be preceded by an optional + or - sign, and the
          decimal point itself may be omitted if there are no fractional  seconds digits.
      
      Until now, a duration with fractions of seconds could not be parsed and
      resulted in an unknown duration. Only durations in the format "H+:MM:SS"
      were feasible. This commit enables to read durations in the first format,
      i.e. "H+:MM:SS[.F+]"
      187cc573
  10. 02 Jan, 2018 2 commits
  11. 12 Nov, 2017 1 commit
  12. 12 Sep, 2017 1 commit
  13. 25 Aug, 2017 1 commit
  14. 24 Aug, 2017 1 commit
  15. 18 Aug, 2017 2 commits
  16. 04 Jun, 2017 1 commit
  17. 16 May, 2017 1 commit
  18. 08 May, 2017 1 commit
  19. 11 Feb, 2017 1 commit
  20. 08 Feb, 2017 2 commits
  21. 23 Jan, 2017 2 commits
  22. 06 Jan, 2017 1 commit
  23. 03 Jan, 2017 1 commit
  24. 10 Nov, 2016 1 commit
  25. 29 Oct, 2016 2 commits
  26. 28 Oct, 2016 1 commit
  27. 23 Aug, 2016 1 commit
  28. 18 Mar, 2016 3 commits