Bug 434394 - Show length of media files also in minutes when they are longer than 60 minutes
Summary: Show length of media files also in minutes when they are longer than 60 minutes
Status: REPORTED
Alias: None
Product: dolphin
Classification: Applications
Component: view-engine: tooltip (show other bugs)
Version: 20.12.3
Platform: Arch Linux Linux
: NOR wishlist
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords: usability
Depends on:
Blocks:
 
Reported: 2021-03-14 13:39 UTC by Daniel
Modified: 2021-03-15 16:12 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel 2021-03-14 13:39:11 UTC
SUMMARY
Currently, the length of media files is displayed in the format hh:mm:ss. However, for example for movies it is common to find the length specified in minutes (on Wikipedia, the leaflet etc).

Converting to minutes is obviously not difficult, but in could be as well displayed directly in brackets behind the length in the current format, for the ease of use. Obviously, this would only be needed if the media file is longer than 60 minutes.
Comment 1 Nate Graham 2021-03-15 15:15:02 UTC
 Not sure this is worth it. Converting in your head isn't really very hard. :)
Comment 2 Daniel 2021-03-15 15:45:20 UTC
I get your point, but with the same argument you could as well not have the timezone conversion for the plasma clock (just add/subtract one/one-half hour, etc).

It's not like there are dozens of other relevant length formats, so showing the length in minutes for files over 1h length would be quite handy, as multiplying the hours by 60 and adding them to the minutes is very simple, of course, but if you have to deal with many such long files (and check if they match a specific length in minutes) it is a bit annoying…

Also adding this teeny tiny feature doesn't require much code or other dependencies IMHO. But I'm open for discussions :=)
Comment 3 Nate Graham 2021-03-15 16:12:25 UTC
> but if you have to deal with many such long files (and check if they match
> a specific length in minutes) it is a bit annoying…
Thanks for explaining your use case; that helps.