Difference between revisions of "Mediaserver - Jellyfin"
Jump to navigation
Jump to search
Line 21: | Line 21: | ||
= Initial Configuration = | = Initial Configuration = | ||
# Browse to http:MEDIASERVER:8096 | # Browse to http://'''MEDIASERVER''':8096 | ||
#* (Replace '''MEDIASERVER''' with the IP or FQDN of your server...) | |||
# Follow the prompts | # Follow the prompts | ||
#* (Admin user will be able to manage the server through the WEB UI) | #* (Admin user will be able to manage the server through the WEB UI) | ||
#* '''Setup your media libraries''' | #* <span style="color: rgb(132, 63, 161);">'''Setup your media libraries'''</span> | ||
= Some Reference Materials = | = Some Reference Materials = |
Revision as of 15:25, 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
- Browse to http://MEDIASERVER:8096
- (Replace MEDIASERVER with the IP or FQDN of your server...)
- Follow the prompts
- (Admin user will be able to manage the server through the WEB UI)
- Setup your media libraries
Some Reference Materials
Some Useful Links
- Using Jellyfin
- Installation