First draft for a Tizen implementation #672
Replies: 3 comments 5 replies
|
Hi, that's amazing great work. Had a small look at the changes they seem to not be that breaking to the original code. So by all means we could create a PR and merge this into the main repository. I'm also working on the assumption that we need samsungs flutter sdk to build the tpk file? |
|
@popdollar @PartyDonut I created this tool Jellyfin2Samsung for easy installing Jellyfin and forks to Tizen, right now it contains the official branch and some forks, I'd love to include your TPK or WGT releases as well once you have it working, that way we can bring Fladder to a broader public cause the tool takes care of the signing process and installing process and everything else you normally would have to do with Tizen Studio. If you are okay with that please let me know and I'll add it |
|
Hi, are there any plans to update the Tizen port to Fladder 0.10.x? Is the project still being maintained, and if so, is there a rough timeframe for the update? Thanks! |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Tizen - Samsung TV
I've spent most of my free time over the holidays trying to port Fladder to Tizen.
I think I've mostly succeded. There are still some funky stuff and it is by no means finished, but since my days off are coming to an end I figured I could give people a quick heads up of the progress.
Right now it is in a working state, so much that I've used it as my main client for Jellyfin the past few days. There are times when a restart of the current video is needed especially with stuff that need transcoding.
I don't want to open a pull request since none of this have been tested with any other devices only a samsung S90C.
I for that reason just want to let people know this exists and people can use this in however way they want.
I'll just link to the fork branch I've been working on:
link to fork branch
There is a small installation guide in a readme in the tizen folder
Disclaimers
I've only focused on movies and video. I have not tested anything else, so mileage may vary.
I was/am completely new to dart and flutter, so there have been used AI for the creation of this.
I've tried to only add and change existing as little as possible, but some things have been modified.
All reactions