FluentFin
FluentFin copied to clipboard
๐บ FluentFin
Welcome to FluentFin, a simple and user-friendly native Jellyfin client built with Windows App SDK and C# for window 10 and 11. If you're looking for an alternative to other Jellyfin clients, we hope you'll find FluentFin to be a useful addition to your media streaming toolbox.
๐ Features
- ๐ Skip Intro / Credits Support
- ๐ผ๏ธ Trickplay images: The new golden standard for chapter previews when seeking.
- ๐ฅ Multiple server/users: Seamlessly switch between multiple servers.
- ๐ฅ๏ธ Local connection handling: use internal network address / public address based on current network.
- ๐๏ธ Transcoding and Direct Play
๐งช Experimental Features
- ๐ก๏ธ Jellyfin Dashboard: manage jellyfin server directly from the application.
- ๐บ Media Segments Editor: requires jellyfin-plugin-ms-api and Intro Skipper plugins.
- ๐ก Remote Controllable
- ๐จโ๐ฉโ๐งโ๐ฆ Sync Play
๐ Getting Started
Prerequisites
- Ensure you have an active Jellyfin server.
๐ Contributing
We welcome any help to make FluentFin better. If you'd like to contribute, please fork the repository and submit a pull request. For major changes, it's best to open an issue first to discuss your ideas.
Development info
- Use Visual Studio 2022 with .NET Desktop Development workload and Windows App SDK C# Templates
- All files generated by the application will go to C:\Users<username>\AppData\Local\FluentFin
๐ Credits
FluentFin is not affiliated with Jellyfin. The app is built with Windows App SDK, and other open-source libraries.
I'd like to thank the following people and projects for their contributions to FluentFin:
- jellyfin-sdk-csharp for the C# SDK.
- CommunityToolkit Windows