Installer adds right-click context to folders and to mkv/avi/mp4 file types
Usage example:
ktuvit-downloader.exe input <video-file-full-path>
Quiet mode (no notification):
ktuvit-downloader.exe input <video-file-full-path> quiet
Sonarr mode (input file path is taken from environment variable: SONARR_EPISODE_FILE_PATH):
ktuvit-downloader.exe input sonarr
Usage (legacy)
ktuvit-downloader.exe <video-file-full-path>
In order to have Silent launch of the downloader:
Path should be to the launcher: "C:\Program Files\Ktuvit-Downloader\ktuvit-downloader-launcher.exe"
Arguments should be: sonarr quiet
Advanced configuration
Configuration json file is located under the %ProgramData%\Ktuvit-Downloader folder.
* You can change the log level
* You can configure replacement pair (useful for series name mismatch)
example:
{
"logLevel": "verbose",
"replacePairs": {
"The Handmaids Tale": "The Handmaid's Tale"
}
}
Log
Log file is located under the %ProgramData%\Ktuvit-Downloader folder.
* You can use it to find a reason for why subtitles that are available in the website, are not being downloaded
- npm install
- npm run build