mirror of
https://github.com/ivuorinen/aeonview.git
synced 2026-02-22 03:50:23 +00:00
This commit is contained in:
@@ -6,7 +6,7 @@ def aeonview(argv):
|
|||||||
parser = optparse.OptionParser(
|
parser = optparse.OptionParser(
|
||||||
usage='Usage: %prog [options]',
|
usage='Usage: %prog [options]',
|
||||||
description="aeonview for timelapses",
|
description="aeonview for timelapses",
|
||||||
version="%prog 0.1.20100718"
|
version="%prog 0.1"
|
||||||
)
|
)
|
||||||
|
|
||||||
basicopts = optparse.OptionGroup(parser,
|
basicopts = optparse.OptionGroup(parser,
|
||||||
@@ -150,7 +150,8 @@ def aeonview(argv):
|
|||||||
os.system(command)
|
os.system(command)
|
||||||
else:
|
else:
|
||||||
print "(!) Video dir to process:", video_dir
|
print "(!) Video dir to process:", video_dir
|
||||||
print "(!) Video output-file: ", video_out_day
|
print "(!) Video output-file:", video_out_day
|
||||||
|
print "(!) Made directory structure:", video_out_dir
|
||||||
print "(!) Command to run", command
|
print "(!) Command to run", command
|
||||||
|
|
||||||
else:
|
else:
|
||||||
@@ -158,6 +159,7 @@ def aeonview(argv):
|
|||||||
|
|
||||||
elif options.videorun == "monthly":
|
elif options.videorun == "monthly":
|
||||||
print "Monthly"
|
print "Monthly"
|
||||||
|
# TODO Monthly script. Joins daily movies of that month
|
||||||
|
|
||||||
else:
|
else:
|
||||||
print "(!) What? Please choose between -r daily/montly"
|
print "(!) What? Please choose between -r daily/montly"
|
||||||
|
|||||||
Reference in New Issue
Block a user