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