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}
- Download the latest jar from the releases
- Double click to run the jar
- If step 2. doesn't work, try running from command line using:
java -jar JAR_NAME.jar
Uses JDK 20
- Fork this repository, and clone it using "git clone"
- Create an account for themoviedb.org, and get an API key
- Copy the file:
api_keys.default.properties
to/src/main/resources/properties/api_keys.properties
. And update it with your api key - Install & run using maven:
mvn clean install javafx:run
GNU General Public License v3.0