From: Urban Wallasch Date: Wed, 12 May 2021 19:35:08 +0000 (+0200) Subject: * Write path to directoy containing the original video file in ffpreview.idx. X-Git-Tag: v0.3~78 X-Git-Url: https://git.packet-gain.de/?a=commitdiff_plain;h=70151c62fb7b08e246e3c32b5581c9625fbae521;p=ffpreview.git * Write path to directoy containing the original video file in ffpreview.idx. --- diff --git a/ffpreview.py b/ffpreview.py index c30fecd..a6336e4 100755 --- a/ffpreview.py +++ b/ffpreview.py @@ -808,6 +808,7 @@ def chk_idxfile(thinfo): def get_thinfo(): thinfo = { 'name': os.path.basename(cfg['vid']), + 'path': os.getcwd(), 'frames': -1, 'duration': -1, 'fps': -1,