Skip to content

Renames movies and tv shows in the format the user has specified

License

Notifications You must be signed in to change notification settings

c-eg/ShowRenamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Show Renamer

Renames movie and tv show file names to a much nicer format.

Example

Before After
Movie some.random.movie.2010.1080p.blueray.x264 Some Random Movie (2010)
TV Show some.random.tv.show.2010.s01e01.1080p.bluray.x264 Some Random TV Show (2010) - S01E01 - Episode Name

Showcase

ShowRenamer GUI

Features

  • Renames movies, tv shows and tv show episodes
  • Works with files and directories
  • Custom rename formats
  • File type filtering

Usage

  1. Currently requires downloading Amazon Corretto JDK 17. This is a planned fix for the future.
  2. Download the latest jar from the releases
  3. Double click to run the jar
  4. If step 2. doesn't work, try running from command line using: java -jar JAR_NAME.jar

Local Development

Prerequisites

  • JDK 17 (Amazon Corretto)

Setup

  1. Fork this repository, and clone it using "git clone"
  2. Create an account for themoviedb.org, and get an API key (currently version 3)
  3. Go to the properties file /src/main/resources/properties/show-renamer.properties, and update it with your api key
  4. Install using maven: mvn clean install
  5. Run using uk.co.conoregan.showrenamer.ShowRenamerLauncher.main

Helpful Tools

  • SceneBuilder is a fanstastic tool to create user interfaces for JavaFX

License

GNU General Public License v3.0