github nwithan8/tauticord 5.3.0
v5.3.0

latest releases: 5.7.2, 5.7.1, 5.7.0...
5 months ago

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 under CombinedLibraries, to account for ID 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 to DEBUG 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

Don't miss a new tauticord release

NewReleases is sending notifications on new releases.