Search found 8 matches

by aristidesfl
Mon Mar 11, 2013 8:26 pm
Forum: Plugins
Topic: [Script] Filebot auto rename, categorize, subtitle, artwork
Replies: 26
Views: 88767

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

You can modify the script to call the portable version instead or you can install filebot using one of the deb packages available here: http://www.filebot.net/ 32bit: http://www.filebot.net/download.php?mode=s&type=deb&arch=i386 64bit: http://www.filebot.net/download.php?mode=s&type=deb&...
by aristidesfl
Mon Mar 11, 2013 8:10 pm
Forum: Plugins
Topic: [Script] Filebot auto rename, categorize, subtitle, artwork
Replies: 26
Views: 88767

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

You are not giving the program any arguments. To work the program expects 3 arguments from deluge: 1. torrent id 2. torrent 3. torrent location So it would be something like this: completed.py 203948023sfl957905898fij602394 MyTtvshow /Path/to/the/folder/wheremytvshow/is/in This plugin has a whitelis...
by aristidesfl
Mon Aug 20, 2012 4:53 pm
Forum: Plugins
Topic: [Script] Filebot auto rename, categorize, subtitle, artwork
Replies: 26
Views: 88767

Re: Filebot auto renaming, categorizing, subtitles, artwork.

I've uploaded an updated attachment so now they should work.
by aristidesfl
Tue Aug 07, 2012 3:14 pm
Forum: Plugins
Topic: [Script] Filebot auto rename, categorize, subtitle, artwork
Replies: 26
Views: 88767

Re: Filebot auto renaming, categorizing, subtitles, artwork.

It works for me. Try again, maybe the site was down.
by aristidesfl
Mon Jul 09, 2012 2:12 pm
Forum: Plugins
Topic: [Script] Filebot auto rename, categorize, subtitle, artwork
Replies: 26
Views: 88767

[Script] Filebot auto rename, categorize, subtitle, artwork

Hi, just made a script to run FileBot ( http://filebot.sourceforge.net/ ) when downloads complete. It wraps around a script made by rednoah for utorrent ( http://filebot.sourceforge.net/forums/viewtopic.php?f=4&t=215&p=1561#p1561 ). This is what it will do for you every time a download is co...
by aristidesfl
Sat Jul 07, 2012 5:33 am
Forum: Development
Topic: How to get tracker host?
Replies: 1
Views: 2914

How to get tracker host?

There seems to exist a method to get the tracker host, but how to call it from a client (deluge.ui.client)?

http://deluge-torrent.org/docs/master/m ... acker_host
by aristidesfl
Sat Jul 07, 2012 4:50 am
Forum: Development
Topic: Get a torrent's label
Replies: 1
Views: 2595

Get a torrent's label

Is there a way to do this in the last version?


Exposing this method in the label plugin would do the trick..

Code: Select all

    def _status_get_label(self, torrent_id):
        return self.torrent_labels.get(torrent_id) or ""

Cheers