Page 1 of 1

Disable RSS Feed checks?

Posted: September 29th, 2009, 3:05 pm
by TheShortOfIt
Hey guys... I'm using current build 0.411 of SABNZB on my Synology NAS (SPK Package, Python) - Its working very well... But one fact I dont like... Im running my NAS 24/7 and I found out, that checking for NZB and RSS Feeds will prevent the drives from hibernating.

NZB Checking i can disable ... working fine... But checking for RSS Feed I can just set up to 24h, but not disabling complete... So my nas will every 24h wake up from checking for RSS Feeds :D

Is it possible to disable the RSS Feed check? If I enter a "0" in configuration menu, it will set up to 15min... and if i put 999999 in there it set up to 1440 :(

Best regards

Re: Disable RSS Feed checks?

Posted: September 29th, 2009, 4:08 pm
by shypike
Just untick all RSS feeds, so they are not scheduled anymore.
A future release will contain a scheduled "pause-all" command that will stop all disk access.

Re: Disable RSS Feed checks?

Posted: September 29th, 2009, 11:24 pm
by TheShortOfIt
I dont have any RSS feeds configured, but it seems still checking... But a pause all function sounds great :D Hoping for soon public release :D

Re: Disable RSS Feed checks?

Posted: September 30th, 2009, 2:21 am
by shypike
TheShortOfIt wrote: I dont have any RSS feeds configured, but it seems still checking...
I checked the code and it does a 'save' of the internal admin
on each scheduled scan (even without RSS feeds defined).  :(
Will fix that in 0.5.0.

Logging should not be "info" or "debug" level, because that accesses the disk too.
"Warnings/Errors" is OK.