how to set move completed directory different for some torrents?
-
user132131
- New User

- Posts: 6
- Joined: Tue Oct 28, 2025 4:40 pm
how to set move completed directory different for some torrents?
for example finished Movies I want to DIR movies, audiobooks to _audiobooks etc.
-
user132131
- New User

- Posts: 6
- Joined: Tue Oct 28, 2025 4:40 pm
Re: how to set move completed directory different for some torrents?
or at least fix this fk program to work properly
Code: Select all
deluge-console "info --state Seeding"
'dict' object has no attribute 'state' and no __dict__ for setting new attributes
16:50:26 [ERROR ][deluge.ui.console.cmdline.command :135 ] 'dict' object has no attribute 'state' and no __dict__ for setting new attributes
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/deluge/ui/console/cmdline/command.py", line 132, in exec_command
ret = self._commands[options.command].handle(options)
File "/usr/lib/python3/dist-packages/deluge/ui/console/cmdline/commands/info.py", line 192, in handle
status_dict.state = options.state
^^^^^^^^^^^^^^^^^
AttributeError: 'dict' object has no attribute 'state' and no __dict__ for setting new attributes
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/deluge/ui/console/cmdline/command.py", line 132, in exec_command
ret = self._commands[options.command].handle(options)
File "/usr/lib/python3/dist-packages/deluge/ui/console/cmdline/commands/info.py", line 192, in handle
status_dict.state = options.state
^^^^^^^^^^^^^^^^^
AttributeError: 'dict' object has no attribute 'state' and no __dict__ for setting new attributes
<Deferred at 0x7f19c68c6990 current result: None>
Deluge