Skip to content

📁 RenamerAPH - A Next.js web app that helps you batch rename TV show files by automatically formatting them with season and episode numbers.

Notifications You must be signed in to change notification settings

addreeh/renamer-aph

Repository files navigation

📁 RenamerAPH

A modern web application built with Next.js that simplifies the process of renaming TV show episode files. Simply paste your file names, set the season number, and get properly formatted episode names instantly.

Features

  • Batch rename multiple files simultaneously
  • Automatic episode number detection
  • Customizable season numbering
  • Preview changes before applying
  • Clean and intuitive user interface
  • No installation required - works in browser
  • Drag and drop file support

Tech Stack

  • Next.js 14
  • React
  • TypeScript
  • Tailwind CSS

Getting Started

For Users

Simply visit [your-deployed-url] and start renaming your files!

For Developers

  1. Clone this repository

    git clone https://github.com/addreeh/renamer-aph
  2. Install dependencies

    npm install
  3. Run the development server

    npm run dev
  4. Open http://localhost:3000 with your browser

Usage

  1. Paste your file names or drag and drop files into the input area
  2. Set the season number
  3. Adjust the starting episode number if needed
  4. Preview the suggested changes
  5. Copy the new names or download as a batch rename script

Example

Input:

show.episode.1.mp4
show.episode.2.mp4
show.episode.3.mp4

Output (Season 1):

Show S01E01.mp4
Show S01E02.mp4
Show S01E03.mp4

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

📁 RenamerAPH - A Next.js web app that helps you batch rename TV show files by automatically formatting them with season and episode numbers.

Topics

Resources

Stars

Watchers

Forks