• 0 Posts
  • 85 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle



  • Tailscale isn’t necessary, it’s just what I use for remote access. And you can use Jellyfin/Emby/Kodi with Radarr too, it’s not specific to Plex.

    SOCKS5 proxy keeps the letters away (I live in NYC). I’ve read that it’s because ISP’s don’t bother actually monitoring torrent traffic. They only act when a copyright holder reports your IP for piracy. So if you hide your IP then they can’t see you.

    A proxy is not encrypted, to be clear. But it turns out encryption isn’t actually necessary if you just want your ISP to stop bugging you. If laws change and torrenting becomes more dangerous, I’ll probably switch to a proper VPN. But a proxy is faster and easier.


  • I have Plex, Radarr, Prowlarr, and Qbittorrent all installed on the same dedicated server. I’m using a SOCKS5 proxy instead of a VPN, it works great because I set up Qbittorrent to use the proxy and I just leave it running 24/7. I also have Tailscale installed for remote access, setup for that is dead simple.

    Here’s my workflow if I’m away from home:

    1. Turn on Tailscale on my phone.
    2. Open my radar app (it’s called LunaSea).
    3. Search for and add the movie I want.

    That’s it. If I’m already at home, step 1 is not necessary.

    Prowlarr and Radarr find the movie on my registered indexers, at the desired quality, and send the torrent to Qbittorrent. Then when the download is finished they automatically rename the files and move them to my Plex library (and they could do the same with Jellyfin). Roughly 10 minutes after I finish step 3 (more or less depending on seeds), the movie magically appears in my Plex library. I don’t have to turn a VPN on or off.


  • I think what you’re talking about doing is quite difficult, and there will be a lot of obstacles in your way. You’re proposing:

    1. Circumventing the API fees, which is something that ChatGPT would definitely not like, and they will make it as difficult as possible. You’re not the only one trying to avoid paying for this very popular service.

    2. Crawling the entire contents of each page with a bot, which is another thing that websites do NOT want you to do. There are only a handful of RSS readers that do this, and they’re paid, closed-source, proprietary apps. And even those probably don’t work on certain websites.

    I’m not saying it’s impossible, just that you have chosen a very difficult path here. If you’ve never developed an app before, start with a smaller, simpler project.