Files
anki/qt
Abdo 398b51b2ed fix: wrong path of mpv libs in anki-audio wheel (#4919)
## Linked issue

Closes #4918 

## Summary

The anki-audio wheel build script was accidentally using `lib` instead
of `libs` for copied mpv libraries.

## Steps to reproduce (before)

Follow reproduction steps in the forum report and confirm you see the
issue.

## How to test (after)


- Build the wheel: `./qt/audio/build.sh`.
- Confirm `qt/audio/anki_audio/libs` is created.
- Extract `out/wheels/anki_audio-0.2.0-*.whl` and confirm it has the
correct structure.
- Run mpv in the extracted wheel: `./mpv` and confirm no library errors.
2026-06-02 12:30:45 +03:00
..
2026-05-05 17:29:18 -04:00
2026-05-05 17:29:18 -04:00
2026-05-22 22:33:36 +03:00

aqt — Anki Qt GUI

aqt is the Qt-based desktop interface for Anki, the spaced repetition flashcard program.

It provides all the visual components of the Anki desktop app: the deck browser, card editor, reviewer, browser, add-on manager, and more. Under the hood it uses PyQt6 and communicates with Anki's core logic via the anki package.

Running

Once installed, Anki can be launched from the command line:

anki

Add-on development

If you are building an Anki add-on, this is the package that exposes the GUI hooks and Qt widgets you need. See the Add-on Guide for full documentation.

Source code

https://github.com/ankitects/anki