An open API service indexing awesome lists of open source software.

https://github.com/pimpadev/lordflix

LordFlix - The purpose is to create a media center that automatically downloads and serves the latest movies and/or series of the moment.
https://github.com/pimpadev/lordflix

bazarr gluetun jellyfin lordflix media-center prowlarr qbittorrent radarr raspberry-pi sonarr

Last synced: 6 months ago
JSON representation

LordFlix - The purpose is to create a media center that automatically downloads and serves the latest movies and/or series of the moment.

Awesome Lists containing this project

README

          

# LordFlix - ![GitHub Release](https://img.shields.io/github/v/release/pimpadev/lordflix) ![GitHub Release Date](https://img.shields.io/github/release-date/pimpadev/lordflix) ![GitHub repo size](https://img.shields.io/github/repo-size/pimpadev/lordflix) ![GitHub License](https://img.shields.io/github/license/pimpadev/lordflix)

[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/F1F314ZLPT)


Descripción de la imagen

Want to see it all working? [Demo](https://demo.jellyfin.org/stable/web/#/home.html)

## 🎞️ LordFlix

**LordFlix** is a media center that automatically downloads and serves the latest movies and/or series of the moment. It acts similar to _Netflix_, _Prime Video_ etc. but **better**. In addition, with proper configuration you can access the content **from anywhere in the world**.

This guide is prepared to set up a media center from the beginning. Including the basic hardware requirements, going through the server configuration and finally configuring the _-arr_ software that will run the media center.

Once mounted, **this media center can be run from any existing device**. Computers, TVs, tablets, phones, etc. All you have to do is download the “Jellyfin” client which can be found in the Google Store, Apple Store, Amazon Fire TV Stick, and multiple TV OS. From the computer/laptop it would be simply by accessing a URL.

It may seem that the execution of this tutorial is somewhat complex, but everything is properly documented so that anyone can do it. Cheer up!

## ⚙️ Hardware

A complete kit including case, power supply and micro sd card is recommended. In addition, an internal hard disk will be added to store the contents of the media server. Don't be cheap and buy the recommended set, you beggar. Besides the fact that you will get a better return, I will get more commission, since of course the links are affiliate links. If you are poor you can choose the _Dirty Rat_ version.

### Recommended (Giga Chad Version) - _265€ Approx._

- [Raspberry PI4 8GB](https://amzn.to/3Yw64ol)
- [HDD 3.5 4TB](https://amzn.to/4dSOcIV)
- [3.5-inch HDD Enclosure](https://amzn.to/4fbvoWc)

### Cheaper (Dirty Rat Version) - _175€ Approx._

- [Raspberry PI4 4GB](https://amzn.to/3Yuo6rf)
- [HDD 3.5 2TB](https://amzn.to/48idO0L)
- [3.5-inch HDD Enclosure](https://amzn.to/4hdaeZK)

\*_Any unused raspberry you have at home along with any external hard drive lost in a drawer can work in this tutorial. I highly recommend that you have at least 2GB of RAM and 2TB of disk space._

_\*\*The better the hardware used, the more clients/persons can consume the media center at the same time._

## 💻 Software

### Raspberry Pi OS Lite

In this tutorial we will install the **Raspberry Pi OS Lite** _(headless)_ version. Headless doesn't mean that you have to rip anyone's head off, you moron. It means we're going to run the server from another computer. In the following link you will find the installer needed to prepare the operating system in the micro sd.

- [Raspberry Pi OS Lite](https://www.raspberrypi.com/software/)

_Do you need [help](guides/installing-os.md) to prepare the operating system?_

## ⚙️ Basic configuration

**Access the server** to perform the following configurations. **The order is important.** I'm not joking. It is.

_Do you need [help](guides/connect-via-ssh.md) to access the server?_

### LordFlix

To download LordFlix run this command:

```bash
cd ~
git clone https://github.com/pimpadev/lordflix.git
```

\*_The folder selected in the tutorial is the User folder. If you change the destination indicated in the previous command, you will have to make other modifications for its use. It is recommended not to move the folder once downloaded._

### Next steps

1. [Configure SWAP Memory](guides/configure-swap.md)
2. [Setup external HDD](guides/setup-ext-hdd.md)
3. [Setup Docker](guides/setup-docker.md)
4. [Setup maintenance scripts](scripts/README.md)

## 🟢 Run LordFlix

There are several setups (and there will be some more in the future) depending on the configuration you want to make. Each of them has a short tutorial with explanations.

- [Standard Setup](compose/README.md)
- Do you want more privacity? [Setup with VPN](compose/vpn/README.md)
- Want series in addition to movies? Wait for it or buy Netflix.