frecza1 / chronolapse

Automatically exported from code.google.com/p/chronolapse
MIT License
0 stars 0 forks source link

Feature request: Possibility to Automatically start a capture (and minimize to tray) #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It would be neat to be able to start ChronoLapse in capture mode
automatically, so you could start it when Windows starts up. A simple
command-line flag like "-auto" could solve this.

Another related feature: minimize to tray so it doesn't take up space in
the task bar. 

Is it possible to remove the annoying DOS window that appears on Windows? I
guess this is a side-effect of running Python.

Thanks and keep up the good work!

Original issue reported on code.google.com by rebelbet...@gmail.com on 19 Aug 2009 at 4:08

GoogleCodeExporter commented 8 years ago

Original comment by kee...@gmail.com on 1 Oct 2009 at 10:33

GoogleCodeExporter commented 8 years ago
Added a command line option -a for automatically starting a timelapse. Also 
added the minimize to tray functionality.

Note - the dos window staying around is a result of freezing the code into an 
executable. Some of the programs for that can fix it -- I'll try to do that 
this release, but if you run from source you can rename chronolapse.py to 
chronolapse.pyw and have no console.

Original comment by kee...@gmail.com on 21 Dec 2010 at 12:10