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.
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.