Skip to content

yoavain/screwzira-subtitle-downloader

Repository files navigation

Ktuvit Subtitle Downloader

CodeQL Actions Status types commit Known Vulnerabilities codecov Renovate visitors

A tool for downloading Hebrew subtitles from ktuvit.me

Installer adds right-click context to folders and to mkv/avi/mp4 file types

Usage:

sonarr configuration

CLI:

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>


Configuring sonarr:

sonarr configuration

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

To build:

  • npm install
  • npm run build