1. 20 Aug, 2018 1 commit
  2. 02 Aug, 2018 2 commits
  3. 25 Jul, 2018 1 commit
  4. 06 Jul, 2018 4 commits
  5. 24 Jan, 2018 1 commit
  6. 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
  7. 02 Jan, 2018 2 commits
  8. 12 Nov, 2017 1 commit
  9. 12 Sep, 2017 1 commit
  10. 25 Aug, 2017 1 commit
  11. 24 Aug, 2017 1 commit
  12. 18 Aug, 2017 2 commits
  13. 04 Jun, 2017 1 commit
  14. 16 May, 2017 1 commit
  15. 08 May, 2017 1 commit
  16. 11 Feb, 2017 1 commit
  17. 08 Feb, 2017 2 commits
  18. 23 Jan, 2017 2 commits
  19. 06 Jan, 2017 1 commit
  20. 03 Jan, 2017 1 commit
  21. 10 Nov, 2016 1 commit
  22. 29 Oct, 2016 2 commits
  23. 28 Oct, 2016 1 commit
  24. 23 Aug, 2016 1 commit
  25. 18 Mar, 2016 3 commits
  26. 01 Mar, 2016 1 commit
  27. 26 Feb, 2016 1 commit
  28. 07 Feb, 2016 2 commits