Skip to content

Releases: gnarr/splittarr

v0.2.5

03 Jan 13:30

Choose a tag to compare

Bug Fixes

  • lidarr: support v4 api (9843fdd)
  • check audio file existence before listing as source for shnsplit (426455a)

v0.2.4

01 Dec 20:23

Choose a tag to compare

Bug Fixes

  • shnsplit: add default values for cue unwrap (f1322dd)

v0.2.3

10 Oct 15:40

Choose a tag to compare

Bug Fixes

  • lidarr: album_id is optional (db44c9c)

v0.2.2

25 Sep 11:51

Choose a tag to compare

Bug Fixes

  • shnsplit: set cue parsing to not strict by default (584467c)

v0.2.1

25 Sep 09:59

Choose a tag to compare

Bug Fixes

  • lidarr: indexer is optional (60a470a)

v0.2.0

25 Sep 00:37

Choose a tag to compare

Features

  • settings: configurable format for shnsplit output (#5) (446c9e6)

v0.1.2

24 Sep 17:31

Choose a tag to compare

Bug Fixes

  • main: notify when done processing a download (564a0a8)
  • settings: remove debug setting (26fb830)
  • settings: set default value of true for shnsplit.overwrite (f64cc26)

v0.1.1

24 Sep 12:55

Choose a tag to compare

Bug Fixes

  • settings: allow loading of config from multiple locations (5bc295d)

v0.1.0

24 Sep 11:38

Choose a tag to compare

Bug Fixes

  • cleanup: ignore deletion errors (38f92fc)
  • config: make config.toml optional (0724cc4)

Features

  • config: add shnsplit, env parsing and default for shnsplit (0e9e420)
  • datastore: make data_dir path configurable and move all table creation into establish_connection (26e2b06)
  • datastore: store locations of created files for cleanup (deb7511)
  • docker: add dockerfile (f729656)
  • logging: add logging (0320478)
  • cleanup of imported files and loop forever (afa2a1a)
  • config: add a basic config parser and an example config file (d67e73e)
  • constants: add dirs using ProjectDirs (f62e956)
  • lidarr: add support for featching queue (b433cac)
  • shnsplit: parsing of cue files and passing to shnsplit. (0be0a7e)
  • splittarr: featch lidarr download queue, save to database and send to shnsplit (b5fa554)
  • store: add basic sqlite support (583c6c8)