Skip navigation

Jellyfin

Free and open-source media server for streaming movies, TV shows, music, and photos. Fork of Emby with no premium tier. Enhanced with Moonfin client for TV.

Owner: cznewt

System Graph

graph LR
  system["🖥️ Jellyfin"]
  
  comp_1["🌐 Jellyfin Mobile Client"]
  system --> comp_1
  
  comp_2["⚙️ Jellyfin Server"]
  system --> comp_2
  
  comp_3["🌐 Jellyfin Web Client"]
  system --> comp_3
  
  
  res_1["🗄️ Jellyfin Database"]
  comp_1 -.-> res_1
  
  res_2["🗄️ Jellyfin Media Storage"]
  comp_1 -.-> res_2
  
      

Components

Jellyfin Mobile Client

Website production

Mobile app for Android and iOS with offline downloads and background playback.

Jellyfin Server

service production

Jellyfin media server with hardware-accelerated transcoding, user management, and streaming sessions.

Jellyfin Web Client

Website production

Built-in web interface for media playback, library browsing, and server administration.

Resources

Jellyfin Database
Database

SQLite database for Jellyfin metadata, users, watch history, and library config.

Jellyfin Media Storage
S3 Bucket

Storage for media files (movies, TV shows, music, photos) served by Jellyfin.