Changes between Version 2 and Version 3 of Ticket #39667, comment 34
- Timestamp:
- 09/10/2018 11:54:35 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #39667, comment 34
v2 v3 6 6 7 7 - Removes the upper limit of {{{39:59:59}}} for the input duration. 8 - Splits the regex into two separate cases: {{{HH:ii:ss}}} and {{{ii:ss}}}, to simplify it. This validation part: {{{(([0-3]?[0-9])|([2][0-3]))}}} was not obvious to me.8 - Splits the regex into two separate cases: {{{HH:ii:ss}}} and {{{ii:ss}}}, to simplify it. This previous validation part: {{{(([0-3]?[0-9])|([2][0-3]))}}} was not obvious to me. 9 9 - Removes negative duration sign, like {{{'-32:49'}}}, as possibly prepended by {{{getid3_lib::PlaytimeString()}}}. 10 10 - Adds trim to the input duration.