Skip Navigation

How to begin setting up a media center?

I have 16TB NAS dedicated to storing TV shows. It is just a cabinet with ryzen 2600 and no graphics card. I have installed openmediavault in it to access it via smb to other devices. I am an absolute noob in setting up a server. Please tell me how I should go on about turning it into a media consumption machine.

P. S: I usually use VLC on android and MPV on linux to consume the media.

38 comments
  • This is a guide someone on Reddit gave me years ago. Hope this will be helpful

     
        
    I imagine most of your integrated torrent searches involve "linux distros" in 1080p and 4k. I'm a step above that because I have not even touched the qbittorrent app in months. It works automatically.
    
    An *Arr stack is a collection of software that tracks, adds, searches, organizes and downloads your media collection. My stack consists of
    
    Radarr - For tracking and managing movies.
    
    Sonarr - For tracking and managing series and episodes.
    
    Lidarr - For tracking and managing music albums, artists and songs.
    
    Readarr - For tracking and managing books.
    
    Prowlarr - Containing torrent tracker information to automatically add to the above 4 apps.
    
    Ombi / Overseer - Requesting media - Movies, Series, Books, Music
    
    qBittorrent - Downloading stuff.
    
    All this runs on a "home server" as Docker containers. Thy all have web interfaces that you can access, even qBittorrent. Your workflow is as follows:
    
    Say, you want to watch a movie that comes out in 3 months. You go to Ombi and put in a request for that movie. Ombi forwards the request to Radarr where the movie has its metadata downloaded and analyzed from IMDB and TMDB. Radarr tracks its release and once that happens it starts searching torrent trackers for a torrent meeting your search criteria like size, quality, etc. To search torrent trackers you need special queries that are handled by Prowlarr and distributed to all other *arr apps.
    
    Once a suitable torrent is found, it's sent to qBittorrent where it's downloaded automatically. qBit plays very nicely with the *arrs. After downloading, the file is moved, renamed, pampered by Radarr in the media library. A movie is no big deal but imagine you are downloading and renaming a series with 9 seasons.
    
    You can top that off with something like Jellyfin (like Plex) and you have your own homegrown Netflix. It sounds very complicated but it isn't. Eventually you have to go to Ombi to request and to Jellyfin to consume.
    
    And it really pays off in the long run. For example The Witcher S02E01 leaked a few days before its official release date on Netflix. I found out about it when I opened Jellyfin and saw a new episode waiting for me. It's set-and-forget.
    
    
      
  • First, do you need it for streamig to different devices (phones tablets, TV), or do you only need it for one device (e.g. the TV).
    For the first option I'd choose Jellyfin, for the second option I'd choose Kodi.

    Then decide on what device you would like to run it. This also depends on the first option. I can recommend NVidia Shield Pro. I've also run Kodi on a Raspberry Pi 4 before, sometimes this ran a bit laggy.

    Finally, look for tutorials on YouTube.

  • Setup jellyfin and pick up a 4k Google Chromecast for your TV. Then use the jellyfin client app on that. Nice and easy.

  • For sailing the high seas/acquiring more Linux ISOs, get a torrent-client, qbitorent is probably the most popular (and depending on where you are a vpn-subscription), then set it up with the arrs:

    https://wiki.servarr.com/

  • As others have mentioned, Jellyfin and Plex are good and pretty easy to setup. I prefer the minimalism of Jellyfin’s UI, but you’ll have more features with Plex, some features regardless of whether you want them. Emby is a similar option.

    Those services running on your server will give you a nice interface and will handle the streaming from the server. You’ll need to do some setup to allow yourself to access the services on your home network either through a web GUI or the IP of your server via an app, and if you want to access the media remotely that will take a little more work to set up something like nginx proxy manager and a domain for remote access.

    I recommend DB Tech’s videos on YouTube for guiding you through the process as a noob. His content is straight forward, just use the pause button if he’s moving too fast. He has been using OpenMediaVault for years (though just changed his setup) so his guides should line up quite a bit with what you’re doing.

  • oh boy ... you posted a question I'm not sure you were ready to hear an answer to .... the REAL answer is ... you're going to have to learn a lot and get more acquainted with a LOT of tech to get this to work like the sub is going to want you to.

    Even tho I'm an infrastructure engineer. I'll play devils advocate.

    The easy answer ... is to pay for a streaming service of your choice instead.

    Otherwise, just setup a

38 comments