jellyfin / jellyfin-uwp

UWP Client for Jellyfin
https://jellyfin.org
GNU General Public License v2.0
65 stars 30 forks source link

Client abandoned? #25

Closed M0ssTee closed 2 years ago

M0ssTee commented 3 years ago

Is further development planned for this client? I was disappointed to see the lack of a Jellyfin app in the Microsoft Store; I was hoping to use my Xbox as a client device. Using the web client in the browser(on the Xbox) leaves large black bars vertically and horizontally around the video, and it would be more convenient to use an app. I am willing to help however I can, although I am not experienced with C# and UWP.

Clickbaitcake commented 3 years ago

Switch to Plex, it’s for the best.

On Tue, Oct 12, 2021 at 6:55 pm, M0ssTee @.***> wrote:

Is further development planned for this client? I was disappointed to see the lack of a Jellyfin app in the Microsoft Store; I was hoping to use my Xbox as a client device. Using the web client in the browser(on the Xbox) leaves large black bars vertically and horizontally around the video, and it would be more convenient to use an app. I am willing to help however I can, although I am not experienced with C# and UWP.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

sshirley commented 2 years ago

I'd also like to know the current status of this. I am not experienced with UWP but I do know C# and .NET. Why was this pulled from the Microsoft store? What is there actually to do at this point?

joshuaboniface commented 2 years ago

I believe the client was abandoned yes because we had no one who:

(a) had an XBox and interest in using the client; and (b) who was willing and able to develop it further.

Until we find someone who can satisfy those two it's dead in the water, but if you are interested we'd gladly welcome the help. I'm not sure what state the client is in though, or what the last activity was; the commit history might shed light and feel free to ping anyone who worked on it in the past. You can also join us on Matrix (#jellyfin-dev:matrix.org) to see if anyone knows!

We're also willing to get it published but if it was pulled, I believe it was due to it not working.

Protektor-Desura commented 2 years ago

Last I heard when the server was updated the client stopped being able to login. I believe someone posted that they got that fixed but no idea if they ever submitted a patch or not.

https://www.reddit.com/r/jellyfin/comments/r1dvz1/jellyfin_for_xbox_uwp_required_work/

Here is part of the problem.

https://github.com/jellyfin/jellyfin-uwp/blob/4f07e8e3045dcff0572d9a77579987fb45b79e08/Jellyfin/Views/OnBoarding.xaml.cs#L102

https://github.com/jellyfin/jellyfin-uwp/commit/837666b98a2de8b505f60c584e323ad652a48774

anthonylavado commented 2 years ago

I'll release an update but it's way lower priority at the moment. There's no active developers for this as well, so it's not great.

strazto commented 2 years ago

Looks like https://github.com/jellyfin/jellyfin-uwp/issues/25#issuecomment-1031663922 was resolved by #26

Also, from @anthonylavado

I'll release an update but it's way lower priority at the moment. There's no active developers for this as well, so it's not great.

Do you mean you'll re-publish it to the UWP store?

anthonylavado commented 2 years ago

@matthewstrasiotto That's the plan, after the webOS app for LG TVs.

AstieLuv commented 2 years ago

Any chance the client could be re-published? It seems that everything has been resolved and things are hanging on #27

Protektor-Desura commented 2 years ago

@matthewstrasiotto That's the plan, after the webOS app for LG TVs.

Well WebOS app is in the store now. Is this client now on your list of TO-DO?

AstieLuv commented 2 years ago

@anthonylavado Are you able to re-publish the app to the store? It seems a waste that all the code is seemingly here but the app is inaccessible to the public, and as much as Edge somewhat works on Xbox, it's lacklustre at best.

anthonylavado commented 2 years ago

It is on the list, please hold a little bit more (about a week out)

Killerherts commented 2 years ago

@anthonylavado Are you able to re-publish the app to the store? It seems a waste that all the code is seemingly here but the app is inaccessible to the public, and as much as Edge somewhat works on Xbox, it's lacklustre at best.

Currently navigation is broken I have a fork branch that switches it to mouse control everything seems to function. Direct play is only supported up to bitrate of 12.4.

anthonylavado commented 2 years ago

@Killerherts If you've got that in your branch, I'll happily accept the fix in a Pull Request 😄

ghost commented 1 year ago

Any update regarding this fork?

Killerherts commented 1 year ago

Any update regarding this fork

There is not much to update it just a web wrapper a native client needs to be made I have worked on some stuff but have not had enough time to dedicate.