Search found 30 matches

by haydent
Mon Sep 27, 2021 10:59 am
Forum: Plugins
Topic: Execute plugin won't run
Replies: 4
Views: 24987

Re: Execute plugin won't run

Note, after enabling plugin deluge or deluged (daemon if used) must be restart
by haydent
Wed Apr 27, 2016 7:23 am
Forum: Windows OS
Topic: [solved] cant get deluged-debug.exe to log
Replies: 22
Views: 12909

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

no problem, happy to help, and thank full you help me along too !
by haydent
Wed Apr 27, 2016 12:54 am
Forum: Windows OS
Topic: [solved] cant get deluged-debug.exe to log
Replies: 22
Views: 12909

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

and if you look here there is inconsistency between using capitals and not: http://dev.deluge-torrent.org/wiki/Trou ... ficLogging
by haydent
Wed Apr 27, 2016 12:11 am
Forum: Windows OS
Topic: [solved] cant get deluged-debug.exe to log
Replies: 22
Views: 12909

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

maybe some adjustment could be made to deluged-debug.exe as capitals works with deluged.exe but not deluged-debug.exe this is why i didnt notice earlier
by haydent
Wed Apr 27, 2016 12:06 am
Forum: Windows OS
Topic: [solved] cant get deluged-debug.exe to log
Replies: 22
Views: 12909

Re: cant get deluged-debug.exe to log

haha crack up, another noob oversight, my problem was in the definition of debug level, i was using DEBUG and INFO rather than debug and info (lowercase)
by haydent
Tue Apr 26, 2016 10:04 am
Forum: Windows OS
Topic: [solved] cant get deluged-debug.exe to log
Replies: 22
Views: 12909

Re: cant get deluged-debug.exe to log

yeah thats the thing, neither show anything log specified or not, but hey must be just me
by haydent
Sun Apr 24, 2016 5:22 am
Forum: Development
Topic: Possible to make an added tab active/selected ?
Replies: 0
Views: 2457

Possible to make an added tab active/selected ?

Is it possible in the plugin code to make it so the newly added torrentdetails tab is the one open on launch ?
by haydent
Sun Apr 24, 2016 3:37 am
Forum: Plugins
Topic: Post your execute plugin scripts!
Replies: 47
Views: 338017

Re: Post your execute plugin scripts!

Here's a little history script that i made to use with my textTab plugin to record recently finished torrents and show them in a tab in deluge. http://forum.deluge-torrent.org/viewtopic.php?f=9&t=53953 #!/usr/bin/python import sys import os import time #sys.argv[1] - id #sys.argv[2] - name #sys....
by haydent
Sun Apr 24, 2016 2:02 am
Forum: Plugins
Topic: [Plugin] textTab - display text file in a tab
Replies: 0
Views: 7730

[Plugin] textTab - display text file in a tab

My first time using python.

Basic plugin to show content of text file in a new tab.

Plugin can be found in "dist" folder.

Currently ony GTK interface.

textTab-0.1-py2.7.egg

https://github.com/hayden-t/textTab


Image
by haydent
Sat Apr 23, 2016 1:06 pm
Forum: Support
Topic: [solved] problem with plugin template
Replies: 9
Views: 7712

Re: bug with plugin template

yeah, that fixed it thanks !