Renames movie and tv show file names to a much nicer format.
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 |
- Renames movies, tv shows and tv show episodes
- Works with files and directories
- Custom rename formats
- File type filtering
- Download the latest release
- Install & run
-
- then add the modules in your VM options, e.g.
--module-path "C:\Program Files\javafx-sdk-23.0.2\lib" --add-modules javafx.controls,javafx.fxml
- Create an account for themoviedb.org, and get an API key (currently version 3)
- Go to the properties file
/src/main/resources/properties/show-renamer.properties
, and update it with your api key - Run using
gradlew run
- SceneBuilder is a fantastic tool to create user interfaces for JavaFX
GNU General Public License v3.0