Open jcabello7 opened 4 years ago
@jcabello7 this app is working just fine in any Samsung Legacy TV model, running Orsay (pre-2015), aka non Tizen. You can see a list of Samsung TV models here
As for the installation guide, you can use a usb stick(should be connected to the tv at all times) or download the zip and host it on your own web server
Jellyfin Legacy Samsung app installation instructions for Windows server:
C:\inetpub\wwwroot\Widgets\jellyfin.zip (example filename)
C:\inetpub\wwwroot\widgetlist.xml
Place this information in the xml file changing the IP to your web server's IP and the filename if needed.
<rsp stat="ok">
<list>
<widget id="Jellyfin">
<title>jellyfin</title>
<compression type="zip" size="919000"/>
<description/>
<download>http://192.168.x.x/Widgets/jellyfin.zip</download>
</widget>
</list>
</rsp>
To install via USB, all you need to do is download the zip, move it to the usb, connect it to the TV and it will only install? or do we have to do some more steps?
I did try both USB and web server, it doesn't get installed, what am I doing wrong?
@kudumi make sure size value, you need to change size value
@vaxevanis Are the instruction on unpacking and repacking the download from Github perhaps not quite right? I ask because:
Is there any way to get more useful diagnostics from the TV?
OK, the key to getting the download to work is to ensure that when the zip file is repacked:
At this point, I can install and launch the app!
I am blocked in the installation process.
Did you follow the linked instructions in terms of setting up your Web server, and in terms of editing the script I provided tocontain the address of your webserver? If you did, then try using a browser to fetch your file? Use that to debug your setup.
Hey now it works! I'm so happy :-)
@ShaheedHaque I looked to the script but I was not able to use it, I'm not advanced enough for that. I strictly follow your recommendations of naming (but I already did yesterday...). I'm on windows 10, I noticed that the jellyfin server was not able to transfer the file, but I had no clue why. So I maintained a server with XAMPP (Apache) until the TV took the file.
Regarding the solution, I don't really see what I did different of yesterday, but I'll try to mention what I can in case it can help someone:
Good surprise to see that you prepared the 2.2.9 with jellyfin logos 👍 Thanks for all the efforts!
Hi friends.
I'm also interested on install this. Where can i find the 2.2.9 app? I don't find it anywhere.
Thanks in advance :-)
For anyone still commenting and trying to install the Jellyfin app on a Samsung Smart TV with the Orsay arch (pre 2015)
Login with developer account and set the "IP SETTING" to 128.199.50.45 then click "Start User App Sync"
After a few seconds the Jellyfin widget will install, it's the one from this repository. Please note that this app is very outdated and unsupported but as off today still works decently. I also still have friends with (old) samsung tv's watching movies like this ;)
For usb install just download the zip file and place it in a subdirectory to sideload offline http://128.199.50.45/Widgets/Jellyfin_2.2.5b_Europe_20210518.zip
Please also note that jellyfin behind reverse proxy + certificate will likely not work on most older tv's without being creative like creating another reverse proxy (ex. insecure.jellyfin.mydomain.tld:80)
It's working? There are any guide about how to install? There are binaries compiled? Thanks in advance and great work!