Search found 6 matches

by dixen64
Sun May 08, 2022 11:54 pm
Forum: Plugins
Topic: Execute Plugin Not Running Script on Completion
Replies: 4
Views: 2841

Re: Execute Plugin Not Running Script on Completion

If wanted for testing then I rebuilt the execute plugin to emit it's 'debug' logging lines as instead 'info' level, so catched in default delugevpn log - you just drop it into '<deluge-profile-dir'>/plugins' and restart deluge, as I made it take precedense over default included version(don't have t...
by dixen64
Wed May 04, 2022 2:30 am
Forum: Plugins
Topic: Execute Plugin Not Running Script on Completion
Replies: 4
Views: 2841

Re: Execute Plugin Not Running Script on Completion

I tested that atleast it does work in deluge 2.0.5 -also tested it too worked from your delugevpn docker specifically, so not a general issue encountered atleast. Normally the log should show error happened and exit-code, defined from plugin to show in 'warning' log-level I see, and the default exa...
by dixen64
Mon May 02, 2022 6:49 pm
Forum: Plugins
Topic: Execute Plugin Not Running Script on Completion
Replies: 4
Views: 2841

Execute Plugin Not Running Script on Completion

I currently have a script that successfully runs when manually triggering the script and when using the execute plugin to run the script when adding the torrent. However, the plugin does not run the script when the torrent is completed. Does anyone have any clues as to why this would happen? I am cu...
by dixen64
Mon May 02, 2022 5:45 pm
Forum: Plugins
Topic: [Plugin] Don't add torrent name to path
Replies: 33
Views: 129800

Re: [Plugin] Don't add torrent name to path

I'm sorry buddy, my bad, I wasen't at my computer before, so just went to the projects github and copied the options from the source there. Also I mistakenly thought deluge's configmanager object generated the config-file if not there upon first run, but apparently you need call that yourself addit...
by dixen64
Mon May 02, 2022 1:36 pm
Forum: Plugins
Topic: [Plugin] Don't add torrent name to path
Replies: 33
Views: 129800

Re: [Plugin] Don't add torrent name to path

Yes, as you stated you need manually edit the auto-generated config-file 'nofolder.conf' in deluge profile dir, with deluge closed. It has two disabled options by default, which you can change from 'False' to 'True' for enabling. "dontaddfolder": False, "createfolder": False, Th...
by dixen64
Mon May 02, 2022 6:28 am
Forum: Plugins
Topic: [Plugin] Don't add torrent name to path
Replies: 33
Views: 129800

Re: [Plugin] Don't add torrent name to path

I was wondering if anyone knew how to configure the plugin through the web ui? I'm not sure if there is a config file that could be edited from the command line.