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.

  • RandomLegend@lemmy.dbzer0.comM
    ·
    edit-2
    6 months ago

    It's a web service you can host on a server, connect to Radar, Sonarr and Plex and use it to find new shows and add them in a few clicks... Don't know what you're talking about there to be honest

    • Melatonin@lemmy.dbzer0.com
      hexagon
      ·
      edit-2
      6 months ago

      I have it set up, and running on my laptop. What do I do to get it on my wife's iPad? I'm not savvy obviously, I just follow steps but I don't really understand this stuff.

      • RandomLegend@lemmy.dbzer0.comM
        ·
        edit-2
        6 months ago

        Now you have a Webserver running on your PC and your wife could open it on her iPad if she would enter the IP of your PC and the correct port of your overseer instance...

        But this isn't really optimal as the site now only works I'd your PC is on

  • Grandsinge@lemmy.zip
    ·
    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.

  • tristan@aussie.zone
    ·
    6 months ago

    If you don't want to go down the path of opening up overseerr to the network and having to browse to it as others are suggesting (and is the normal way to use it), you could just set it up to watch the Plex watchlists and automatically add them that way

    Then in Plex, you just search the movie or show you want, add it to your watchlist, And overseer will grab it and send it to radarr or sonarr to download

    I don't recommend this method because it's not how overseerr was designed, and you miss out on a bunch of the features, I'm just offering this as an alternative since I'm guessing you aren't too familiar with web services on a network