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

Repository files navigation

Show Renamer

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

some.random.movie.2010.1080p.blueray.x264 --> Some Random Movie (2010)
some.random.tv.show.s01e01.1080p.bluray.x264 --> Some Random TV Show - S01E01 - {episode name}

Showcase

ShowRenamer GUI

Usage

  1. Download the latest jar from the releases
  2. Double click to run the jar
  3. If step 2. doesn't work, try running from command line using: java -jar JAR_NAME.jar

Local development

Uses JDK 20

  1. Fork this repository, and clone it using "git clone"
  2. Create an account for themoviedb.org, and get an API key
  3. Copy the file: api_keys.default.properties to /src/main/resources/properties/api_keys.properties. And update it with your api key
  4. Install & run using maven: mvn clean install javafx:run

License

GNU General Public License v3.0