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
    link
    fedilink
    English
    arrow-up
    20
    ·
    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.comOP
      link
      fedilink
      English
      arrow-up
      4
      arrow-down
      2
      ·
      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
        link
        fedilink
        English
        arrow-up
        16
        ·
        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

  • i_stole_ur_taco@lemmy.ca
    link
    fedilink
    English
    arrow-up
    14
    ·
    6 months ago

    You should think of Overseerr as a single install the same way you think of Plex. For instance, you don’t install Plex Media Server on every device you have, and then copy all your media to each device, right? Same principle applies here.

    You want one Overseerr instance to live in one place (why not the machine you run Plex on?), then have everybody connect to THAT machine using their web browser. If you’re all on the same network it’s easy, though you might need to open up some ports on your firewall. If you want it to work over the internet, you’ve got a little more work to do.

  • cobwoms@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    12
    ·
    edit-2
    6 months ago

    you don’t need to “repeat it on any device you need to use it on”. it sounds like you set it up as a local instance, but the general idea is you’d make that instance available from any device on your network (or the whole internet if you enable port forwarding on your router)

    as an example, i have it running alongside radar/sonar/plex on my media server and use NGINX reverse proxy to make it available anywhere from https://requests.mydomain.cat/. “nginx proxy manager” can help get that domain set up securely with your own auth rules

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

  • wolfshadowheart@kbin.social
    link
    fedilink
    arrow-up
    5
    ·
    6 months ago

    The easy way IMO is just getting Overseer to see your Plex “watchlist”. Then anything you want just search there and add it, Plex’s Watchlist updates to Overseer and is added to the queue.

  • tristan@aussie.zone
    link
    fedilink
    English
    arrow-up
    4
    ·
    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