Releases: manybothans/plex-requester-collections
v1.2.0
v1.1.4
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
System now supports non-requester users who are watching items, see ReadMe for details on how it works.
v1.1.2
Tidying up, performance improvements, feature flag to turn off smart collections.
v1.1.1
App is now Dockerized and pushed to Docker Hub at https://hub.docker.com/r/manybothans/plex-requester-collections
v1.1.0
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
Working first version. Can tag all items requested by a user in each library, and create smart collections for those tags.