nylonee / watchlistarr

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

[Feature Request] config option to tag items added to Sonarr/Radarr with friend's username #106

Open jay-kub opened 4 months ago

jay-kub commented 4 months ago

When watchlistarr adds an item to Sonarr or Radarr, it would be neat if it could tag the item with the name of the friend who added it to their watchlist.

nylonee commented 4 months ago

Thanks for raising this issue, I've actually been meaning to raise this as an issue so that we can track this!

With the current setup of watchlistarr, this is going to be hard to do. RSS Feeds (used by Plex Pass users) do not tell me which user requested what. So this can only be done by disabling the RSS sync (or amending the sync after an initial RSS sync).

It's currently looking like a future version of Watchlistarr can only support this if you choose between two options:

Option 1: Fast sync, but no way to 'block' specific users or tag specific users Option 2: Slower sync (~20 minute intervals), but better user control

jay-kub commented 3 months ago

When you add an item to Sonarr/Radarr, does the API respond with the item ID?

If that's the case you could store the item ID after the initial sync, and use that to update the tag once the 20 minute sync occurs, providing the name of the user that watchlisted the item.

nylonee commented 2 months ago

Just tagging the other feature request I've seen onto this (since they both require a basic implementation of friend tracking)

Some users have requested an allow/deny list of users who are able to request things through Watchlistarr. The use case here is when your friends with their own servers and you don't necessarily want to be downloading content that they've requested.

eyeruleall commented 2 months ago

I would be happy with tagging the data at all. Even tagging added media as "from_watchlists" in radarr/sonarr would be useful.

nylonee commented 1 month ago

I would be happy with tagging the data at all. Even tagging added media as "from_watchlists" in radarr/sonarr would be useful.

Sorry I missed this earlier, this is already possible since #93, you can choose tags to add to all watchlist imports, just not specific ones around which friend requested the item