openscopeproject / TrguiNG

Remote GUI for Transmission torrent daemon
GNU Affero General Public License v3.0
334 stars 39 forks source link

Path Mapping Configure #157

Closed JustAndreww closed 8 months ago

JustAndreww commented 8 months ago

Hello!

I have installed transmission on NAS and trying to map folders on NAS <--> network drives on Windows PC.

On NAS I have folder /volume4/Videowhere I want to download videos using installed transmission client. On Windows I mount this folder into Network driver with letter V:\.

So I'm adding following line in mapping settings: "/volume4/Video=V:/"

But after adding torrent from Windows PC and specifying V:\ as download path I got "Error: Download directory path is no absolute".

So what I did wrong? Or that's not how it suppose to work?

Thanks!

JustAndreww commented 8 months ago

OK, solved by specifying paths without " ". So the correct way is: /volume4/Video=V:/ instead of "/volume4/Video=V:/".