Anki/pylib
Ren Tatsumoto 5c7eb723b3 Restore ability for add-ons to provide full paths to media (#4054)
* fix #4053

* check if file exist

AJT Japanese needs to play files stored in all possible locations on disk

* check absolute path

* add comment

* check if passed name is basename

* Add a security note to reduce the chance of a regression

* Tweak comment in the non-add-on case

(cherry picked from commit 3ab8c2294d)
2025-06-04 18:33:12 +07:00
..
anki Restore ability for add-ons to provide full paths to media (#4054) 2025-06-04 18:33:12 +07:00
rsbridge Bump Rust to 1.84 2025-01-26 18:51:21 +11:00
tests Improve exception handling (#3290) 2024-08-04 20:51:13 +07:00
tools Improve exception handling (#3290) 2024-08-04 20:51:13 +07:00
.gitignore symlink generated .py/.pyi into tree to fix Python code completion 2020-12-16 11:36:42 +10:00
README.md minor doc updates 2020-12-11 22:37:12 +10:00

Anki's Python library code is in anki/.

The Rust/Python extension module is in rsbridge/; it references the library defined in ../rslib.