Search found 23 matches

by Zinom
Sat Apr 17, 2010 9:36 pm
Forum: Plugins
Topic: [Plugin] FlexGet - RSS Solution (Deluge 1.1 and 1.2+)
Replies: 172
Views: 239821

Re: Deluge RSS plugin for FlexGet (works with 1.1 and 1.2)

k-rog wrote:How can i configure it so that e.a. only downloads naruto episodes in 720p from the releasegroup NARUTORELEASES?

Code: Select all

regexp:
  accept:
    - 720p(.*)NARUTORELEASES
perhaps?
by Zinom
Thu Apr 15, 2010 9:45 am
Forum: Plugins
Topic: [Plugin] FlexGet - RSS Solution (Deluge 1.1 and 1.2+)
Replies: 172
Views: 239821

Re: Deluge RSS plugin for FlexGet (works with 1.1 and 1.2)

Well, I was going to try to figure something out, but it seems paranoidi already implemented your ticket. Try r1243 Yes, I tried it yesterday and it worked fine! :) One thing though, it seems that two variables on the same string doesn't work, probably replaces each other. This is nothing that I am...
by Zinom
Wed Apr 14, 2010 4:41 pm
Forum: Plugins
Topic: [Plugin] FlexGet - RSS Solution (Deluge 1.1 and 1.2+)
Replies: 172
Views: 239821

Re: Deluge RSS plugin for FlexGet (works with 1.1 and 1.2)

Also, I bet you could get this working now by creatively using the modify, and/or set plugin with string replacement. If I've understood correctly the string replacement can only add variables from an entry. How can I get my cli-config variables as an entry, or how did you intend me to use the stri...
by Zinom
Tue Apr 13, 2010 7:18 am
Forum: Plugins
Topic: [Plugin] FlexGet - RSS Solution (Deluge 1.1 and 1.2+)
Replies: 172
Views: 239821

Re: Deluge RSS plugin for FlexGet (works with 1.1 and 1.2)

I believe it isn't intended to work inside a string like that. You could however submit a feature request and somebody will probably get around to implementing it. I created a ticket . EDIT: Also, I bet you could get this working now by creatively using the modify, and/or set plugin with string rep...
by Zinom
Fri Apr 09, 2010 9:26 pm
Forum: Plugins
Topic: [Plugin] FlexGet - RSS Solution (Deluge 1.1 and 1.2+)
Replies: 172
Views: 239821

Re: Deluge RSS plugin for FlexGet (works with 1.1 and 1.2)

I have a problem with the cli-config plugin. It seems to be working good when using the variable by it self, like this: flexget --cli-config "path=test" path: $path but when I want it to be inside a string I can't get it to work, for example: path: /home/user/$path/series .. the path becom...
by Zinom
Wed Mar 24, 2010 10:58 pm
Forum: Support
Topic: Stuck "checking", like everyone else
Replies: 30
Views: 38342

Re: Stuck "checking", like everyone else

The problem is not longer happening as often as before, but it happens once in a while though... I've noticed that all the torrents that get stuck nowadays is first "sent" to paused state and the status under the Details-tab says "torrent file collides with file from another torrent&q...
by Zinom
Fri Mar 12, 2010 8:55 pm
Forum: Plugins
Topic: [Plugin] FlexGet - RSS Solution (Deluge 1.1 and 1.2+)
Replies: 172
Views: 239821

Re: Deluge RSS plugin for FlexGet (works with 1.1 and 1.2)

I can now with most certainty confirm that the label-problem is solved at last! :D Great work! :mrgreen:
by Zinom
Fri Feb 26, 2010 8:19 am
Forum: Plugins
Topic: [Plugin] FlexGet - RSS Solution (Deluge 1.1 and 1.2+)
Replies: 172
Views: 239821

Re: Deluge RSS plugin for FlexGet (works with 1.1 and 1.2)

Bad news... It's still some torrents not getting a label. It's not many but some.. The errors came when I was running flexget via cron so I cannot give you any error-code. I'm gonna keep trying to reconstruct the error, but for now I'm as lost as before. Btw, it's still the same thing I said a few ...
by Zinom
Sun Feb 14, 2010 11:13 pm
Forum: Plugins
Topic: [Plugin] FlexGet - RSS Solution (Deluge 1.1 and 1.2+)
Replies: 172
Views: 239821

Re: Deluge RSS plugin for FlexGet (works with 1.1 and 1.2)

I'm not sure what could be going on, I have a couple things I can try, but if I can't reproduce the problem it's really hard to figure out what is causing it or if my potential solution fixed anything. I'll put an update here if I do anything I think will help you. EDIT: I think I am reproducing th...
by Zinom
Wed Feb 10, 2010 6:42 pm
Forum: Plugins
Topic: [Plugin] FlexGet - RSS Solution (Deluge 1.1 and 1.2+)
Replies: 172
Views: 239821

Re: Deluge RSS plugin for FlexGet (works with 1.1 and 1.2)

hi -- thanks for building this great plugin. just what i was looking for. i have a question or two about how the movedone option works. does this option get triggered when the file specified in the torrent has completed downloading, or when it has completed seeding? if when it has finished download...