It should actually update every 600 seconds (10 minutes) by default.De5perate wrote:Thanks to all those who responded - I am glad to have helped.
As for the automator - I am running it and it seems to work. I haven't had time to spend fiddling with it to get a version that I can visibly track. I hope it runs indefinitely repeating the process every 12 hours but I am not convinced. I am not au fait with this code (or very au fait with any code) but I cannot see a repeating loop in the script so therefore I cannot see it looping. However the description from the original Newznab script file states:
Which sounds to me like it does repeat optimising everything every 12 hours (which coincides withe the 43200 (seconds) in the script)# call this script from within screen to get binaries, processes releases and
# every half day get tv/theatre info and optimise the database
So I guess we should ask them. Any volunteers?
Thanks again to all the responders.
That's this part:
export NEWZNAB_SLEEP_TIME="600" # in seconds
echo "waiting ${NEWZNAB_SLEEP_TIME} seconds..."
sleep ${NEWZNAB_SLEEP_TIME}
The 43200 you see is just the optimizing of the DB and updating some minor scripts, like TV Schedules twice a day.