Skip to content

Releases: manybothans/plex-requester-collections

v1.2.0

27 May 22:58
Compare
Choose a tag to compare

Code refactor, added support for media items that were added without requesting in Overseerr. See README for details.

v1.1.4

27 May 16:31
Compare
Choose a tag to compare

Added support for using Overseerr display name in collection titles instead of Plex user name, if available. Thanks for contributing @fscorrupt!

v.1.1.3

26 May 20:09
Compare
Choose a tag to compare

System now supports non-requester users who are watching items, see ReadMe for details on how it works.

v1.1.2

25 May 23:05
Compare
Choose a tag to compare

Tidying up, performance improvements, feature flag to turn off smart collections.

v1.1.1

25 May 01:34
Compare
Choose a tag to compare

App is now Dockerized and pushed to Docker Hub at https://hub.docker.com/r/manybothans/plex-requester-collections

v1.1.0

24 May 18:44
Compare
Choose a tag to compare

Added optional support for Sonarr, Radarr, and Tautulli. If you optionally provide Radarr, Sonarr, and Tautulli connection details in the .env file, then the app will also tag items in Radarr/Sonarr with the requester Plex username in the format requester:plex_username. If Tautulli shows that the requester has fully watched the item, it will also tag the item in Radarr/Sonarr with requester_watched (useful for library pruning). If Overseerr shows that the media item was available over 6 months ago, and Tautulli shows that the requester last watched the item over 3 months ago and didn't finish, then the tag stale_request will be added to the item in Radarr/Sonarr.

v1.0.0

16 May 19:56
Compare
Choose a tag to compare

Working first version. Can tag all items requested by a user in each library, and create smart collections for those tags.