Skip to content

Improved version of my previous ScalaSubtitleFetcher. This time written in TypeScript.

License

Notifications You must be signed in to change notification settings

WernerLDev/subtitleFetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

subtitleFetcher

An improved version of my previous ScalaSubtitleFetcher. This time I have used TypeScript for the implementation. It is a simple command line tool that can be executed through a context menu item in the Dolphin filebrowser on linux.

For this implementation I have used the new opensubtitles.com API.

Still Under development so right now I do not have a package you can install. Maybe in the future.

Run locally

  1. Clone this repository
git clone git@github.com:WernerLDev/subtitleFetcher.git
  1. Install dependencies
npm install
  1. Run the application
ts-node src/main.ts --movie <path to moviefile> --language en

About

Improved version of my previous ScalaSubtitleFetcher. This time written in TypeScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published