jellyfin / jellyfin-tizen

Jellyfin Samsung TV Client
https://jellyfin.org
925 stars 72 forks source link

Build Tizen app on windows #126

Open larsss83 opened 2 years ago

larsss83 commented 2 years ago

Hi. I'm trying to build the Tizen app for my Samsung tv on my Windows machine but i'm having some problems..

I'm using this guide: https://github.com/jellyfin/jellyfin-tizen/wiki/Build-on-Windows

It seems to go fine until I reach: "Make sure you select the appropriate Certificate Profile in Tizen Certificate Manager. This determines which devices you can install the widget on.

tizen.bat build-web -e "." -e gulpfile.js -e README.md -e "node_modules/" -e "package*.json" -e "yarn.lock""

I can't find the Tizen.bat file.. There is a Tizen.js but when I run that I get an error saying "console is not defined".. If I edit out the console I get "localstorage is not defined"

I am assuming I'm running this in the jellyfin-tizen folder?

dmitrylyzo commented 2 years ago

All tools (yarn, node, tizen) are assumed to be added to the PATH environment variable.

https://github.com/jellyfin/jellyfin-tizen/issues/97#issuecomment-991887155