Thanks to visit codestin.com
Credit goes to github.com

Skip to content

🎬 Smart TV series file renamer with pattern recognition. Beautiful CLI tool for mass renaming video files with 10+ naming patterns, real-time analysis, and safe preview mode.

Notifications You must be signed in to change notification settings

AlexArtaud-Dev/mrename

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🎬 mrename

A beautiful command-line tool to mass rename your TV series files with smart pattern recognition

✨ Features

  • πŸ” 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

πŸš€ Quick Start

# Compile the program
gcc -o mrename mrename.c

# Run in current directory
./mrename

# Or specify a directory
./mrename /path/to/your/tv/shows

πŸ“– How It Works

  1. Scan πŸ“ - Finds all video files in your directory
  2. Analyze πŸ” - Tests 10 different naming patterns
  3. Choose 🎯 - Pick the best matching pattern
  4. Preview πŸ‘€ - See exactly what will be renamed
  5. Rename ✨ - Transform your messy files into clean names

🎭 Supported Patterns

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

πŸ“ Supported Video Formats

.mkv .mp4 .avi .mov .wmv .flv .webm .m4v .mpg .mpeg .ts .m2ts

πŸ’‘ Example

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

πŸ› οΈ Requirements

  • GCC compiler
  • Linux/Unix system
  • Terminal with color support

πŸ“œ License

Feel free to use and modify! πŸŽ‰


Made with ❀️ for TV show enthusiasts

About

🎬 Smart TV series file renamer with pattern recognition. Beautiful CLI tool for mass renaming video files with 10+ naming patterns, real-time analysis, and safe preview mode.

Topics

Resources

Stars

Watchers

Forks