* Fixed regression which resulted in relative paths being stored in index file.
authorUrban Wallasch <urban.wallasch@freenet.de>
Sat, 15 May 2021 16:24:55 +0000 (18:24 +0200)
committerUrban Wallasch <urban.wallasch@freenet.de>
Sat, 15 May 2021 16:24:55 +0000 (18:24 +0200)
ffpreview.py

index 89726137741d3805a658c23f516487e0815dfb04..cf356a5b9b018146fc3f6a68bbd8bca6b38d976d 100755 (executable)
@@ -754,7 +754,7 @@ class sMainWindow(QMainWindow):
         # analyze video
         self.statdsp[0].setText('Analyzing')
         QApplication.processEvents()
-        self.thinfo, ok = get_thinfo(fname, self.thdir)
+        self.thinfo, ok = get_thinfo(self.fname, self.thdir)
         if self.thinfo is None:
             self.statdsp[0].setText('Unrecognized file format')
             return