1.0.7 • Published 5 years ago

srt-to-anki v1.0.7

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

srt2anki

A script that extracts .srt subfiles to anki or .csv for srs usage and sentence mining.

Installation

Install srt2anki globally:

npm install -g srt-to-anki 

Usage

Basic usage:

srt2anki <path to sub folder>

srt2anki will search the given folder for .srt files and extract the sub-lines.

Options:

    -c, --csv              creates csv file instead of anki deck, please use for larger files
    -m, --min [min]        minimum length of a sub-line to be added to the deck (default: 4)
    -s, --simple           only add sub-line
    -d, --deckname [name]  name of the generated deck (default: deck)
    -h, --help             output usage information

Due to memmory issues, if you want to convert large files, please use the -csv option to generate a .csv file instead of an anki deck and import it into anki using the import file funcion. This will save you time and memmory.