Duration format (hh:mm:ss instead of mm:ss)
Brought to you by:
mpavot
When streaming music from a radio station the duration is not broken down into bigger time units.
E.g.:
153:42 is shown when I listened to a radio station for 2h 33min 42sec (2:33:42).
I think the hh:mm:ss format is better because it is instantly understandable.
If a duration is less than 60 min the "hh" part should not be shown (mm:ss). Every duration >= 60min should be shown as hh:mm:ss. Maybe durations >= 24h should be shown as dd:hh:mm:ss.
Logged In: YES
user_id=1371626
Originator: NO
Implemented in ario svn. I'm not sure that dd:hh:mm:ss is really readable so I let hh:mm:ss even for durations > 24h.