jslay88 / qbt_migrate

Migrate qBittorrent downloads
MIT License
162 stars 10 forks source link

errors in resulting path on linux #1

Closed ghost closed 4 years ago

ghost commented 4 years ago

I'm replacing "Drive:" on Windows to "/mnt/Drive" on Linux. This is the resulting path:

/mnt/Drive\directory\subdirectory\/

-there are still backward slashes in the full path -trailing slashes

jslay88 commented 4 years ago

I see where the issue is. I'll get it updated shortly.

jslay88 commented 4 years ago

If the trailing slashes are an issue, let me know. It shouldn't be an issue though, as we are just setting a directory location, and both *nix and Windows should handle trailing slashes appropriately.

jslay88 commented 4 years ago

I see another issue when going from linux to windows, if running from a Windows machine. Working on another fix.