mpv2oboeru

mpv helpers to create flashcards from movies and TV shows
git clone anongit@rnpnr.xyz:mpv2oboeru.git
Log | Files | Refs | Feed | README | LICENSE

Commit: 88adb5abe6e90cfaa523ba0689403bf0e36235c0
Parent: 5076f4ee15a10551c843c32c32a4ed56500ab126
Author: Ren Tatsumoto
Date:   Mon, 14 Sep 2020 01:03:37 +0300

fix typos

Diffstat:
Msubs2srs.lua | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/subs2srs.lua b/subs2srs.lua @@ -9,11 +9,11 @@ -- * `Ctrl + e` - Creates a note from the current sub. -- * `a` - Opens advanced options. -- There you can adjust and reset timings, --- concatenate subtitle lines, toggle clipboard autocopy, and more. +-- concatenate subtitle lines, toggle clipboard auto copy, and more. -- Requirements: --- * ffmpeg --- * ankiconnect +-- * FFmpeg +-- * AnkiConnect local config = { collection_path = string.format('%s/.local/share/Anki2/%s/collection.media/', os.getenv("HOME"), os.getenv("USER")), @@ -387,7 +387,7 @@ ffmpeg.create_audio = function(start_timestamp, end_timestamp, filename) end ------------------------------------------------------------ --- ankiconnect requests +-- AnkiConnect requests ankiconnect = {} @@ -507,7 +507,7 @@ ankiconnect.last_note_id = function() end ankiconnect.append_media = function(note_id, audio_filename, snapshot_filename) - -- Ankiconnet will fail to update the note if the Anki Browser is open. + -- AnkiConnect will fail to update the note if the Anki Browser is open. -- First, try to close the Anki Browser. -- https://github.com/FooSoft/anki-connect/issues/82 subprocess {