616cf987e2fa3a0db95548a6a1a42f6d3fcebc4d
Delfin 
Stream movies and TV shows from Jellyfin.
Downloads are available at delfin.avery.cafe.
Features/Roadmap
The following features are currently implemented or planned:
- Direct playback
- Movie collections
- TV show collections
- Jellyscrub (scrubber thumbnails) plugin support
- Intro Skipper plugin support
- Music collections (planned)
- Live TV (planned)
- Library search (planned)
- Syncplay (planned)
- Transcoded playback (planned)
These features aren't planned at the moment (but maybe in the future):
- Managing your collections
- Server administration
- Book collections
Development Setup
- Install pre-commit hooks with
pre-commit install
meson setup build && cd build
meson compile
./delfin/delfin
Mold Linker
Using the mold linker is recommended, as it
can significantly speed up compile times. To use it, create a file at
.cargo/config.toml
in the root of this repository with the following contents:
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"]
Translations
Contributions to translations are welcome on Weblate.

Description
Languages
Rust
75%
Fluent
19.3%
C
4%
SCSS
0.9%
Meson
0.7%