possible to calculate total time in a collection of encounters?
I use ACT with FFXIV, and it would be nice to be able to get a "total duration" measure which would be the time of the start of the oldest encounter to the time of the end of the newest encounter.
Specifically this would be to have a variation of the "duration" field which shows that time from start to end instead of only the "in combat" or "in encounter" time. This is important to me because it would help understand the total time in a single dungeon, rather than just the time fighting. Any time spent running between encounters is lost.
I thought perhaps I could write a plugin to do this: API has a column field definition. But I don't understand if I implement that class how to get it added into the list of possible fields...
Comments
I basically calculated the time between StartTime and EndTime for an ecounter and added a TotalDuration column to the list.
This is useful because total wall time is often very useful when dealing with something like a dungeon where you want to see how long it took to complete the entire thing instead of excluding the time between encounters.
I think its probably niche enough that keeping it as a plugin for myself is fine with me.
I'm happy to share the source here if anyone else is interested.
Is there a way to change the default ordering as well? I'd be kinda nice if I could get the total duration field to be next to the duration by default. Not a huge deal if that can't be changed.