gsemet / dopplerr

Subtitle Download Service
MIT License
16 stars 2 forks source link

Refactor application arguments and configuration #16

Closed gsemet closed 6 years ago

gsemet commented 6 years ago

So, configuration now comes all from the command line, with option (perfect for docker) to receive this configuration by environment variable. Too much copy/paste, need to rework so it is more systematic, easier to maintain, using a plugin-like architecture.

Also, need to support for configuration to come from user that will do it from the WebUI.

So: