-
Notifications
You must be signed in to change notification settings - Fork 174
Open
Labels
Description
nzbToMedia can be used with a variety of downloaders (e.g. uTorrent, SABnzbd, etc) and media managers (e.g. SickBeard, Radarr, etc) and other utilities for optional functionality (e.g. transcoding, notifications, subtitles, etc). This leads to a large variation in possible configurations.
A plugin structure would separate the code into logical sections to facilitate troubleshooting issues, unit testing, and add-on development.
Additionally if plugins were loaded based only when needed, it would improve stability (bugs in other areas would not affect operation) and efficiency.