BrenekH / encodarr

Self-hosted web app for encoding files to a target format using distributed computing.
Mozilla Public License 2.0
63 stars 6 forks source link

Rewrite Controller #105

Closed BrenekH closed 3 years ago

BrenekH commented 3 years ago

This PR changes the Controller structure to a more dependency injection style. This has many benefits including the fact that testing is much easier to implement than before.

There are also a few changes to the Runner API that will make plugins easier to implement in the future.

Includes a fix for #78.