1. 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
  2. 12 Sep, 2017 1 commit
  3. 08 May, 2017 1 commit
  4. 08 Feb, 2017 1 commit
  5. 06 Jan, 2017 1 commit
  6. 03 Jan, 2017 1 commit
  7. 26 Feb, 2016 1 commit
  8. 07 Feb, 2016 1 commit
  9. 30 Sep, 2015 1 commit
  10. 01 Jan, 2015 1 commit
  11. 09 Nov, 2014 2 commits
  12. 08 Nov, 2014 2 commits
  13. 07 Nov, 2014 1 commit
  14. 29 Aug, 2014 1 commit
  15. 26 Jan, 2014 1 commit
  16. 24 Jan, 2014 2 commits
  17. 23 Jan, 2014 1 commit
  18. 22 Jan, 2014 4 commits
  19. 21 Jan, 2014 1 commit
  20. 18 Jan, 2014 4 commits
  21. 14 Jan, 2014 5 commits
  22. 13 Jan, 2014 1 commit
  23. 11 Jan, 2014 3 commits
  24. 10 Jan, 2014 2 commits