New version of SublightCmd is now available for download (version 0.2.3).
What's new:
- SublightCmd downloadbatch (update)
- when searching subtitles for single language, language code is not appended in subtitle filename,
- added new optional parameter: /password:value
- added new optional switch: /alwaysAppendLanguageCode
- SublightCmd register (new)
- registers new Sublight username (can be used in downloadbatch command or by Sublight client)
Sample Command Lines
-
Register new Sublight username:
SublightCmd.exe register USERNAME
-
Download English and Slovenian subtitles for all movies in folder
"C:\MyMovies" and all its subfolders (SublightCmd asks you for your password):
SublightCmd.exe downloadbatch "C:\MyMovies" "*.avi;*.mkv" "en"+"sl" /recursive:true /username:"USERNAME"
-
Download English and Slovenian subtitles for all movies in folder
"C:\MyMovies" and all its subfolders (SublightCmd does not ask you for your password):
SublightCmd.exe downloadbatch "C:\MyMovies" "*.avi;*.mkv" "en"+"sl" /recursive:true /username:"USERNAME" /password:"PASSWORD"
-
Display help for downloadbatch command:
SublightCmd.exe help downloadbatch
-
Display all available commands with some help: