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.
- 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
- Next.js 14
- React
- TypeScript
- Tailwind CSS
Simply visit [your-deployed-url] and start renaming your files!
-
Clone this repository
git clone https://github.com/addreeh/renamer-aph
-
Install dependencies
npm install
-
Run the development server
npm run dev
-
Open http://localhost:3000 with your browser
- Paste your file names or drag and drop files into the input area
- Set the season number
- Adjust the starting episode number if needed
- Preview the suggested changes
- Copy the new names or download as a batch rename script
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
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.