Page 1 of 1

Rename folder/files on webui

Posted: Tue May 17, 2016 7:42 am
by Sh4de900
Hello,

I've recently bought a synology NAS, and succesfully started using Deluge on it and transferred my seeds.
The thing is, I'd like to move the seeding torrents to my main folder with an appropriate name.
The "move storage" function works like a charm, but within the webui I can't find a way to rename the folder itself, so I'm stuck with some annoying release name in my main folder. In the full client, there's an easy rename function but I can't use that on the webui on a Synology NAS.

Is there any way I can do this so it won't mess up the naming convention for the tracker? Thank you.

Edit: I'm also running Sonarr, which does the moving and renaming for my automatic downloads, but not these manual ones. Can I perhaps use that somehow?

Re: Rename folder/files on webui

Posted: Tue May 17, 2016 11:06 am
by Cas
See thinclient setup...

Re: Rename folder/files on webui

Posted: Wed May 18, 2016 8:25 am
by Sh4de900
Cas wrote:See thinclient setup...
I did, I'm new to all of this, I don't understand what I'm supposed to do from all of this:
http://dev.deluge-torrent.org/wiki/UserGuide/ThinClient
I just installed it from the package center on synology...if I'm supposed to do the GTK steps I'm already stuck on step1:

In Preferences -> Interface and disable (untick) Classic Mode

I don't have that option...unless I'm already in this mode, I don't know. I'm not that familiar with it

Image

Re: Rename folder/files on webui

Posted: Wed May 18, 2016 9:01 am
by Cas
That is the webui... Install Deluge on your local machine

Re: Rename folder/files on webui

Posted: Wed May 18, 2016 11:51 am
by Sh4de900
I am trying to tell you the only way I can reach it is the webui. That is the whole problem.
I did install it on the server, if you try to open it, it goes to the webui...I am limited by Synology.

http://puu.sh/oWhpC/9d5a1aa77f.jpg
http://puu.sh/oWhrS/b4c444a82a.jpg

Re: Rename folder/files on webui

Posted: Wed May 18, 2016 7:52 pm
by Shryp
He is telling you to install it in both your NAS and your local machine. When you disable that classic interface on your local machine that deluge will ask for the IP address of where to connect and you can then put your NAS IP in there. You need to configure the auth file on your NAS for it to work right though. I use a desktop and laptop, so not sure how hard it would be to configure on your NAS.

Re: Rename folder/files on webui

Posted: Thu May 19, 2016 9:24 am
by Sh4de900
Shryp wrote:He is telling you to install it in both your NAS and your local machine. When you disable that classic interface on your local machine that deluge will ask for the IP address of where to connect and you can then put your NAS IP in there. You need to configure the auth file on your NAS for it to work right though. I use a desktop and laptop, so not sure how hard it would be to configure on your NAS.
Ah, thank you! Well, there's no direct editing of config files in Synology, I'll have to try and do it through ssh I think when I get home. At least I get what I need to try now, I needed a bit more of an explanation as a "layman" ;)

Re: Rename folder/files on webui

Posted: Thu May 19, 2016 4:20 pm
by Shryp
The auth file will be in the settings directory with just the name 'auth' and will contain:

localclient:<long random string>:10

You will want to add a second line of:
username:password:10

That username and password will be what you use to log in from your localmachine.

Re: Rename folder/files on webui

Posted: Thu May 19, 2016 4:20 pm
by Shryp
The auth file will be in the settings directory with just the name 'auth' and will contain:

localclient:<long random string>:10

You will want to add a second line of:
username:password:10

That username and password will be what you use to log in from your localmachine.

On your NAS you might need to go to the Daemon settings and enable remote connections.

Re: Rename folder/files on webui

Posted: Fri May 20, 2016 7:24 am
by Sh4de900
Yes, thank you. I figured that and the rest of it out from the guide yesterday evening.
Needed to use ssh and the vi editor to edit the auth file, then restart deluge on the server et voila :)
This allowed me to relocate the last of my seeds with the renaming now, thanks a lot