trossr32/sonarr-radarr-lidarr-autosearch-browser-extension

[feature] change logo in websites if media is monitored already

NicoLeOca opened this issue · 3 comments

Hi!
I just came across your extension and I love it already.
One idea came up.

When browsing a website, would it be possible to change the logo (or color, or add a checkmark) if the movie is in Radarr already?

Thank you for the kind words 😄

Yes, it's potentially possible to do this. It would involve an API call from the extension to the Radarr instance every time a page loads to check if the movie is there. The Servarr APIs differ between versions, so I was waiting for them to settle down before thinking about implementing something like this. It may be that the latest versions are stable now; I haven't looked at them in a while.

I'll leave this issue open as I may look into it in the future, but it won't be a feature I'll be developing immediately.

Thanks for the suggestion.

maybe you can borrow some code in the WebToPlex extension (being carreful though, the API it uses is outdated)

As possible a workaround, Plex Meta Manager can achieve a similar end result backend-wise. I have it sync my 'arr libraries to Trakt lists, which makes the listed on button light up on items I already have monitored, like so:

image

Note that with Trakt basic, there's a limit of 500 items per list, so this won't work with huge libraries. I haven't looked into the applicability of this on other websites.