Bug 497986

Summary: The 'counter' generator has no way to adjust the text attributes
Product: [Applications] kdenlive Reporter: Ed <AtomicCanine>
Component: User Interface & MiscellaneousAssignee: Jean-Baptiste Mardelle <jb>
Status: CONFIRMED ---    
Severity: wishlist CC: berndmj
Priority: NOR Keywords: triaged
Version First Reported In: 24.12.0   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Ed 2024-12-28 14:30:03 UTC
SUMMARY
The 'counter' generator has no way to adjust the text attributes, and the default attributes don't always work will with a project.

STEPS TO REPRODUCE
1. Project bin, right click, pick 'Generators -> Counter'
2. Select 'clock' as 'counter style' [the same issue occurs with every counter style]
3. Note that there is no way to set character attributes

OBSERVED RESULT
4. A counter .mlt file is produced but only the default font attributes are used

EXPECTED (DESIRED) RESULT
5. A menu in the counter generator to set font attributes (font, size, weight, and so on)

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
(available in the Info Center app, or by running `kinfo` in a terminal window)
Linux/KDE Plasma: 
* Linux Mint 21.3 / Cinnamon 6.0.4
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 
* qt5

ADDITIONAL INFORMATION
mlt does have a text filter which provides for text attributes, but I have no idea if it is in any way applicable here
https://www.mltframework.org/plugins/FilterText/
Comment 1 Bernd 2024-12-28 16:10:48 UTC
The producer (https://github.com/mltframework/mlt/blob/master/src/modules/plus/producer_count.c) doesn't have any reference to the font used. Perhaps there is a possibility to include that and make it a parameter in the Counter dialog window.