Movie Organizer is a cross-platform desktop application built with Tauri, Rust, React, and TypeScript for managing movies.
- OMDB api key
✅ Auto fetch poster/metadata using OMDB API.
✅ Sanitize and clean our folder name.
✅ TOML-based configuration.
❌ Right click open location with file manager
❌ Play movie within the app
❌ Multi library suport
First install the dependencies
{pnpm, yarn, npm} install
then run
{pnpm, yarn} tauri dev or npm run tauri dev