• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support General Questions Jellyfin on Samsung TV (Tizen))

    Pages (2): « Previous 1 2

     
    • 0 Vote(s) - 0 Average

    Jellyfin on Samsung TV (Tizen))

    Serge K
    Offline

    Member

    Posts: 138
    Threads: 9
    Joined: 2023 Nov
    Reputation: 0
    Country:Ukraine
    #11
    2023-12-24, 12:11 PM
    yes - try to transfer wgt
    S7ewie
    Offline

    Junior Member

    Posts: 17
    Threads: 5
    Joined: 2023 Dec
    Reputation: 0
    Country:United Kingdom
    #12
    2023-12-24, 01:53 PM
    Thanks all, managed to get it working by following this one.
    Yababakets
    Offline

    Junior Member

    Posts: 17
    Threads: 1
    Joined: 2023 Dec
    Reputation: 2
    #13
    2023-12-28, 12:05 PM
    Hey,

    I have been trying to remember the exact steps because it took me about 1.5h to install it on tizen tv ( it was a struggle ) and in the end it wasn't worth it because it was running poorly so after that I just wanted to forget about it. I ran into same problem like you and some other errors.


    I ended up folowing this tutorial (keep in mind every step like restarting tv and so on is important) :


    To install Jellyfin on your Samsung TV, you must have Tizen Studio with CLI and one of the .wgt files from a release. Here’s what to do:

    Install Tizen Studio with CLI via tizen.org/development/tizen-studio/download on your Windows, macOS, or Ubuntu computer.
    Go to github.com/jeppevinkel/jellyfin-tizen-builds/releases and get the Jellyfin.wgt file from the latest release.

    Enable Developer Mode on your TV by following Samsung’s official guide, or use these steps:
    Press the Smart Hub or Home button on your TV remote, then navigate to the Apps
    Press 1, 2, 3, 4, and 5 on your remote. It should open the Dev Mode configuration window.
    Switch Developer Mode to “On,” then enter the host computer’s IP address.
    Restart your Samsung Smart TV by holding the Power button for 2-5 seconds.

    Launch Tizen Studio from your desktop. Go to the Tools tab and select Device Manager.
    Or, launch Tizen Studio Device Manager from the C:\\ > tizen-studio > tools > device-manager > bin
    Navigate to the Remote Device Manager window, click the + icon, then assign a name, enter the IP address and Port (26101 by default) for your Samsung Smart TV, and click Add.
    You can find your TV name (Device ID) in Tizen Studio Device Manager or by using the “sdb devices” command in the attached terminal.

    Open a command prompt or terminal window in the C:\tizen-studio\tools\ide\bin
    Install the Jellyfin for Tizen package using the following command:
    tizen install -n Jellyfin.wgt -t <TV name> OR .\tizen install -n Jellyfin.wgt -t <TV name>

    If installing the pre-release version, change it to Jellyfin-prerelease.wgt or rename the file.
    Alternatively, right-click on your TV name in Device Manager, and select Permit to install applications. Then, right-click again, select Install app, and pick the .wgt file from the explorer window.

    ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


    I used LAN cable to connect my laptop to the tv and then I turned off wifi (so no internet ) when I ran the Tizen Studio Device Manager for the first time Windows asked permission for sdb.exe and I allowed it.

    The Smart Development Bridge (SDB) is a device management tool included in the Tizen SDK: The SDB manages multiple device connections. You can list connected devices and send a command to a specific device with a serial number that is created by the SDB.

    Also I have to try different versions of jellyfin for tizen until one finally worked.

    I do apologies for not being more helpfull.
    FinusBeto
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2024 Sep
    Reputation: 0
    Country:Brazil
    #14
    2024-09-12, 02:15 PM
    Try to intall by this instructions:

    https://github.com/Georift/install-jelly...me-ov-file

    It´s wWorked very well on my TVs.
    Piece of cake!!!
    MrLarkins
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2025 Jan
    Reputation: 0
    #15
    2025-01-09, 02:53 AM (This post was last modified: 2025-01-09, 05:30 PM by MrLarkins. Edited 6 times in total.)
    Piggybacking on this thread.

    I'm worse than a newb, but I love a challenge.  I've recently discovered Jellyfin for my media.  I have it running on an old HTPC.  It was easy enough to install, port forward to in the router, etc.  No problems there.  

    I then tried to install the Jellyfin app on my Samsung tv.  after hours of following tutorials, I've managed to get the app installed on my tv, but it doesn't work.  When I open the app it says:
    "Unable to load page  file: ///index.html  blah blah

    no where in the installation process did I tell the samsung app the ip of the jellyfin server.  How can I add it after the fact?  During this whole installation process I used my desktop computer (tizen install, git install, node install, ), not the HTPC.

    the Jellyfin app is on the samsung tv, but it can't find the jellyfin server on my htpc.  I don't get the screen that asks to add a server.

    please help and keep it simple.  I just learned what a powershell is!
    EDIT: I am trying to reinstall and I've gotten to the point where i type this into the powershell
    Code:
    npm ci --no-audit
    and at the end it has 1 error, maybe this is the culprit
    Code:
    ERROR in ./components/images/blurhash.worker.ts
    Module build failed (from ../node_modules/worker-loader/dist/cjs.js):
    TypeError: The 'compilation' argument must be an instance of Compilation
        at getCompilationHooks (C:\users\mrlar\Desktop\jellyfin\jellyfin-web\node_modules\webpack\lib\javascript\JavascriptModulesPlugin.js:143:10)
        at C:\users\mrlar\Desktop\jellyfin\jellyfin-web\node_modules\webpack\lib\javascript\ArrayPushCallbackChunkFormatPlugin.js:41:19
        at Hook.eval [as call] (eval at create (C:\Users\mrlar\Desktop\Jellyfin\jellyfin-web\node_modules\tapable\lib\HookCodeFactory.js:19:10), <anonymous>:7:1)
        at Hook.CALL_DELEGATE [as _call] (C:\Users\mrlar\Desktop\Jellyfin\jellyfin-web\node_modules\tapable\lib\Hook.js:14:14)
        at Compiler.newCompilation (C:\Users\mrlar\Desktop\Jellyfin\jellyfin-web\node_modules\webpack\lib\Compiler.js:1108:30)
        at C:\Users\mrlar\Desktop\Jellyfin\jellyfin-web\node_modules\webpack\lib\Compiler.js:1153:29
        at Hook.eval [as callAsync] (eval at create (C:\Users\mrlar\Desktop\Jellyfin\jellyfin-web\node_modules\tapable\lib\HookCodeFactory.js:33:10), <anonymous>:6:1)
        at Hook.CALL_ASYNC_DELEGATE [as _callAsync] (C:\Users\mrlar\Desktop\Jellyfin\jellyfin-web\node_modules\tapable\lib\Hook.js:18:14)
        at Compiler.compile (C:\Users\mrlar\Desktop\Jellyfin\jellyfin-web\node_modules\webpack\lib\Compiler.js:1148:28)
        at Compiler.runAsChild (C:\Users\mrlar\Desktop\Jellyfin\jellyfin-web\node_modules\webpack\lib\Compiler.js:548:8)
    @ ./components/images/imageLoader.js 21:0-42 27:17-23
    @ ./scripts/libraryMenu.js
    @ ./scripts/site.js

    webpack 5.70.0 compiled with 1 error and 1 warning in 61438 ms
    node:child_process:957
        throw err;
        ^

    Error: Command failed: webpack --config webpack.prod.js
        at genericNodeError (node:internal/errors:983:15)
        at wrappedFn (node:internal/errors:537:14)
        at checkExecSyncError (node:child_process:882:11)
        at execSync (node:child_process:954:15)
        at Object.<anonymous> (C:\users\mrlar\Desktop\jellyfin\jellyfin-web\scripts\prepare.js:11:5)
        at Module._compile (node:internal/modules/cjs/loader:1739:14)
        at Object..js (node:internal/modules/cjs/loader:1904:10)
        at Module.load (node:internal/modules/cjs/loader:1473:32)
        at Function._load (node:internal/modules/cjs/loader:1285:12)
        at TracingChannel.traceSync (node:diagnostics_channel:322:14) {
      status: 1,
      signal: null,
      output: [ null, null, null ],
      pid: 14052,
      stdout: null,
      stderr: null
    }

    Node.js v23.6.0
    npm ERR! code 1
    npm ERR! path C:\users\mrlar\Desktop\jellyfin\jellyfin-web
    npm ERR! command failed
    npm ERR! command C:\Windows\system32\cmd.exe /d /s /c node ./scripts/prepare.js

    npm ERR! A complete log of this run can be found in: C:\Users\mrlar\AppData\Local\npm-cache\_logs\2025-01-09T17_20_46_894Z-debug-0.log


    Attached Files Thumbnail(s)
       
    Ubaldo Aguilar
    Offline

    Junior Member

    Posts: 3
    Threads: 0
    Joined: 2025 Jan
    Reputation: 0
    #16
    2025-01-22, 07:32 PM (This post was last modified: 2025-01-22, 07:55 PM by Ubaldo Aguilar. Edited 1 time in total.)
    Hi, I updated my Samsung TV, and Jellyfin no longer appears, and it won't let me reinstall it. Any solution?"
    Hola actualice mi tv samsung y ya no aparece jellyfin y no me permite instalarla nuevamente, alguna solución
    Georgi Todorov
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2025 May
    Reputation: 0
    #17
    2025-05-07, 12:22 PM
    Guys, any idea why we can't publish the app to the Tizen App Store?
    Pages (2): « Previous 1 2

    « Next Oldest | Next Newest »

    Users browsing this thread: 4 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode