A native GTK3 application for browsing and launching your local film collection. Requires a TMDB API key to fetch film details.
- Poster Grid: Browse your film collection with cover art scraped from TMDB
- Metadata: View cast, crew, ratings, plot summaries, and more
- Filtering: Filter by genre and year
- Sorting: Sort by title, year, rating, date added
- External Player: Launch films in your preferred video player
- Manual Matching: Fix incorrect matches or identify unrecognized films
Using an AUR helper:
yay -S reelvaultDownload the .deb from GitHub Releases, then install it:
sudo apt install ./reelvault_*.debDownload the .rpm from GitHub Releases, then install it:
sudo dnf install ./reelvault-*.rpmreelvaultOn first run, you'll be prompted to:
- Enter your TMDB API key (get one free at https://www.themoviedb.org/settings/api)
- Add your film library directories
The config file is stored here: ~/.config/reelvault/config.ini
The search bar supports simple key:value tokens:
actor: Nickorcast:nick(search cast/actors)plot: kidnapping(search plot/overview text)title: dune(search title explicitly)
You can combine tokens and plain text. Plain text searches the title.
Examples:
actor:"Jason Momoa" dune
plot:"time travel"
title: alien
- GTK 3.0
- SQLite 3
- libcurl
- json-c
sudo pacman -S base-devel gtk3 sqlite curl json-csudo apt install build-essential pkg-config libgtk-3-dev libsqlite3-dev libcurl4-openssl-dev libjson-c-devmake./reelvaultMIT
- A lightweight speech to text implementation Auriscribe
- A full featured AI application ChatGTK
- A Markdown notes application for your system tray TrayMD
- Try my AI panel plugin for XFCE XFCE Ask
