projects
/
ffpreview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bbbe7f
)
* Write path to directoy containing the original video file in ffpreview.idx.
author
Urban Wallasch
<urban.wallasch@freenet.de>
Wed, 12 May 2021 19:35:08 +0000
(21:35 +0200)
committer
Urban Wallasch
<urban.wallasch@freenet.de>
Wed, 12 May 2021 19:35:08 +0000
(21:35 +0200)
ffpreview.py
patch
|
blob
|
history
diff --git
a/ffpreview.py
b/ffpreview.py
index c30fecdfe2489b93b4fd4a705ba06d5846620020..a6336e4147b644c0fcdbf5f98950721814787f3e 100755
(executable)
--- 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,