support long filepaths on win7 + misc windows fixes

This commit is contained in:
ed 2023-02-10 18:37:37 +00:00
parent d7f1951e44
commit a4b56c74c7
13 changed files with 179 additions and 84 deletions

View file

@ -61,7 +61,7 @@ def main():
os.chdir(cwd)
f1 = fsenc(fn)
f2 = os.path.join(b"noexif", f1)
f2 = fsenc(os.path.join(b"noexif", fn))
cmd = [
b"exiftool",
b"-exif:all=",