anki-player.github.io-

asbplayer

A browser-based media player intended to assist subtitle sentence mining.

asbplayer is hosted at https://killergerbah.github.io/asbplayer/.

Usage

The below information can also be found in asbplayer by clicking on the question mark button in the top right.

Loading files

Syncing with streaming video in another tab

Anki

Changing subtitle offset

Condensed playback of local media files

Keyboard shortcuts

|Keys | Action | |————|———————| |Ctrl+Shift+A|Copy current subtitle| |Ctrl+Shift+Q|Copy current subtitle and open Anki export dialog| |Ctrl+Shift+Z|Copy current subtitle (streaming video in another tab)| |Ctrl+Shift+X|Copy current subtitle and open Anki export dialog (streaming video in another tab)|
|Space|Play/pause| |S|Toggle subtitles| |S+1, S+2…|Toggle subtitle track 1, 2… in video| |D+1, D+2…|Toggle subtitle track 1, 2… in asbplayer| |Left/Right|Seek to previous/next subtitle| |Ctrl+Left/Right or Shift+Left/Right|Adjust offset to previous/next subtitle |Ctrl+Shift+Left/Right|Adjust offset by +/- 100ms|

Common issues

Browser compatibility

Building and running

# Install yarn
npm install --global yarn

# Install dependencies
yarn

# Starts the development server
yarn workspace @project/client run start 

# Build the extension to extension/dist
yarn workspace @project/extension buildDev