Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to compile? #1

Open
phirestalker opened this issue Nov 10, 2020 · 5 comments
Open

How to compile? #1

phirestalker opened this issue Nov 10, 2020 · 5 comments

Comments

@phirestalker
Copy link

I installed Tizen studio and tried to compile the application. There are more than 2000 warnings. One of them says $ is not defined. I see jquery in the project folder, but I guess tizen studio is not picking it up?

Is there any way I can just get a compiled version from you?

@ChessDragon136
Copy link
Owner

Ok first off I'm surprised you've even found this - this was just my bit of fun project on and off - I think JellyFin has a proper client now which is a re-compile of their web interface.

The 1000's of warning are due to my lazyness to clean the code from when it was used in the Orsay app. I think the majority are either function undefined due to how JS compiles and variable already defined where it's just badly coded. The program should compile with these warnings. JQuery is initialised on the TV device itself, and this is one of those instances where I have never got the development system to truly reflect the device.

As for pre-compiled I can't as the pre-compile includes your Samsung Dev Account security certs that you need to register with the serial numbers from the TV's you wish to install it on.

@phirestalker
Copy link
Author

Where can I find the client from Jellyfin? On their website it says coming soon or something.

Also, I did get it compiled and installed, but the screen comes up with only the time in the upper right corner and I cannot quit the app.

@ChessDragon136
Copy link
Owner

https://github.com/jellyfin/jellyfin-tizen

As for that error - sounds like a bug likely in the creation of the config file - Sadly right now I have little time to hunt down, I havent worked on this in months - sorry.

@phirestalker
Copy link
Author

I'll look at their client. Thank you

@ChessDragon136
Copy link
Owner

I had a quick brainwave and realised that I had hard coded my emby server ip for testing pruposes - if you want to give it a go in the tizen studio main.js edit testserver right near the top of the file to your ip:port

But in honesty, if you just want something that works I'd stick to the one in the link!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants