Page 1 of 1

deluge-gtk connect directly using cli specified server

Posted: Fri Apr 07, 2023 11:00 am
by BottleNeck
I think i'm either having a really weird situation, or i'm overlooking something obvious.

I've got a server with multiple instances on different ports. Why? Well easier to manage with the amount of torrents seeding. I'm looking for a connection option in the CLi to directly connect to a specific instance using deluge-gtk. Much like i can do in the console. It seems that the cprofile does not store this info.

Is there some hidden way i am overlooking?

Re: deluge-gtk connect directly using cli specified server

Posted: Fri Apr 07, 2023 4:04 pm
by mhertz

Code: Select all

  -c, --config <config>          Set the config directory path
:)

Edit: What do you mean not store such info? Everythings stored in core.conf, auth, hostlist.conf and gtk3ui.conf of each instances profile dir.

Edit2: Setup deluge to auto-connect to remote server/port, close deluge and rename profile e.g deluge1 - repeat for each new instance, so have multiple local to remote matching profiles. Start deluge with '-c' switch and wanted deluge profile to auto-connect.

Re: deluge-gtk connect directly using cli specified server

Posted: Fri Apr 07, 2023 4:31 pm
by BottleNeck
Yep, i was missing something obvious, thanks mhertz. I was messing with profiles and everything. KISS principle :D