-
-
Notifications
You must be signed in to change notification settings - Fork 803
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add duration statistics to stats page #1626
Conversation
I can see some benefit of adding total duration to the stats page, but not so much the query results. Adding yet another return value for |
Yeah, that's absolutely what I aimed for at first, I just couldn't get it there when I was putting the changeset together. It's mostly me just not groking Go quite yet. The benefit of duration in query results, I've found, is mostly about just being aware of the volume of media one has. But it's also useful when using queries as queues/pseudo-playlists, which I see is getting some attention of the hotkey variety in another PR. |
3293e12
to
c3d427c
Compare
I've rolled this back to just the total scene duration on the stats page, given that's just a much, much more simple change. I'll probably come back to per-query duration at some point in a few months or whatever. |
Tested-by: kermie@isinthe.house |
Adds a scene duration to the stats page (and shifts the stats around a bit so that everything still fits nicely). Here's a screenshot: