Open CreaGab opened 2 days ago
What exactly didn't work? I guess you ran the commands for the command prompt, not PowerShell.
from Wiki Commands in this guide are for Windows Command Prompt or Batch files. Most of them will work in Windows PowerShell. Special cases will be in collapsible command blocks.
Hi, I had trouble following the instructions from the main page and from the wiki.
The instruction for Windows simply doesn't work.
I had to install WSL and run the commands in ubuntu and then continue the Tizen command on native PowerShell.
I did following:
Install Tizen Studio + TV and Cert Add-On on Windows Host machine
Create certificate for your TV and connect your TV to your PC.
Install and RUN WSL and install + update NodeJS, git and npm
Create working directory (example mkdir /mnt/c/Jellyfin/)
Run
git clone -b release-10.10.z https://github.com/jellyfin/jellyfin-web.git
ANDgit clone https://github.com/jellyfin/jellyfin-tizen.git
You should now have 2 directories on your C drive.
Now run
Then run this
Now you should have a www folder in the directory jellyfin-tizen
Now you have to add 2 directories from the Tizen-Studio to your Windows PATH for the next command to work. (INSTRUCTIONS) C:\tizen-studio\tools\ide\bin C:\tizen-studio\tools
With these two directories in PATH, you can now execute tizen commands everywhere without .\tizen prefix.
Before entering any new command for tizen please restart your Powershell.
Now go to your working directory example (cd C:\Jellyfin\jellyfin-tizen)
Enter this command to build package
Run the Device Manager and connect your TV using the previous instructions.
Authorize sideloading apps in the Device Manager by right clicking your model and then selecting "permit to install applications"
Now you can run this command to transfer the application to your TV
tizen install -n Jellyfin.wgt
Now you can start Jellyfin from the app-store!