I'd like to make Native Xbox app for jellyfin

This page summarizes the projects mentioned and recommended in the original post on /r/learncsharp

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • jellyfin-android

    Android Client for Jellyfin

    Have you looked at the source for the Android app (https://github.com/jellyfin/jellyfin-android)? I have a feeling a lot of the glue logic and API classes could be duplicated in c# from the kotlin source. The actual media player functionality could use any of the supported libraries for display on screen. The kotlin version looks to be using exoplayer, but I don't believe there is a port for c#. Using a media element would probably be the first approach I would try. https://github.com/videolan/libvlcsharp looks promising also. I might look at building a quick proof of concept if I can free some time up, but it wouldn't be any time soon. I'm interested in a polished product though, so if somebody else doesn't do it I might take it on.

  • LibVLCSharp

    Cross-platform .NET/Mono bindings for LibVLC

    Have you looked at the source for the Android app (https://github.com/jellyfin/jellyfin-android)? I have a feeling a lot of the glue logic and API classes could be duplicated in c# from the kotlin source. The actual media player functionality could use any of the supported libraries for display on screen. The kotlin version looks to be using exoplayer, but I don't believe there is a port for c#. Using a media element would probably be the first approach I would try. https://github.com/videolan/libvlcsharp looks promising also. I might look at building a quick proof of concept if I can free some time up, but it wouldn't be any time soon. I'm interested in a polished product though, so if somebody else doesn't do it I might take it on.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts