Skip to content

Commit 164e90e

Browse files
committed
Added LICENSE and updated README
1 parent 9c1c88a commit 164e90e

2 files changed

Lines changed: 41 additions & 2 deletions

File tree

LICENSE.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2026 captincrum
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,31 @@
11
# FlickFix
22

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+
![Platform](https://img.shields.io/badge/platform-Windows-blue)
4+
![PowerShell](https://img.shields.io/badge/PowerShell-5.1%2B-5391FE?logo=powershell&logoColor=white)
5+
![Tests](https://img.shields.io/badge/tests-175%20unit%20%7C%20188%20UI-brightgreen)
6+
![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen)
7+
![License](https://img.shields.io/badge/license-MIT-green)
48

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.
612

713
![FlickFix dashboard — scan, repair, and x265 compress your Plex or Jellyfin library with GPU acceleration and no command line required](assets/hero.png)
814

915
---
1016

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+
1129
## Features
1230

1331
### 🎨 Themeable, Collapsible Interface *(new in 2.8)*

0 commit comments

Comments
 (0)