Time Display Consistency #345
Replies: 3 comments 3 replies
-
I'm on board with the first two, we could also default the selection to the seconds, so if you use the +/- buttons that's what is incremented by default, it should be possible via the On the hundredths of seconds, the reason it's partially because of performance (the current refresh rate is 30Hz), but mostly it's because I find it distracting when looking at the running time, it also doesn't add much value while the cue is running. The extra "0" is there to keep the text symmetrical, to me, it looks a bit weird without. I think we can keep the current behavior. |
Beta Was this translation helpful? Give feedback.
-
I, too, vote for consistency across time edit widgets; and agree that using I will note that file duration and start/stop times are stored in show files as milliseconds, whilst fade-in/-out duration and pre-/post-wait are stored in seconds. ( Would it perhaps be possible to add an option somewhere for users to decide whether they wish to display the hundredths (or even thousandths) or not? |
Beta Was this translation helpful? Give feedback.
-
Implemented in #346 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I propose making some minor changes, but want to get others' (particularly Francesco's) thoughts before I go making them.
In my own experience, I regularly match pre-wait and post-wait times to media timecodes. For this usecase it would be more convenient to view and edit wait times in HH:mm:ss.zzz format rather than just seconds. This format would also be more consistent with the corresponding Pre/Post wait columns in List Layout. I would like to make this UI change if it fits other people's uses. For compatibility, I would keep the underlying data in seconds.
Unfortunately, the QTimeEdit widget does not handle "z" or "zz" gracefully, so I propose using "zzz" (like Media Cue start and stop times.
Since Media Cue start and stop times have dots as separators for all sections, I propose changing the hour-minute and minute-second separators to colons in order to match.
Then there is the matter of accuracy. Currently, the cue settings page allows hundredths of seconds (two decimal digits) for pre-wait and post-wait times. However, the List Layout columns effectively only have tenths of seconds (the hundredths place has a constant zero). Is there some history or a reason behind this unused digit? My guess is that the original intent was to use the hundredths place, but it was changed for performance reasons. Is that right? I would be inclined to eliminate the zero altogether and just have tenths of seconds displayed.
To summarize, these are the changes I propose:
I realize others may use things differently, so feel free to weigh in on whether you think this is a good idea or not.
Beta Was this translation helpful? Give feedback.
All reactions