Url to check for new version

Get help with all aspects of SABnzbd
Forum rules
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.
Post Reply
ScaryGary
Newbie
Newbie
Posts: 3
Joined: June 19th, 2022, 5:35 pm

Url to check for new version

Post by ScaryGary »

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?
User avatar
safihre
Administrator
Administrator
Posts: 5678
Joined: April 30th, 2015, 7:35 am
Contact:

Re: Url to check for new version

Post by safihre »

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
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Post Reply