Note: Watchlistarr is still fully backwards compatible - the same configuration will work no matter what version of Watchlistarr you choose
Configuration Changes
With the merge of #97, Watchlistarr now has a new way of handling configuration.
Previously, you had to specify configuration via Environment variables (for docker) or properties (for java). This worked for the most part, but had two problems:
- It made the execution command quite long and unwieldy, which led to a higher rate of support tickets
- It did not allow us to provide 'dynamic' configuration, such as from an API call, which blocks #36
In favour of a better industry standard, Watchlistarr will now generate a config.yaml
file upon first run in the same directory as Watchlistarr (or in the case of Docker, within the docker image, unless you specify a volume mount too, see README), with all the config inside commented out. You can then go in and view the possible config in a nicer manner, including comments and grouping that makes it easier to read than a table on the README.
Other Changes
- Add tags to items sent to Sonarr/Radarr #93
- Allow usage without a Plex Pass (with a catch) #94
- Allow debug log flag #95
- Bugfix: Watchlists larger than 300 items will now work #96
- Delete unused test files #92
Full Changelog: v0.1.6...v0.2.0