I have an audio tag that looks like this: “00:14:164“, i.e. “MM:SS:splits“.
I’d like to have the format be numeric and only in the seconds unit.
So for example:
“00:14:164” would be 14.164
and
“01:59:582” would be 119.582
What is the best way of doing this?
Or monkey patch
String: