mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 01:39:26 +02:00
support long filepaths on win7 + misc windows fixes
This commit is contained in:
parent
d7f1951e44
commit
a4b56c74c7
13 changed files with 179 additions and 84 deletions
|
@ -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=",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue