Difference between revisions of "Mediaserver - Jellyfin"

From Da Nerd Mage Wiki
Jump to navigation Jump to search
Line 1: Line 1:
'''<span style="color: rgb(224, 62, 45); font-size: 24pt;" >W...I...P...</span>'''
'''<span style="color: rgb(224, 62, 45); font-size: 24pt;" >W...I...P...</span>'''
= Requirements =
Jellyfin is not particularly resource hungry in general.
I've found that the most common "slowdowns" are caused be library scanning.  If you add a whole lot of media to the libraries at once, (like multiple TB...) it'll bog down for a long time.
Current testbed:
* Debian LXC
** CPU: 4 cores
** RAM: 512MB
** DISK: 64GB


= Installation =
= Installation =
* <code>sudo apt install curl gnupg</code>
* <code>sudo apt install curl gnupg</code>
* <code><nowiki>curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash</nowiki></code>
* <code><nowiki>curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash</nowiki></code>
Pretty hard... eh?


= Storage =
= Storage =

Revision as of 15:33, 27 April 2023

W...I...P...

Requirements

Jellyfin is not particularly resource hungry in general.

I've found that the most common "slowdowns" are caused be library scanning. If you add a whole lot of media to the libraries at once, (like multiple TB...) it'll bog down for a long time.

Current testbed:

  • Debian LXC
    • CPU: 4 cores
    • RAM: 512MB
    • DISK: 64GB

Installation

  • sudo apt install curl gnupg
  • curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash

Pretty hard... eh?

Storage

Initial Configuration

Some Reference Materials

Some Useful Links

Oddities & Issues