Search found 8 matches

by Nooblazor
Mon Oct 06, 2014 5:57 pm
Forum: Windows OS
Topic: gtkui broken in 1.3.8 and 1.3.9 on windows 10
Replies: 1
Views: 2206

gtkui broken in 1.3.8 and 1.3.9 on windows 10

The title pretty much says it all. I tried updating to version 1.3.9 but the gtkui was unresponsive. By that I mean, the torrent pane was not updating to reflect my selections (e.g. seeding, active, etc). I could access the menu but again it was not making any updates. Same thing happened when I tri...
by Nooblazor
Wed Feb 05, 2014 7:18 am
Forum: Plugins
Topic: Windows 8 App for Deluge Management
Replies: 1
Views: 2143

Re: Windows 8 App for Deluge Management

Very slick! Great job!
First time I wish I used windows 8 haha
by Nooblazor
Fri Jan 31, 2014 12:08 am
Forum: Plugins
Topic: [Plugin] LabelPlus v0.3.2.2
Replies: 264
Views: 744487

Re: [Plugin] LabelPlus v0.2.19.3

Great. Thanks a lot!
by Nooblazor
Thu Jan 30, 2014 9:44 am
Forum: Plugins
Topic: [Plugin] LabelPlus v0.3.2.2
Replies: 264
Views: 744487

Re: [Plugin] LabelPlus v0.2.19.3

Is there any particular reason you have elected to make the auto label match criteria to be case sensitive? It's sometimes more than a slight inconvenience to have to write things like "HDTV" and "HDtv" and "hdTV" etc.
by Nooblazor
Tue Jan 14, 2014 3:25 am
Forum: Plugins
Topic: [SCRIPT] Plex Script
Replies: 2
Views: 39887

[SCRIPT] Plex Script

I have coded a couple of scripts that are great for running an automated media server using Plex ( https://plex.tv/ ). Pre-requisites: 1. You need to have pickledb installed pip install pickledb 2. You need the LabelPlus plugin ( http://forum.deluge-torrent.org/viewtopic.php?f=9&t=42629 ). 3. Ex...
by Nooblazor
Tue Jan 07, 2014 4:53 pm
Forum: Plugins
Topic: Creating a media server plugin
Replies: 1
Views: 3137

Re: Creating a media server plugin

Well I did a little bit of digging and found the answer to my question in the form of component.get()
I also added functionality to automatically map the network for future ease of use as well as to deal with dynamic ips using python-nmap (this feature will require nmap to be installed).
by Nooblazor
Tue Jan 07, 2014 6:29 am
Forum: Plugins
Topic: Creating a media server plugin
Replies: 1
Views: 3137

Creating a media server plugin

So I've decided that I'll probably end up writing a fairly sizable plugin. This plugin is aimed at automated media server setups. Currently I have a working setup which works as follows: 1. When a torrent is placed in a folder which is watched by the AutoAdd plugin, it is automatically added and lab...
by Nooblazor
Sun Apr 28, 2013 9:24 am
Forum: Plugins
Topic: [Script] Filebot auto rename, categorize, subtitle, artwork
Replies: 26
Views: 89113

Re: [Script] Filebot auto rename, categorize, subtitle, artw

There appear to be a couple of small issues with the completed.py script. First and foremost is found on line 89 which should be changed to something like: errorCode = subprocess.call("filebot -script fn:utorrent-postprocess -non-strict --def ut_kind=multi --defut_dir= \"%s/%s\" "...