https://github.com/prayag17/blink
Modern Desktop Jellyfin Client made with Tauri and React :atom_symbol: [WIP]
https://github.com/prayag17/blink
jellyfin jellyfin-client mpv
Last synced: 7 months ago
JSON representation
Modern Desktop Jellyfin Client made with Tauri and React :atom_symbol: [WIP]
- Host: GitHub
- URL: https://github.com/prayag17/blink
- Owner: prayag17
- License: gpl-3.0
- Created: 2022-03-05T14:56:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-30T04:46:57.000Z (over 1 year ago)
- Last Synced: 2024-05-30T05:37:09.962Z (over 1 year ago)
- Topics: jellyfin, jellyfin-client, mpv
- Language: TypeScript
- Homepage:
- Size: 67.9 MB
- Stars: 584
- Watchers: 16
- Forks: 19
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README

![]()
![]()
![]()
![]()
###
> [!IMPORTANT]
> **JellyPlayer** has been renamed to **Blink** to avoid confusion with first party Jellyfin apps## đ Prerequisites
- Nodejs (âĨ19.1.0)
- Rust (âĨ1.76.0)
- Visual Studio C++ Build tools
- [pnpm](https://pnpm.io/)## âšī¸ Getting started
- Install Nodejs, pnpm and Rust.
> **Note** : Install Rust from
- install depencies using pnpm:```shell
pnpm install
```## đ ī¸ Development
- Running the app:
```shell
pnpm run tauri dev
```- Building the app:
```shell
pnpm run tauri build
```- other commands can be found inside the `"scripts"` inside [package.json](https://github.com/prayag17/Blink/blob/main/package.json)
## đģ Contribution
- Checkout `issues` to see currently worked on features and bugs
- Add features or fix bugs
- Create a pull request## ⨠Features
- Play any media supported by the system (DirectPlay most files on windows, mac and linux)
- Clean and minimal UI.
- Multi Jellyfin server support
- Cross Platform
- Mediainfo recognition (DolbyVision, DolbyAtoms, Dts, Hdr10+, and more...)
- Sort/Filter library items
- Queue playback support
- Intro Skip button using [jumoog/Intro-Skipper](https://github.com/jumoog/intro-skipper) plugin## đˇ Screenshots
- Home

- Title Page - Movie

- Title Page - Show

- Episode List

- Video Player

- About Dialog
## đ Roadmap
- Checkout [GitHub Project](https://github.com/users/prayag17/projects/3)
## đ Special thanks to
- [@ferferga](https://github.com/ferferga) for helping in development behind the scenes.
- All contributors of [jellyfin/jellyfin-vue](https://github.com/jellyfin/jellyfin-vue).
- And also [@jellyfin](https://github.com/jellyfin/) for creating the main service