Skip to content

Releases: nylonee/watchlistarr

v0.2.2

07 Apr 11:51
9b31fad
Compare
Choose a tag to compare
  • Bugfix when a movie/show returns empty metadata (#104)
  • Add configuration notes in CONFIGURATION.md (#103, #115, #118)
  • Watchlistarr now tries a couple of default addresses to look for Sonarr/Radarr before failing (#114)
  • Add docker label to released images (thanks @glensc ) #117

v0.2.1

20 Feb 12:08
2da4a80
Compare
Choose a tag to compare

What's Changed

  • Fixed jars not being created on release #102

Full Changelog: v0.2.0...v0.2.1

v0.2.0

18 Feb 07:42
bd0236a
Compare
Choose a tag to compare

Note: Watchlistarr is still fully backwards compatible - the same configuration will work no matter what version of Watchlistarr you choose

Configuration Changes

With the merge of #97, Watchlistarr now has a new way of handling configuration.
Previously, you had to specify configuration via Environment variables (for docker) or properties (for java). This worked for the most part, but had two problems:

  1. It made the execution command quite long and unwieldy, which led to a higher rate of support tickets
  2. It did not allow us to provide 'dynamic' configuration, such as from an API call, which blocks #36

In favour of a better industry standard, Watchlistarr will now generate a config.yaml file upon first run in the same directory as Watchlistarr (or in the case of Docker, within the docker image, unless you specify a volume mount too, see README), with all the config inside commented out. You can then go in and view the possible config in a nicer manner, including comments and grouping that makes it easier to read than a table on the README.

Other Changes

  • Add tags to items sent to Sonarr/Radarr #93
  • Allow usage without a Plex Pass (with a catch) #94
  • Allow debug log flag #95
  • Bugfix: Watchlists larger than 300 items will now work #96
  • Delete unused test files #92

Full Changelog: v0.1.6...v0.2.0

v0.1.6

15 Feb 07:44
69b2643
Compare
Choose a tag to compare

What's Changed

  • Skip metadata that cannot be fetched #87
  • Merge RSS and token sync #91
  • Bugfix: Can now provide variables with a space in the name in docker instances.

Full Changelog: v0.1.5...v0.1.6

v0.1.5

30 Jan 11:22
bec6436
Compare
Choose a tag to compare
  • Fix bug where only the first 20 items were being fetched from Plex on watchlistarr startup

v0.1.4

26 Jan 14:04
fc9af6c
Compare
Choose a tag to compare
  • Fixes bug in previous release where config wouldn't actually print due to async effects

v0.1.2

06 Jan 10:38
32101ae
Compare
Choose a tag to compare
  • Introducing Full Delete Sync - Watchlistarr can now detect and delete content that's in your -arrs but not in your watchlists. The delete is turned OFF by default, and needs to be enabled for any of three categories:
  1. Deleting movies
  2. Deleting shows that have ended, and no new seasons are planned
  3. Deleting shows that are still continuing, and new seasons are planned

The divide on shows is because when you finish watching a show on Plex, it will be automatically removed off a user's watchlist. However, if the show is continuing, this may not be the intended behaviour. You may want the "Continue Watching" icon to pop up when new episodes are ready, rather than the user having to re-request the show to get the content again.

  • Minor bug fixes

v0.1.1

20 Dec 14:38
dcbbc34
Compare
Choose a tag to compare
  • Halve memory usage by setting Java max memory to 100M
  • Sonarr v3 support

v0.1.0

18 Dec 23:39
930d768
Compare
Choose a tag to compare
  • Significant re-write to make RSS feeds auto-generated
  • Can now pass in multiple plex tokens for multiple servers/users to sync
  • Watchlistarr v0.1.0 onwards now requires a plex token, rather than the RSS Urls, since the URLs can no longer be fetched easily
  • Several bug fixes and quality improvements
  • New flag to disable 'friends' sync

v0.0.11

15 Dec 20:12
92767e3
Compare
Choose a tag to compare
  • Adds plex token functionality, including powerful GraphQL call to fetch plex friends
  • Lists movies/tv shows on first startup that are not found in the watchlist, but are in the -arrs