VideoSort
VideoSort copied to clipboard
Extra long file paths on Windows
NZBGet since v17 supports extra long file names (above 260 characters) on Windows.
VideoSort needs to be extended to support extra long file names as well.
Would be great if this could be implemented!
For people using Python 2, a fix that could be implemented in the code is described here:
https://stackoverflow.com/questions/29557760/long-paths-in-python-on-windows
Upgrading to Python 3 would appear to solve this issue.