Url to check for new version
Forum rules
Help us help you:
Help us help you:
- Are you using the latest stable version of SABnzbd? Downloads page.
- Tell us what system you run SABnzbd on.
- Adhere to the forum rules.
- Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers.
We will probably ask you to do a test using only basic settings. - Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Url to check for new version
I'm running sabnzbd in a jail on truenas core and since the ports version is really behind, I'm downloading the source every time there's an upgrade. I've created a script that does all the heavy lifting, but I still have to manually download the new version and unpack it before I run the script. I'd like to incorporate all that stuff into the script as well. I just don't know how to check for a new version from the command line. Is there an api or an rss feed I can use?
Re: Url to check for new version
Yes there's the Github releases api that returns it in xml.
Or you can parse this file on master branch:
https://raw.githubusercontent.com/sabnz ... version.py
Or you can parse this file on master branch:
https://raw.githubusercontent.com/sabnz ... version.py
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate

