A beautiful command-line tool to mass rename your TV series files with smart pattern recognition
- π Smart Pattern Detection - Automatically detects 10 different naming patterns
- π Visual Analysis - Beautiful colored tables showing match rates
- π― High Accuracy - Pattern matching with detailed statistics
- π Fast Performance - Scans thousands of files in seconds
- π« Safe Preview - See changes before applying them
- π¨ Beautiful Interface - Colorful terminal output with emojis
# Compile the program
gcc -o mrename mrename.c
# Run in current directory
./mrename
# Or specify a directory
./mrename /path/to/your/tv/shows- Scan π - Finds all video files in your directory
- Analyze π - Tests 10 different naming patterns
- Choose π― - Pick the best matching pattern
- Preview π - See exactly what will be renamed
- Rename β¨ - Transform your messy files into clean names
| Pattern | Example | Description |
|---|---|---|
| Standard | S01E05 |
Classic format |
| Alternative | 1x05 |
Alternative numbering |
| Episode Only | Episode 5 |
Just episode numbers |
| And 7 more! | Covers almost any format |
.mkv .mp4 .avi .mov .wmv .flv .webm .m4v .mpg .mpeg .ts .m2ts
Before:
The.Office.S01E01.720p.WEB-DL.x264.mkv
the_office_1x02_hdtv.avi
TheOffice-S1E3-HDTV.mp4
After:
The Office S01E01.mkv
The Office S01E02.avi
The Office S01E03.mp4
- GCC compiler
- Linux/Unix system
- Terminal with color support
Feel free to use and modify! π
Made with β€οΈ for TV show enthusiasts