A local movie and TV show library manager and player with support for curated collections.
See the showcase directory for more images.
-
Scan and index any number of local directories for media files
-
Fast search across your library with filtering and sorting options
-
Automatic collections with customizable rules and smart population
-
Playlist creation, temporary selection mode, and playlist saving
-
Comments, notes, and metadata management for videos
-
Wishlist support for tracking media to watch later
-
Fetch extra metadata from use selected sources
-
Fully customizable keybindings for actions throughout the app
Take a look at the documentation for more.
Note that Kino relies on Gstreamer for video playback. You can install gstreamer by following the instructions here
Pre-built packages for can be found on the releases page
cargo install --git https://github.com/EmmanuelDodoo/kino.git
git clone https://github.com/EmmanuelDodoo/kino.git
cd kino
cargo build --release
./target/release/kino
Much thanks to
-
jazzfool for both their work on iced_video_player and jangal which provided some inspiration.
Feel free to leave any feedback via an issue or pull request.