mirror of
https://gitlab.sectorq.eu/jaydee/python.git
synced 2025-12-14 10:44:52 +01:00
bitwarden
This commit is contained in:
@@ -21,6 +21,7 @@ output = None
|
|||||||
_DEV = "gopro9_1"
|
_DEV = "gopro9_1"
|
||||||
_SEQUENCES = []
|
_SEQUENCES = []
|
||||||
_FLIP = False
|
_FLIP = False
|
||||||
|
_SOURCE_DIR = "/share/Photo/imported/"
|
||||||
for o, a in opts:
|
for o, a in opts:
|
||||||
if o == "-h":
|
if o == "-h":
|
||||||
_ACTION = True
|
_ACTION = True
|
||||||
@@ -30,6 +31,8 @@ for o, a in opts:
|
|||||||
_DAY_DIR = a
|
_DAY_DIR = a
|
||||||
elif o in ("-f", "--flip"):
|
elif o in ("-f", "--flip"):
|
||||||
_FLIP = True
|
_FLIP = True
|
||||||
|
elif o in ("-r", "--source"):
|
||||||
|
_SOURCE_DIR = True
|
||||||
elif o in ("-s", "--sequence"):
|
elif o in ("-s", "--sequence"):
|
||||||
a = a.split(",")
|
a = a.split(",")
|
||||||
for s in a:
|
for s in a:
|
||||||
@@ -41,9 +44,9 @@ for o, a in opts:
|
|||||||
_WIZZARD = True
|
_WIZZARD = True
|
||||||
|
|
||||||
#_SOURCE_DIR = "/media/nas/nas-photo/imported/"
|
#_SOURCE_DIR = "/media/nas/nas-photo/imported/"
|
||||||
_SOURCE_DIR = "/share/Photo/imported/"
|
|
||||||
_FULL_PATH = _SOURCE_DIR + "/" + _DEV + "/" + _DAY_DIR
|
|
||||||
|
|
||||||
|
_FULL_PATH = _SOURCE_DIR + "/" + _DEV + "/" + _DAY_DIR
|
||||||
|
print(_FULL_PATH)
|
||||||
|
|
||||||
video_seq = {}
|
video_seq = {}
|
||||||
if os.path.exists(_FULL_PATH):
|
if os.path.exists(_FULL_PATH):
|
||||||
|
|||||||
Reference in New Issue
Block a user