--- OSA_system2/OSAS_helpers.py 2005/03/07 19:33:42 1.8 +++ OSA_system2/OSAS_helpers.py 2005/03/17 19:26:52 1.9 @@ -134,7 +134,7 @@ def isImageFolder(path,indexMeta): def isVideoFolder(path,indexMeta): """check if folder contains images without metadata or with metadata""" # metadaten ergeben imagefolder - print "test video",path + if dirHasProperty(path,indexMeta,'media-type','video'): return 1