FlexRSS plugin
-
- Compulsive Poster
- Posts: 1230
- Joined: Thu May 24, 2007 11:27 pm
- Location: Chicago, IL, USA
- Contact:
Re: FlexRSS plugin
ok, documentation page is created on the wiki. you should be able to edit it now
Re: FlexRSS plugin
Are you sure you didn't just accidentally leave a pattern blank in one of your filters? I made that mistake once. Or maybe one is a bit too liberal? Look through all of your filters--if you don't find anything, let me know and I'll post a debugging version of the plugin that should help you narrow it down.ids wrote:Today I added a feed, setup a few downloads, when i manually clicked the check feed button it started downloading 36 torrents only one of which fit the criteria i set up.
I decided not to add that feature, mainly because I added a search feature instead. Make sure the feeds list has the focus (click an item), and you can use Ctrl+F to search. You may have to expand the feed(s) you want to look in--I can't remember. Note that this works in a lot of gtk+ lists, so you might want to remember itids wrote:i saw you mentioned you are going to add a feature to sort the downloads. a+++ that is huge to me.

Thanks. I'll try to post the documentation tomorrow.markybob wrote:ok, documentation page is created on the wiki. you should be able to edit it now
Re: FlexRSS plugin
Hi,
The FlexRSS plugin works great for me, but I haven't found how to exclude certain patterns, like 720p or AC3. Is it possible?
Thanks!
pade
The FlexRSS plugin works great for me, but I haven't found how to exclude certain patterns, like 720p or AC3. Is it possible?
Thanks!
pade
Re: FlexRSS plugin
you just need to create a regular expression which excludes those terms
there's a section about patterns in the documentation
something like
should do the trick
use the test field to make sure your pattern includes/excludes the right titles
hope that helps
there's a section about patterns in the documentation
something like
Code: Select all
(?!.*720p|.*AC3)
use the test field to make sure your pattern includes/excludes the right titles
hope that helps
Re: FlexRSS plugin
It sure did! Thanks. Just had to add it to the filter I had already created.johnnyg wrote: something like
should do the trickCode: Select all
(?!.*720p|.*AC3)
Re: FlexRSS plugin
no worries 
if you spare time though, it would be worth reading up on regular expressions seeing as they are very useful.

if you spare time though, it would be worth reading up on regular expressions seeing as they are very useful.
-
- Compulsive Poster
- Posts: 1230
- Joined: Thu May 24, 2007 11:27 pm
- Location: Chicago, IL, USA
- Contact:
Re: FlexRSS plugin
fyi, i just added this to svn. thanks for a great plugin 

Re: FlexRSS plugin
Hi,
I have successfully installed you plugin, and can match TV Shows. However, when I enforce the Episode function, the match fails?
Hope you can help.
I have successfully installed you plugin, and can match TV Shows. However, when I enforce the Episode function, the match fails?
Hope you can help.
Re: FlexRSS plugin
Not without more informationComm wrote:Hope you can help.

What do you mean by "enforce the Episode function"? Can you tell me what all the patterns and options are, as well as what you're trying to match? If you don't feel like sharing with the world, feel free to PM me.
Re: FlexRSS plugin
OK, for example I have the following come up on a RSS feed: "Chuck S01E07 HDTV XviD-XOR"
If I put "Chuck" in the Pattern it matches in the Test. However, if I then put "From Season 1 Episode 1" in the History Restriction it fails
Hope that is the info you need to help
If I put "Chuck" in the Pattern it matches in the Test. However, if I then put "From Season 1 Episode 1" in the History Restriction it fails

Hope that is the info you need to help
