I guess it’s just the way my brain doesn’t assimilate information well, but I went at it assuming that when I was done I would have a product that would show up in Plex and allow me to use as a browser within the Plex system. Now that I’m done I realize it’s just a single device install that that results in something that looks like a web page, and will need to be repeated on any other device that I want to use it on. Pretty underwhelming, and a s*** ton of work for what I end up with.

Anyway as I said I’m not very good at processing large chunks of information, so if I’m underusing it please let me know how I should properly be doing things.

I am requesting comments.

Edit: okay, I set it up on my wife’s iPad easily using Safari and it seems to work fine. Thank you all, I truly didn’t know what I was doing and I still don’t, but so far so good.

  • Grandsinge@lemmy.zip
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    1
    ·
    6 months ago

    So I don’t use overseerr but I do use jellyseerr with my emby setup. Both are just webservers that use a webpage/site that you can login to and add/search for content that will then be sent to your -arr stack and finally indexed into Plex/Emby. You can install overseerr on whatever machine you like, but to access it your other devices need to know where to find it (ie IP:port of hosting machine). You should really set up overseerr on a machine that runs continuously, so like others have said, likely the machine you run Plex on.

    I personally take this a step further and use an internal custom domain name (ie. jellyseerr.mymedia.com) that can be accessed from any device on my internal network. I set my router to capture all domain requests for “mymedia.com” and redirect them to a reverse proxy (swag in my case) that will then forward the requests to different IP:port combinations based on subdomain. For example: emby.mymedia.com, jellyseerr.mymedia.com, radarr.mymedia.com, etc. This allows you to access all your services using easy to remember domain names instead of IP addresses.