deluge-gtk connect directly using cli specified server

General support for problems installing or using Deluge
Post Reply
BottleNeck
Member
Member
Posts: 13
Joined: Fri Mar 11, 2022 2:37 pm

deluge-gtk connect directly using cli specified server

Post 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?
mhertz
Moderator
Moderator
Posts: 2235
Joined: Wed Jan 22, 2014 5:05 am
Location: Denmark

Re: deluge-gtk connect directly using cli specified server

Post 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.
BottleNeck
Member
Member
Posts: 13
Joined: Fri Mar 11, 2022 2:37 pm

Re: deluge-gtk connect directly using cli specified server

Post by BottleNeck »

Yep, i was missing something obvious, thanks mhertz. I was messing with profiles and everything. KISS principle :D
Post Reply