Jellyfin Forum
Tellyfin - Jellyfin for your TV/HTPC - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Development (https://forum.jellyfin.org/f-development)
+--- Forum: Client Development (https://forum.jellyfin.org/f-client-development)
+--- Thread: Tellyfin - Jellyfin for your TV/HTPC (/t-tellyfin-jellyfin-for-your-tv-htpc)



Tellyfin - Jellyfin for your TV/HTPC - GhostInTheMachine - 2024-09-11

I'm working on a project that's mostly for personal use, but it fills a niche that is kind of unique (except for Kodi): it's a Jellyfin client (and will-be game launcher, music player, and custom UI) for TVs/HTPCs with a UI heavily inspired by the XMB.

Currently the features are pretty light:
  • Plays back videos without transcoding thanks to MPV
  • Bitstreams audio to an AV Receiver (option to disable and decode before sending coming soon)
  • Browses TV Shows, Films/Movies, Music, and combined library folders (others coming soon, I just don't have any other library content types to test with yet)
    • Includes overview/description and format information.
    • TV Shows are displayed in a long list with a sort-of tab-row to jump between seasons.
    • Music doesn't play yet, but I have a player system in the works that's at 90% completion.
  • Scene/Chapter selection UI (within player)
  • An animated background for when no video is playing This is currently “decommisioned” due to the move to Electron.

There's some things that appear in settings but don't change, such as UI sounds, but the default ones are pleasant.

If you like it in it's current state or want to contribute, I encourage you to! (In fact, I could do with a hand from people who know Jellyfin better than me!)

Currently I'm working on signing in through the GUI and caching of UserViews.

The project is licensed under AGPLv3, with some libraries and a few bits here and there that are plain GPLv3.

Repo: Github

Screenshots

[Image: Video.png]

[Image: TV_Shows_1.png]

[Image: Episodes.png]