Search found 30 matches

by haydent
Thu Apr 21, 2016 9:46 pm
Forum: Support
Topic: [solved] problem with plugin template
Replies: 9
Views: 7767

[solved] problem with plugin template

so following this guide http://dev.deluge-torrent.org/wiki/Development/1.3/Plugin if you build and install the plugin, it runs fine, but if you leave it enabled and close the program when you open it again you get this: (read notepad as MyPlugin, i renamed it) visually all the bottom status bar does...
by haydent
Thu Apr 21, 2016 9:35 pm
Forum: Windows OS
Topic: [solved] cant get deluged-debug.exe to log
Replies: 22
Views: 13203

Re: cant get deluged-debug.exe to log

just deluged-debug.exe -L DEBUG -l log.txt so it creates it in the program folder
by haydent
Thu Apr 21, 2016 9:30 pm
Forum: Support
Topic: Sidebar empty after update
Replies: 9
Views: 6578

Re: Sidebar empty after update

hey, im just tracking down this too, the problem seems to be with the template plugin that smartmove and the plugin im developing are based on provided by deluge. it does not happen when first enabling plugin but does on subsequent opens once enabled
by haydent
Thu Apr 21, 2016 11:29 am
Forum: Windows OS
Topic: [solved] cant get deluged-debug.exe to log
Replies: 22
Views: 13203

Re: cant get my plugin to log

its in windows with no such problem normally, the text file is created, and if there is a fatal error or something that gets logged but logging messages dont show up, also to show this i run daemon with out specifying log file so it should output to shell but nothing is shown... (thanks for your hel...
by haydent
Thu Apr 21, 2016 10:47 am
Forum: Windows OS
Topic: [solved] cant get deluged-debug.exe to log
Replies: 22
Views: 13203

Re: cant get my plugin to log

yes i figured this but even when using "deluged-debug.exe -L INFO -l debug.txt" for the thin client it does not show any logs at all, not even with DEBUG.
by haydent
Thu Apr 21, 2016 4:20 am
Forum: Windows OS
Topic: [solved] cant get deluged-debug.exe to log
Replies: 22
Views: 13203

Re: cant get my plugin to log

ok, so i worked out that if running non-classsic mode ie client and daemon you need to put logging commands in the gtkui.py to see them from the client process, but id still like to work out why i cant get the log output from the deluged daemon...
by haydent
Thu Apr 21, 2016 4:02 am
Forum: Windows OS
Topic: [solved] cant get deluged-debug.exe to log
Replies: 22
Views: 13203

Re: cant get my plugin to log

seems it was due to me not running classic mode, ie deluged daemon and client. in classic mode the logging happens, but not the other way. i even run deluged-debug.exe -L INFO as well, but when in the mode (not classic) my log entries dont appear at all. is there a different way you are meant to log...
by haydent
Thu Apr 21, 2016 2:15 am
Forum: Windows OS
Topic: [solved] cant get deluged-debug.exe to log
Replies: 22
Views: 13203

[solved] cant get deluged-debug.exe to log

*answer - should have been debug not DEBUG *updated question, my problem is now that deluged-debug.exe produces no output if run : deluged-debug.exe -L DEBUG or deluged-debug.exe -L DEBUG -l log.txt have just taken the plugin template from the wiki and added a couple of log lines, then run deluge in...
by haydent
Tue Apr 12, 2016 10:30 am
Forum: Plugins
Topic: [Plugin] AutoAdd (multiple watchdir) plugin for deluge 1.2+
Replies: 122
Views: 369983

Re: [Plugin] AutoAdd (multiple watchdir) plugin for deluge 1.2+

Here's a way i made the ability to use this addon to specify a custom download directory and label etc added from a browser torrent loader addon:
http://superuser.com/questions/1064454/ ... -and-label
by haydent
Tue Apr 12, 2016 10:29 am
Forum: Plugins
Topic: [Plugin] AutoAdd (multiple watchdir) plugin for deluge 1.2+
Replies: 122
Views: 369983

Re: [Plugin] AutoAdd (multiple watchdir) plugin for deluge 1.2+

Just want to say this is a great addon, and i got it to work in the end with the WEBUI, the key is to install/activate it, then login to your thin client/deluged daemon (that the webui talks to) from the pc (or other os) install of deluge, and you can then see and set the settings for this plugin th...