Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Releases: bjw-s/series-cleanup

3.1.0

03 Feb 10:14
3a84543
Compare
Choose a tag to compare

This release introduces the ability to skip specific seasons of a show from cleanup, while cleaning up the rest that you may not like for a certain reason.

In order to do so, the skipSeason overwrite was introduced. So as an example:

{
  "deleteAfterHours": 24,
  "overrides": [
    {
      "folder": "Game of Thrones",
      "skipSeasons": [1,2,3,4,5,6]
    }
  ]
}

This would keep the first 6 seasons of the Game of Thrones show, and remove any others 24 hours after they have been marked as watched on Trakt.

3.0.1

31 Jan 14:55
772c4e7
Compare
Choose a tag to compare

Use koanf instead of Viper

Full Changelog: 3.0.0...3.0.1

3.0.0

31 Jan 13:41
57aecc7
Compare
Choose a tag to compare

What's Changed

Rewritten the application to use Viper and a custom logging module.

This has introduced a few breaking changes to the settings file. Please see the examples folder for an up-to-date example.

Full Changelog: 2.2.0...3.0.0

2.2.0

16 Sep 07:26
73e036a
Compare
Choose a tag to compare

Changelog

  • 65f20a5 feat: Upgrade to go 1.19
  • 73e036a fix: Replace deprecated functions

2.1.1

17 Jan 07:32
3ffd6f9
Compare
Choose a tag to compare

Changelog

  • 3ffd6f9 fix: Fix folderRegex when no matches found

2.1.0

16 Jan 19:27
4452754
Compare
Choose a tag to compare

Changelog

  • 1fd5cca chore(deps): update golang docker tag to v1.17 (#3)
  • f8ed105 feat: Support IMDb ID's in folder name through folderRegex
  • 6c526f6 fix: More defensive error checking

v2.0.0

01 Apr 09:07
89975ff
Compare
Choose a tag to compare

Breaking changes:

  • Renamed mappings to overrides

Other changes:

  • Added general.dryRunsetting, for testing purposed
  • Added overrides.skip setting, to allow shows to be skipped from processing

v1.0.0

04 Sep 09:23
Compare
Choose a tag to compare

First release