add info for file analysis

This commit is contained in:
Stefan Schmidt-Bilkenroth 2021-06-14 15:38:58 +02:00
parent 19ac570474
commit 66b93a946e
1 changed files with 1 additions and 0 deletions

View File

@ -533,6 +533,7 @@ class MySlideShow(tk.Toplevel):
for f in files:
if f.startswith("._"):
continue
self.showInfo("Analysiere '%s'" % f)
item = Mediafile(os.path.join(root, f),self)
if item.valid == True:
self.mediaList.append(item)