henrywoo / kazam

Kazam2 - Linux Screen Recorder, Broadcaster, Capture and OCR with AI in mind
https://github.com/henrywoo/kazam
GNU General Public License v3.0
210 stars 22 forks source link

Feature Request: support date, time placeholders in Screencast filename setting #13

Closed emystein closed 1 month ago

emystein commented 1 year ago

In the Filename prefix setting, I would like to be able to set current date and time in Filename prefix.

For example: setting Kazamscreencast-{date}{time} would resolve to a file name Kazam_screencast-2022-10-13_18_55

image

henrywoo commented 1 month ago

That is already supported by the latest version. Please try the latest version:

pip install kazam -U

This should fix your issue.

image