With the recent password sharing crackdown, I decided to ditch my Netflix subscription and try piracy. What I miss about Netflix is scrolling through content and finding something to watch. With piracy I need to know exactly what I am looking for.
So I am wondering if it's possible to have a Netflix like GUI but powered by piracy? And as this is the pirate world, it shows shows and movies not just from Netflix but also from the other streaming services? And finally it is available on TVs ( Samsung tizen in my case). Something like this would be the best case scenario. Wondering if someone has a similar setup?
Debian-based server OS with powerful terminal interface for managing and starting your first streaming server
Rock-solid stability of debian, paired with a curated packaging system that reduces risks of breaking configurations
Popular services are auto-configured to align with best practices, such as Nextcloud, Plex, Sonarr etc. all installing and configuring their own databases at install
Powerful utilities for managing disks, files, power management and other server necessities with minimal existing knowledge of the command line
Can be set up in a day on a raspberry pi, and be streaming torrented content by the evening!
Great support, both with hardware and software. The devs are active and helpful on github if you have problems.
Loads of tutorials for installing every single service you could need for a piracy server, from VPNs to linking services together and accessing them remotely.
Is it possible to have such a setup without the torrents but rather using a streaming website? Also does are there prepackaged setups with all these ready to use for example a raspberry pi os built with everything. I just hook it up with my NAS for storage and am good to go?
Dietpi is pretty good to get up and going in a day or so. Loads of videos on youtube for setting up various services too :)
Open media vault might be an option over dietpi but I've never used it myself. Again, lots of youtube documentation:)
If you want to stream torrents, you can use stremio and torrentio which let you stream the content of a torrent instead of download, but depending on the media you watch youll find it difficult to get enough seeders to download it fast enough to stream.
The benefit of running the downloads over streaming is that a poorly seeded torrent won't ruin my viewing experience since by the time I view it's stored locally.
Using docker containers is a lot easier to manage than installing all the packages directly to the OS. Using docker compose simplifies this even more. You have a simple docker-compose.yml file and it's usable to any other Linux environment! Just have to be aware of where your drive mount mappings are.