This tiny add-on adds a play button to the Anki Browser's toolbar.
When clicked, it looks for [sound:...]
-tags on the selected note
and plays them in the order of their appearance on the note's fields.
If there is selected text, the action is limited to the sound tags
that appear only in the selected text.
If you select "Play field" in the context menu, the action is limited to the currently selected field.
Each field that contains audio has a play button next to its name. Pressing on the button plays all audio files in the field.
Audio can be directly played with a shortcut: alt + m
.
Screenshot.
Install from AnkiWeb, or manually with git
:
$ git clone 'https://github.com/Ajatt-Tools/BrowserPlayButton.git' ~/.local/share/Anki2/addons21/BrowserPlayButton
To configure the add-on, open the Anki Add-on Menu
via Tools
> Add-ons
and select AJT Browser Play Button
.
Then click the Config
button on the right-side of the screen.
Alternatively, open the Anki Browser and click Edit
> AJT Browser Play Button Options...
.
Settings.
If you hover over a setting, it brings up a tooltip explaining what it does.
- Play audio in browser. The idea and initial implementation.
- Ze Frozen Fields. Field buttons functionality. GitHub link.