|
1 | 1 | # FlickFix |
2 | 2 |
|
3 | | -**Automatically scan, repair, quality-check, and compress your movie and TV library — with a clean web GUI, GPU-accelerated x265, and no command line required.** |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
4 | 8 |
|
5 | | -FlickFix is a full media-maintenance system built on PowerShell with a modern web-based GUI. It scans movie and TV libraries for corruption, repairs damaged video files, evaluates quality, and intelligently compresses your library with FFmpeg and x265 (HEVC) — including hardware acceleration on NVIDIA, AMD, and Intel GPUs. Everything runs locally from a clean, themeable interface. |
| 9 | +**Automatically scan, repair, quality-check, and batch-compress your Plex or Jellyfin movie and TV library — with a clean web GUI, GPU-accelerated x265 (HEVC), and no command line required.** |
| 10 | + |
| 11 | +FlickFix is a full media-maintenance system built on PowerShell with a modern web-based GUI. It scans Plex, Jellyfin, and Emby media libraries for corruption, repairs damaged video files, evaluates quality, and intelligently compresses your library with FFmpeg and x265 (HEVC) to reduce file size — including hardware-accelerated transcoding on NVIDIA, AMD, and Intel GPUs. Everything runs locally from a clean, themeable interface. |
6 | 12 |
|
7 | 13 |  |
8 | 14 |
|
9 | 15 | --- |
10 | 16 |
|
| 17 | +## Quick Start |
| 18 | + |
| 19 | +```powershell |
| 20 | +git clone https://github.com/captincrum/flick-fix.git |
| 21 | +cd flick-fix |
| 22 | +pwsh web/server.ps1 # or: powershell web/server.ps1 on Windows PowerShell 5.1 |
| 23 | +``` |
| 24 | + |
| 25 | +The GUI opens automatically in your default browser — no install, no console window. Point it at your library, pick a mode, and go. |
| 26 | + |
| 27 | +--- |
| 28 | + |
11 | 29 | ## Features |
12 | 30 |
|
13 | 31 | ### 🎨 Themeable, Collapsible Interface *(new in 2.8)* |
|
0 commit comments