Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Releases: bjeanes/indexer-sync

Unstable (built from master)

09 Jul 02:54
Compare
Choose a tag to compare
Pre-release

Added

  • Added options for setting 'seed' criteria for Torrent sources. Unsure if anything beyond Sonarr supports this so
    the design may change to accommodate other media managers if so. (#2)

Known Issues

  • Code quality is poor. These first releases should be considered proofs-of-concept.

v0.2.0 - ➰ Looping and filtering

19 May 04:49
Compare
Choose a tag to compare

Added

  • Short-hand flags for existing sources and destinations
  • -i/--interval flag to activate long-running mode which runs the sync
    every time the duration specified by -i has elapsed. The value is
    interpreted as per systemd.time and is interpreted as seconds if no units
    are provided.
  • Ability to filter indexers to sync by name
  • Configurable log levels. Defaults to level 'info' in release builds and
    'debug' in debug builds.
  • Pre-built binaries for Linux using musl
  • Pre-built binaries for other semi-common architectures
  • Docker build

Changed

  • Improved log output from commandwith adjustable log levels (controllable with
    RUST_LOG for now).

Known Issues

  • Code quality is poor. This first release should be considered a proof-of-concept.

v0.1.0 - 🔰 Initial release

17 May 23:57
Compare
Choose a tag to compare

Added

  • Basic end-to-end sync of Torrent indexers from Jackett into Sonarr
  • Pre-built binaries for Linux
  • Pre-built binaries for macOS
  • Pre-built binaries for Windows

Known Issues

  • Sometimes the syncer doesn't correctly identify an existing indexer in
    Sonarr and attempts to create a new one instead. (#1)
  • --radarr flag shows up in --help but doesn't actually do anything yet (whoops)
  • Code quality is poor. This first release should be considered a proof-of-concept.