Skip to content

Releases: nylonee/watchlistarr

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

v0.0.10

19 Nov 21:00
9a9003c
Compare
Choose a tag to compare
  • Experimental code to ping the plex token every 24 hours to keep it refreshed
  • Refactor of classes, better testing and error handling
  • Fixed bug where Watchlistarr will attempt to add excluded movies/shows to Sonarr/Radarr during intermittent network connectivity
  • Fixed bug where Sonarr root folder was referencing Radarr

v0.0.9

14 Nov 22:23
c5dabc0
Compare
Choose a tag to compare
  • Publish the java .jar so that the app can be run natively
  • Improve the thread pool handling, allowing us to suppress the ClosedChannelException error
  • New flag to allow customizable sonarr season monitor types (e.g. 'all' or 'latestSeason' etc.)

v0.0.6

13 Nov 19:12
9e4aa95
Compare
Choose a tag to compare
  • Fixes a bug where custom url bases would not work on sonarr/radarr (#22)

v0.0.5

29 Oct 19:23
ea9fb21
Compare
Choose a tag to compare
  • Ensure that new series' that are added to Sonarr are marked as monitored

v0.0.4

29 Oct 14:24
c0b3a1d
Compare
Choose a tag to compare
  • Enable auto-detection of root folders when none is provided in config

v0.0.3

29 Oct 13:17
3596910
Compare
Choose a tag to compare
  • Minor CI/CD updates, tests the release build