v5.3.0
What's Changed
- [ADDED] Optional
ID
config field for libraries, representing the library ID according to Tautulli. If set (greater than 0), the ID will be used (rather than the name) to look up statistics about the library in Tautulli.- This is optional, but will help if you have multiple libraries in Tautulli with the same name (closes #206 )
- [CHANGED] Schema for
Libraries
underCombinedLibraries
, to account forID
option.- If you have not updated this schema, the bot will simply ignore your combined libraries. This is to avoid a breaking change, but will be made permanent in the next major release.
CombinedLibraries: - Libraries: - - Movies - - Movies (Non-English) - - Movies (4K) + Libraries: + - Name: Movies + ID: 0 + - Name: Movies (Non-English) + ID: 0 + - Name: Movies (4K) + ID: 0
- [CHANGED] Underlying improvements to code organization, service management (long-running versus cron-jobs)
- [CHANGED] Reduce number of
INFO
logs toDEBUG
to de-clutter consoles
Related PRs
- [chore] Add example config validation to CI by @nwithan8 in #205
- [chore] Split services for better organization by @nwithan8 in #207
Full Changelog: 5.2.0...5.3.0