Go to file
Damien Elmes d4d16d35a8 spawn a new slave mode mplayer for each file
This solves a few problems:

- We no longer need to write temporary files to disk, as files
passed on the command line with non-Latin text can be read by mplayer.
- We no longer need to deal with mplayer processes left around in
the background that have failed to terminate.
- We don't need to deal with the added complexity that comes with
polling mplayer's status output to determine when the file has finished
playing.

Also add seek_relative(), toggle_pause() and shutdown() as optional
methods on AVPlayer.
2020-01-21 08:55:15 +10:00
.github basic anti spam protection 2020-01-15 20:34:10 +10:00
meta bump version 2020-01-15 13:50:26 +10:00
proto add a simple TTS field filter 2020-01-20 19:16:24 +10:00
pylib rework the audio player API and add a simpler player implementation 2020-01-20 20:07:11 +10:00
qt spawn a new slave mode mplayer for each file 2020-01-21 08:55:15 +10:00
react add a web UI proof of concept 2020-01-06 14:28:07 +10:00
rslib add a simple TTS field filter 2020-01-20 19:16:24 +10:00
rspy bump version 2020-01-15 13:50:26 +10:00
svelte add svelte experiment as well 2020-01-06 16:23:55 +10:00
tslib add some typescript helpers for displaying the card list 2020-01-06 13:11:55 +10:00
.gitignore output into dist/ 2020-01-03 14:32:26 +10:00
CONTRIBUTORS Merge pull request #423 from Arthur-Milchior/fixReorder 2020-01-16 18:47:12 +10:00
LICENSE drop pystache and move legacy code into separate file 2020-01-11 19:38:30 +10:00
Makefile make sure pyenv is active when fixing 2020-01-10 13:07:12 +10:00
pkgkey.asc add public key for release signing 2018-09-18 10:40:45 +10:00
README.contributing update contrib to reflect the naming tweaks 2020-01-15 17:51:42 +10:00
README.development bump minimum python version from 3.6 to 3.7 2020-01-07 18:34:36 +10:00
README.md update docs 2020-01-02 19:55:27 +10:00
run move top level scripts into makefile 2020-01-04 12:21:58 +10:00

This repo contains all the code for the computer version of Anki.

If you'd like to try development builds of Anki but don't feel comfortable building the code, please see https://anki.tenderapp.com/discussions/beta-testing

For more information on building, please see README.development

If you'd like to contribute code, please see README.contributing