Search found 4 matches

by mrboring
July 15th, 2011, 8:40 am
Forum: General Help
Topic: API call to update rss filter
Replies: 6
Views: 2210

Re: API call to update rss filter

Hi shypike

Thanks for the info.

Alan
by mrboring
July 15th, 2011, 8:23 am
Forum: General Help
Topic: API call to update rss filter
Replies: 6
Views: 2210

Re: API call to update rss filter

Hi shypike

That worked! Thanks.

Just in case I need to change something other than the filter, would you know what the order of parameters is?

Thanks again.

Alan
by mrboring
July 15th, 2011, 6:09 am
Forum: General Help
Topic: API call to update rss filter
Replies: 6
Views: 2210

Re: API call to update rss filter

Hi shypike I tried: http://localhost:8085/sabnzbd/api?apikey=<key>&mode=set_config&section=rss&keyword=NewFeed&filter0=tv%2C%2CNone%2CA%2Ctest%2CNone But it still did not change the filter. I get the following returned to the browser: {'rss': [{'pp': '', 'enable': 0, 'name': 'NewFeed...
by mrboring
July 15th, 2011, 5:38 am
Forum: General Help
Topic: API call to update rss filter
Replies: 6
Views: 2210

API call to update rss filter

Hi All I'm trying to use the API to update an rss filter. Unfortunately I'm not having much success. Using: http://localhost:8085/sabnzbd/api?mode=get_config&section=rss&apikey=<key> I get a bunch of json. Some of which looks like: 'filter1': ['tv', '', 'None', 'A', '<filter>', 'None'] I'm t...