github nuxencs/seasonpackarr v0.4.0

latest releases: v0.10.1, v0.10.0, v0.9.0...
10 months ago

Breaking Changes

This is another huge update with many different changes and a lot of improvements, one of which is breaking for current setups. If you were using v0.3.0 or below you will need to adapt the move to a yaml config instead of the toml config; a template can be found in the root of the repo. After moving to the yaml config you need to either remove, move or delete the old toml file in order for seasonpackarr to start.

Additionally you can now define multiple clients with different pre import paths in the config.yaml similar to how you can define multiple services in a single docker-compose.yaml. To use those clients you just need to update the Data (JSON) field in your existing autobrr filter to use the client name like this:

{
  "name": "{{ .TorrentName | js }}",
  "clientname": "default"
}

Changelog

New Features

Bug fixes

Other work

Full Changelog: v0.3.0...v0.4.0

Docker images

  • docker pull ghcr.io/nuxencs/seasonpackarr:v0.4.0

What to do next?

Don't miss a new seasonpackarr release

NewReleases is sending notifications on new releases.