This commit is contained in:
Ismo Vuorinen
2010-07-25 14:53:45 +00:00
parent 6f11436459
commit 7ae11ec2ca

View File

@@ -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"