-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Strange rssfeed option for "Movies" !RSSFeed.Options.Filter.filtType.Movie! #2
Comments
I just released 1.6.7 which fixes that text issue and another bug regarding seting the mode (to pass/fail). For me this fixed a few things but the guy that reported it says it is still failing for him :( Not sure about the 'disable after success' thing - it isn't my plugin but I have been making minor fixes to it for a while |
Hey Parg, thanks for the reply - and I do understand inheriting someone else's work, I am in I.T myself as a managed services provider, so I understand. I will try and find the 1.6.7 and install that. You can only do what you can, I tend to check everyday for Movies, so I usually catch it before it downloads twice :) If you do come up with something for the "Disable After Success" to work - you'd be a real gem! Regards; |
OK - found the 1.6.7 plugin and installed. *Thank you for your efforts on this plugin! I can confirm that;
|
Hi - I've been away for the last few days - please keep me posted on any issues! Thanks |
Hah! Turns out, "Disable after success" doesn't work because it's an option only for "Movie" type filters, but the code only applies it if the filter type is "Other". D'oh. BiglyBT-plugin-rssfeed/org/kmallan/azureus/rssfeed/Scheduler.java Lines 585 to 587 in 19a2e11
|
This is actually kind of a mess. Near as I can tell, the "Disable after use" option is supposed to be an option for the "Other" type, not "Movie". That's certainly what the comments imply. But there are a bunch of places in the Problem is, inserting "Movie" as a type pushed "Other" to be the third option in that combo box, which means its actual index is BiglyBT-plugin-rssfeed/org/kmallan/azureus/rssfeed/FilterBean.java Lines 36 to 39 in 19a2e11
BiglyBT-plugin-rssfeed/org/kmallan/azureus/rssfeed/View.java Lines 674 to 684 in 19a2e11
BiglyBT-plugin-rssfeed/org/kmallan/azureus/rssfeed/View.java Lines 730 to 736 in 19a2e11
BiglyBT-plugin-rssfeed/org/kmallan/azureus/rssfeed/FilterTableItem.java Lines 92 to 101 in 19a2e11
|
The Movie type is also (based on lines 540-580 of |
Also, just a random observation: This... is bananas. B-A-N-A-N-A-S. BiglyBT-plugin-rssfeed/org/kmallan/azureus/rssfeed/View.java Lines 1468 to 1508 in 19a2e11
|
I hate this plugin... Maybe you could send over a nice pull-request with everything working :) Switches with case statements that drop through without a break - never liked the look of them and certainly wouldn't use it without a big comment saying that it was the intended behaviour... |
For while while now I have had 4 options for "Type"
But the 2. !RSSFeed.Options.Filter.filtType.Movie! used to be called "Movie" I think, and gives the option to "Disable After Success"
First, the name is strange, second it doesn't disable after successful download completion.
I have tried;
Manually editing the rssfeed.options file and remove anything with !RSSFeed.Options.Filter.filtType.Movie! which didn't work
Removing all config files from AppData\Roaming\BiglyBT\plugins\rssfeed opening BiglyBT and the strange option for MOVIE is still their
Uninstall the plugin, delete the entire rssfeed directory and re-install the plugin
I am at a loss myself, but I am not a programmer - and I did notice this with Vuze before moving to BiglyBT - which is GREAT! btw :)
If anyone could assist me, or tell me this is normal operation now (as it used to work a long time ago and turn off the filter after successful download.
Regards;
The text was updated successfully, but these errors were encountered: