Skip to content

Releases: nickd3000/movietool

1.1.1

03 Jun 17:04
825d12c
Compare
Choose a tag to compare

Example command to run app from the command line (Substitute everything in [] with your own values)

java -jar -Dmovietool.datafilepath=[path to save config to] -Dmovietool.moviefolderpath=[movie folder path] -Dmovietool.tmdbapikey=[your personal TMDB api key] movietool-1.1.1.jar

0.0.1

16 May 21:48
90dc3a2
Compare
Choose a tag to compare

Initial release

Example command line that sets data file and movie locations:

java -jar movietool-0.0.1.jar --server.port=2001 --movietool.datafilepath=/Users/yourname/movietool.json --movietool.moviefolderpath=/path/to/your/movies --movietool.tmdbapikey=request_your_own_api_key_from_tmdb