SpaceK33z / web-to-plex

🚠 Adds a button on various movie & TV show sites to open it in Plex.
Other
122 stars 18 forks source link

Remove Plex login requirement #61

Closed Ephellon closed 5 years ago

Ephellon commented 5 years ago

Suggested by @bolhaskutya in #56:

I only want to use the addon to send to radarr

This would require a slight overhaul, as the code is designed to search Plex for matching media... Maybe a dummy machineID can be used, as long as they have a Plex account?

defaultsecurity commented 5 years ago

Ahh, I see. So you actually check for movies using plex, not just simly sending them to radarr/sonarr. I didn't realize that.

Ephellon commented 5 years ago

Yes. Sorry about the confusion

Ephellon commented 5 years ago

Note to self: make a DO_NOT_USE variable, then it's extremely easy to tell the extension not to use Plex

Ephellon commented 5 years ago

Done. It will cause errors for users not paying attention.

I added prompts to try and tell/deter the user from not using a server.

defaultsecurity commented 5 years ago

Awesome!