github aleksilassila/reiverr v2.1.1

pre-release8 days ago

v2.1.1

  • This release introduces a plugin API system, that allows users to install plugins that can be used to stream content from various sources.
  • Various changes to the backend:
    • Reiverr now is independent from Jellyfin, Sonarr and Radarr.
    • It tracks your playback progress by itself now (no synchronization with Jellyfin at this time) and titles can now be added to the library page by the dedicated "add to library" button in titles.
    • All requests are proxied through the backend, meaning no API keys are exposed to the client and TMDB requests are cached, leading to faster page loads.
    • When configuring external sources, note that all requests to external services now originate from the backend instead of the client, meaning that the base urls of services like Jellyfin have to be accessible from the backend instead of the browser.
  • For the time being, there is no integration with Sonarr or Radarr anymore.
    • For developers, if someone is interested in creating a plugin for interacting with these services, message me. The plugin API can be improved to better support request-styled interactions.
  • Other various improvements and fixes

There is currently an issue with validating configuration for plugins, torrent plugin will not validate and jellyfin might hang when saving invalid configuration. I will push a patch at some point

Full Changelog: v2.0.0-alpha.6...v2.1.1

Don't miss a new reiverr release

NewReleases is sending notifications on new releases.