timelapse icon indicating copy to clipboard operation
timelapse copied to clipboard

Make screenshot interval configurable

Open andreipopovici opened this issue 4 years ago • 3 comments

Feature Request Type

  • [x] Core functionality
  • [ ] Alteration (enhancement/optimization) of existing feature(s)
  • [ ] New behavior

Description

It would be great to be able to adjust the screenshot interval before starting a recording. I'll look into how that would get done from the menubar with ~~py2app~~ ~~the AppKit and/or Foundation libraries~~ PyObjC . Possibly a slider and/or second value input dialog once a menu option is selected?

Thank you for this simple yet incredibly useful app!

andreipopovici avatar Mar 04 '20 18:03 andreipopovici

Looks like NSAlert might do the trick. Seems you can also place a NSTextField inside but that's as far as I got tonight 🤷‍♂️

andreipopovici avatar Mar 04 '20 19:03 andreipopovici

@andreipopovici Thanks a lot for your efforts! A PR will be most welcome, and feel free to start one as a work-in-progress with whatever you've managed to do so far.

cmangla avatar Mar 04 '20 21:03 cmangla

@andreipopovici any progress on this? I tried the NSAlert, but it didn't work for me. It just got stuck and didn't show any message. Then again, the source code is a decade old already, so probably things have changed in the meantime. Did you have more luck?

mre avatar Mar 14 '20 10:03 mre