- #height doesnt work in picture items, is empty. In columns the same property is displayed. In videos it works in both cases.
- ini setting aspect_ratio_format isnt respected by statusbar's #aspect-ratio:, in columns is displayed properly
- a suggestion: Adding a statusbar render time in the debug log. I had some issues with cpu hiccups when saving videos and the statusbar displaying indexed length time in the June 2024 build. In the winter builds, the problem seems to have been resolved, but given statusbar is rendered in each window, it might worth a metric.
Minor status bar issues
Minor status bar issues
Re: Minor status bar issues
Please use#height doesnt work in picture items, is empty. In columns the same property is displayed. In videos it works in both cases.
$height:
To clarify, is the height also showing empty under the Height column?
The height information is not gathered immediately. It may take several seconds for the height to display.
$variables: always use their raw values. Never formatted values.ini setting aspect_ratio_format isnt respected by statusbar's #aspect-ratio:, in columns is displayed properly
You will need to manually apply formatting.
Everything 1.5.0.1388a adds a
<FORMAT_ASPECT_RATIO:...>
Example usage:
<FORMAT_ASPECT_RATIO:1.333>
4:3
Everything 1.5.0.1388a will now show timing information when in verbose debug mode (Tools -> Debug -> Verbose) and updating the status bar.a suggestion: Adding a statusbar render time in the debug log. I had some issues with cpu hiccups when saving videos and the statusbar displaying indexed length time in the June 2024 build. In the winter builds, the problem seems to have been resolved, but given statusbar is rendered in each window, it might worth a metric.