Sabnzbd: Question About Framework Used

Created on 10 Jul 2019  路  3Comments  路  Source: sabnzbd/sabnzbd

Is there a specific framework that Sabnzbd/Sickbeard/Headphones/Mylar all use? I'm looking into various options for developing a client-side web app similar to these with user defined watch folders and such.

All 3 comments

Cherrypy

framework? i guess.. sabnzbnd was coded with cherrpy (webserver) +cheetah (template). sickbeard borrowed some of the code base to create its app. then other apps forked sickbeard's code and augmented it. which is why several of them have common-ish code.

Probably shouldn't use SABnzbd as an example, the code is old and so are the frameworks. There's probably better ones out there than CherryPy.

Was this page helpful?
0 / 5 - 0 ratings