this post was submitted on 22 Aug 2023
5 points (100.0% liked)

Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ

53939 readers
274 users here now

⚓ Dedicated to the discussion of digital piracy, including ethical problems and legal advancements.

Rules • Full Version

1. Posts must be related to the discussion of digital piracy

2. Don't request invites, trade, sell, or self-promote

3. Don't request or link to specific pirated titles, including DMs

4. Don't submit low-quality posts, be entitled, or harass others



Loot, Pillage, & Plunder


💰 Please help cover server costs.

Ko-FiLiberapay


founded 1 year ago
MODERATORS
 

Like many others on here, I've finally had enough of the constant splintering of content into more and more separate services, each offering less value.

Anyway, so I have a new 8gb Pi4b on the way and I want to set up a "download box".

Ideally something fairly automated using NZBs. Years ago I used to use Sickbeard + SABNZBD+ on a small windows box. But I wanted a small, simple, ultra low power fanless box, so I've gone for a Pi4.

I'm aware of the *arr apps, although I haven't used any of them yet. I'm thinking a bunch of the *arr apps + SABNZBD+ and just keep using the Plex instance running on my Netgear NAS as the front end (got the lifetime Plex Pass). So I just need the download apps running in my Pi4 for now.

Question is: what do I put onto my Pi4 as the best base on top of which to build all of this?

Unfortunately I'm a Linux newb, so I want something fairly simple which can run all the apps I need and mount my NAS for storage.

What setup do people think is best for the Pi4?

top 8 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 1 year ago (1 children)

I don’t condone piracy, but I do like Linux.

Are you trying to setup your pi as a Linux distribution torrent seed box? I’m a little confused by your “apps” verbiage

[–] [email protected] 1 points 1 year ago

You must have wandered into the wrong part of the fediverse then, matey.

[–] [email protected] 1 points 1 year ago

If you want a headless setup, you should check out dietpi. It works really well and makes it easy to setup *arr apps

[–] [email protected] 0 points 1 year ago (1 children)

This is a bit older bit still has good information.

https://m.youtube.com/results?sp=mAEA&search_query=lmds+greenfrog

He walks through setting up Raspberry Pi's and the Arrs. Can use his setup or just the information.

[–] [email protected] 1 points 1 year ago

Here is an alternative Piped link(s): https://piped.video/results?sp=mAEA&

Piped is a privacy-respecting open-source alternative frontend to YouTube.

I'm open-source, check me out at GitHub.

[–] [email protected] 0 points 1 year ago (1 children)

Any Linux distro should work for the setup you want. I have radarr, sonarr, sabnzbd, deluge and jellyfin running on an Arch setup, but something more accessible like Ubuntu or Debian should work fine (although I'm not familiar with whether the Pi4 can power those heavier distros). If you're comfortable with the command line, it doesn't matter much which distro you pick since you can install and configure all those apps over ssh.

[–] [email protected] 0 points 1 year ago (1 children)

OK, thanks.

Yeah I'd rather not be too reliant on my (limited) command line skills!

Hopefully the Pi4 with 8gb is comfortable enough with a slightly heavier distro.

[–] [email protected] 1 points 1 year ago

Plenty of mainstream distros have versions designed with an RPi in mind. They should be designed lightweight for that purpose, but also the default version for rpi is called raspbian, and it tends to have the most support for rpi applications. If you're not committed to a particular distro for any reason that's a good place to start. All the software should work regardless.

If you want the whole setup to be headless (no screen), you'll have to do a lot of work in the command line. If you want a screen to play things on, well then just the regular OS version should be fine.

It's also possible to set it up with VNC so you have a headless server that can give you a desktop over the network: https://desertbot.io/blog/headless-raspberry-pi-4-remote-desktop-vnc-setup

Anything serving a desktop will be more resource intensive. I'm pretty sure the VNC option should have minimal impact whenever you're not connected to it.

Also though, no matter what you do, it's linux so you should accept that you'll need to spend some time in the command line to get things done. It's getting better with making things accessible via GUIs but I think it may always have a heavier reliance on the CLI because of the hacker nature of it.