From b542f13f21a95a0bb7dc204b93b1fb453cdfcb2f Mon Sep 17 00:00:00 2001 From: Jarian Cottingham Date: Wed, 18 Feb 2026 20:54:34 -0600 Subject: [PATCH] Add README.md with project documentation --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/README.md b/README.md index e69de29..fc25c88 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,30 @@ +# MovieMapper + +A desktop application for organizing and managing movie and TV show collections. + +## Features + +- Browse and scan directories for media files +- Search TV shows using TheTVDB API +- View show details, seasons, and episodes +- Rename files by clicking on the file name +- Display video durations in mm:ss format + +## Installation + +1. Clone the repository +2. Install dependencies: `npm install` +3. Run the application: `npm start` or `electron .` + +## Dependencies + +- Electron +- fluent-ffmpeg (for video duration detection) +- TheTVDB API integration + +## Usage + +1. Click "Select Directory" to choose a folder containing media files +2. The application will scan the directory and display media files with their durations +3. Click on any file name to rename it +4. Use the search functionality to find TV shows and their details \ No newline at end of file