== Cherrypy == Upstream releases include a patched version of Cherrypy, known to work with the program. Cherrypy releases have often suffered from crippling bugs when used with SABnzbd+. Currently (version 1.2.0), the program includes a modified Cherrypy 8.1.2 with several bug fixes and enhancements: https://github.com/sabnzbd/sabnzbd/commit/d579c4d167ac8580b24e42aeb56ab3019a7e3f63 https://github.com/cherrypy/cherrypy/pull/1528 https://github.com/sabnzbd/sabnzbd/commit/e3d229104adb83cc85fe4f28a78caa4bc6eeef19 https://github.com/cherrypy/cherrypy/commit/ddad3873ec1caa94dfa2f6f18bfc700bea690c44 https://github.com/sabnzbd/sabnzbd/commit/bb920593434b0e8744316995ebae0f0279ffd073 https://github.com/sabnzbd/sabnzbd/commit/1e72304c254970dab14fad945dfb7891296c0581 Therefore, the package installs the version supplied by upstream as a private module in /usr/share/sabnzbdplus/. == Init script == On the upstream forums, a very common question is how to set up the program so it starts automatically on boot. For this reason an init script is included in the package. By design nothing is started unless and until a user account has been set in /etc/default/sabnzbdplus. Having the package create a user for this very purpose has been considered, but was decided against due to the disadvantages of such an approach with regard to: * permissions issues on downloaded files: this program is designed to be an automatic downloader, above all else, and does not provide any interface to manage or access downloaded files. * setting things up that way is probably is overly complicated for a typical user's needs, and likely to increase the demand for support from packager and/or upstream developers. The current init script is therefore geared towards ease of use for a simple setup, while still fully allowing for the more advanced options, for example with a dedicated user account and access to downloaded files regulated through group membership. == Interface templates == Adding any interface templates that are not available in the repositories can be done by putting those templates in their own directory under /usr/share/sabnzbdplus/interfaces/. Make sure they follow the standard subdirectory layout: /usr/share/sabnzbdplus/interfaces//templates/*.tmpl Templates organised in this way automatically show up as an option in the web-based config dropdown menu after a program restart.