nylonee / watchlistarr

Customizable sync of Plex Watchlist to Sonarr/Radarr
GNU General Public License v3.0
194 stars 15 forks source link

Plex Pass Subscription Question #192

Open samcro1967 opened 2 weeks ago

samcro1967 commented 2 weeks ago

Does only the user running watchlistarr need to have a Plex Pass Subscription or do the friends also need one so that they can generate the RSS feed for their watchlist?

whoisbenbrown commented 1 day ago

It looks like it makes a call to the Plex API with your own Plex token:

config.plexConfiguration.plexWatchlistUrls.map(fetchWatchlistFromRss(client)).toList.sequence.map(Right(_))
      )

At the very least if you have Friend's watchlist visibility it should be syncing at a fixed 6 hour rate. Are you having issues with items being added to friend's watchlists and taking a long time to show up?