I have a Plex server running on Mac OSX. Whenever I want to add media, I remotely connect into the Mac, login to my private tracker, download the torrent, wait for it to finish, then update my Plex library.

I’m hopeful that there’s an easier way. I’m imagining a way I can remotely tell the Plex server what I want to watch and it takes it from there. Does such a thing exist?

  • PerogiBoi@lemmy.ca
    link
    fedilink
    English
    arrow-up
    5
    ·
    7 days ago

    Oh boyo! You can have literally everything automated. All you’d need to do is search a movie or show and click request and then bam it will appear on plex.

    How?

    Arr stack (as everyone is commenting here with)

    Prowlarr (to pick your torrent indexers), sonarr (for shows), radarr (for movies) and overseerr for requests (this one’s optional but it’s so nice).

    Add API codes from your sonarr and your radarr into prowlarr (and overseerr if you go with it) and add your qbittorrent web ui server to all of them.

    I port forwarded overseerr so that it can be accessible by web and made a web app to it on my wife’s phone. Now while she’s bored at work she can scroll through recent releases on all streaming sites in overseerr and pick what she likes and click “request”. The requests get automatically approved and my prowlarr starts searching and sends the download to sonarr or radarr, which automatically moves everything into their right folders into my plex library.

    I come home and open plex and bam my new releases are there, ready to be watched.

  • Drusenija@aussie.zone
    link
    fedilink
    English
    arrow-up
    3
    ·
    7 days ago

    Have a look through the tools section on the Megathread in the pinned post. For this specific use case you’re probably going to be wanting to look at tools like Sonarr (for TV shows), Radarr (for movies), some form of torrent client that those tools support (Transmission for example), and depending on what your tracker supports, possibly something like Jackett to provide a bridge between your tracker and your downloader tool.

    The benefit of this kind of setup is it’s very easy to add Usenet into the mix if you choose to.

    There’s some extra steps needed if you run it directly on the Mac but you can also do something like run Docker on the Mac and run those tools within Docker instead.

    I’m pretty sure it’s possible to integrate something like Overseerr (which is a web frontend for handing requests for new content) into the Plex watch list meaning you could add a show to your watch list in Plex, Overseerr would pick that up, send it to Sonarr or Radarr depending on the type of content it is, which would then do a search on your tracker for the content, send the torrent to your torrent client, and then when it finishes downloading automatically import it into Plex.

  • SteveNSFW@yall.theatl.social
    link
    fedilink
    English
    arrow-up
    2
    ·
    7 days ago

    Install prowlarr to troll your trackers and then radarr to deal with your movies. On Mac iirc its best to run them natively, and you can set up radarr to alert Plex that the new movie has arrived.