Jellyfin for Samsung TV

Bypass the app store and deploy your personal media server directly to your Samsung TV using a single, pre-configured Docker container command.

Deploying your personal media server to a Samsung Smart TV doesn't have to be a complex process. Since the app isn't natively available on the Samsung App Store, this solution provides a pre-configured Docker container that handles the entire installation for you. By placing your TV in Developer Mode and running a single command from your computer, you can push the application directly to your device over your local network.

Enjoy a seamless setup experience with several flexible options:

  • Single-command deployment: Run one Docker command to install the latest default build directly to your TV.
  • Custom build selection: Choose specific versions, such as TrueHD or secondary builds, to match your playback preferences.
  • Certificate management: Mount custom Samsung .p12 certificates for newer TV models that require signed packages.
  • Cross-platform support: Works natively on amd64 systems and supports ARM architectures via virtualization.

Get your media center running on the big screen in minutes without complicated Tizen SDK setups.

Directory Structure

jellyfin-for-samsung-tv
jellyfin-tizen-installer
.env
docker-compose.yml

docker-compose.yml

services:
  jellyfin-tizen-installer:
    image: ghcr.io/georift/install-jellyfin-tizen
    container_name: jellyfin-tizen-installer
    # Host network is recommended for Tizen Studio (sdb) connectivity
    network_mode: host
    # Interactive mode is often required for the installer script
    tty: true
    stdin_open: true
    # Pass the TV IP address as the command argument
    command: ${TV_IP}

.env

TV_IP=192.168.1.50
Categories:

Share:

Ad
Favicon

 

  
 

Similar to Jellyfin for Samsung TV

Favicon

 

  
  
Favicon

 

  
  
Favicon