d4d16d35a8
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. |
||
---|---|---|
.github | ||
meta | ||
proto | ||
pylib | ||
qt | ||
react | ||
rslib | ||
rspy | ||
svelte | ||
tslib | ||
.gitignore | ||
CONTRIBUTORS | ||
LICENSE | ||
Makefile | ||
pkgkey.asc | ||
README.contributing | ||
README.development | ||
README.md | ||
run |
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