Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajatt-tools/browserplaybutton
▶️ Adds a play button to the Anki Browser toolbar.
https://github.com/ajatt-tools/browserplaybutton
add-on ajatt anki anki-browser
Last synced: about 2 months ago
JSON representation
▶️ Adds a play button to the Anki Browser toolbar.
- Host: GitHub
- URL: https://github.com/ajatt-tools/browserplaybutton
- Owner: Ajatt-Tools
- License: agpl-3.0
- Created: 2021-07-16T17:55:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T20:16:05.000Z (4 months ago)
- Last Synced: 2024-09-18T01:06:18.254Z (4 months ago)
- Topics: add-on, ajatt, anki, anki-browser
- Language: Python
- Homepage: https://ankiweb.net/shared/info/182970692
- Size: 75.2 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# AJT Browser Play Button
[![Rate on AnkiWeb](https://glutanimate.com/logos/ankiweb-rate.svg)](https://ankiweb.net/shared/info/182970692)
[![Chat](https://img.shields.io/badge/chat-join-green)](https://tatsumoto-ren.github.io/blog/join-our-community.html)
[![Channel](https://shields.io/badge/channel-subscribe-blue?logo=telegram&color=3faee8)](https://t.me/ajatt_tools)
[![Patreon](https://img.shields.io/badge/patreon-support-orange)](https://www.patreon.com/bePatron?u=43555128)
![GitHub](https://img.shields.io/github/license/Ajatt-Tools/BrowserPlayButton)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.
## Installation
Install from [AnkiWeb](https://ankiweb.net/shared/info/182970692), or manually with `git`:
```
$ git clone 'https://github.com/Ajatt-Tools/BrowserPlayButton.git' ~/.local/share/Anki2/addons21/BrowserPlayButton
```## Configuration
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.
## Acknowledgements
* [Play audio in browser](https://ankiweb.net/shared/info/388541036). The idea and initial implementation.
* [Ze Frozen Fields](https://ankiweb.net/shared/info/94610912). Field buttons functionality.
[GitHub link](https://github.com/hgiesel/anki_frozen_fields).