This makes perfect sense. Thank you!
This makes perfect sense. Thank you!
That makes some amount of sense. I’m not sure exactly how each article is stitched together to create the full file. Do you happen to know if it’s just put together sequentially or if there’s XORing or more complex algorithm going on there? If it’s only the former, they would still be hosting copyrighted content, just a bit less of it.
EDIT:
https://sabnzbd.org/wiki/extra/nzb-spec
This implies that they are just individually decoded and stitched together.
Because family or friends are always going to have them and share with you. In terms of effort, it’s still a lot easier to use free-to-you streaming services (even with ads) than set up your own Jellyfin, Radarr, Sonarr, and Jellyseerr stack. I can definitely see the appeal of a streaming stick that let’s you do that, is fast, and isn’t riddled with ads on the home screen. Hell, I might’ve paid for one if I knew it existed and had less free time.
Pi 4B with 4 gigs of RAM. And yes! I was surprised, but it had absolutely no trouble with playing 4k, especially after using a wired connection.
Not easily. There are a few 3rd-party add-ons by random people which technically allow you to watch these services if you enter your account details, but the UI is generally just a list of movie and show titles with no or small thumbnails and no other info. It’s worth doing this if you already have your own media server but not really otherwise.
Pi 4B with 4 gigs of RAM. You might be able to get away with 2gigs because of how well it runs for me, but idk. I didn’t follow any guides for setting up the Pi or LibreElec. It’s honestly super intuitive. Like I said, everything is set up through the GUI. The only slightly technical part is flashing the LibreElec image to the SD card, and even that is super easy. I did follow the Jellyfin documentation for setting up my Jellyfin server, but that’s a whole other thing.
It was a Raspberry Pi 4 model B. I got it for $60 and a 25ft Ethernet cable for $10 on Amazon just because I had a gift card. You can probably find it somewhere else for cheaper. You also need a small micro SD card for the Pi. Maybe only 8 or 16 gigs because it doesn’t store the media locally.
I recently stopped using my firestick. Even though I only used it for Jellyfin, the ads on the home screen were too much for me. So I swapped it out for a Raspberry Pi with LibreElec as the OS, and there have been literally no downsides.
Pretty good tool. I took the quiz out of curiosity, and the top result was my current distro
Look into Pi-hole. It’s an easy-to-setup DNS server which can run on a Raspberry Pi (or a Linux desktop/server if you have one.) You can then set your devices’ DNS servers to the local address where the Pi-hole is running. Since it would be running on your local network, any requests to it shouldn’t go through your ISP in the first place. I’d still recommend getting your own router anyways because this kind of ISP fuckery is more common than you’d expect. Plus, your exact configurations follow you anywhere you move. If you do end up getting one, set the local DNS server in the DHCP settings of your router to avoid having to set it on each device.
Here’s the paper they linked to from the README: https://berty.tech/docs/protocol/
Be sure not to create an open resolver, something commonly used in DDoS attacks. https://serverfault.com/questions/573465/what-is-an-open-dns-resolver-and-how-can-i-protect-my-server-from-being-misused#573471