Alternatives - PatrickSt1991/Samsung-Jellyfin-Installer GitHub Wiki
Alternatives to This Application
If youβre looking for other ways to install and run Jellyfin on your Samsung TV (Tizen OS), here are two solid community-supported alternatives.
1. Tizenbrew + Jellyfin-Tizen
You can use Tizenbrew to enable homebrew-style package installation on your Tizen TV and then install Jellyfin-Tizen from there.
πΊ How to Install via Tizenbrew
- Open the web browser on your Tizen TV.
- Visit the Tizenbrew installer URL:
https://tizenbrew.6513006.xyz/installer
- Follow the on-screen instructions to install Tizenbrew.
- Once Tizenbrew is installed Launch TizenBrew on your TV.
- Press GREEN button on your remote to add a module.
- Type in @glenlowland/jellyfin-tizen. - https://github.com/GlenLowland/jellyfin-tizen-npm-publish?tab=readme-ov-file
- Press GREEN button again to go to TizenBrew modules list.
- Launch Jellyfin Tizen from there.
β This method does not require a PC or developer mode. It's easy to set up directly on your TV.
2. Docker-Based Installer
Another approach is using a Docker-based installer that simplifies sideloading Jellyfin-Tizen onto your TV using a PC.
- π GitHub Repository: Georift/install-jellyfin-tizen
π§° Requirements
- Docker installed on your PC
- Tizen TV in Developer Mode
- TV's IP address available
- Samsung Tizen SDK tools (CLI or Device Manager)
βοΈ Installation Steps
- Start the Docker-based installer:
docker run --rm ghcr.io/georift/install-jellyfin-tizen <samsung tv ip> [build option] [tag url] [certificate password]
β οΈ This method is intended for users who are comfortable using Docker.
Summary
Method | Needs PC? | Needs Developer Mode? | Ease of Use | Notes |
---|---|---|---|---|
Tizenbrew + Jellyfin | β | β | ββββ | Install directly from TV browser |
Docker Installer | β | β | βββ | Great for automation or mass-deploy |
Disclaimer
These alternative methods are community-supported and not officially affiliated with Samsung or Jellyfin. Use at your own discretion.