https://github.com/abdnh/anki-media-redirector
Anki add-on to redirect media references to any folder
https://github.com/abdnh/anki-media-redirector
anki anki-addon
Last synced: 3 months ago
JSON representation
Anki add-on to redirect media references to any folder
- Host: GitHub
- URL: https://github.com/abdnh/anki-media-redirector
- Owner: abdnh
- License: gpl-3.0
- Created: 2023-01-08T21:09:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-20T16:41:09.000Z (about 1 year ago)
- Last Synced: 2025-01-24T07:29:52.505Z (5 months ago)
- Topics: anki, anki-addon
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This add-on allows redirecting of media references (e.g. `
`) to existing files with the same names in `user_files/media` subfolder in the add-on's folder.
I have thousands of screenshots used in my vocabulary cards (generated using [hoarder](https://github.com/abdnh/hoarder)) that I use for context and don't want to sync to AnkiWeb and waste bandwidth, so I wrote this add-on to allow me to put the screenshots in the add-on's folder but still be able to see them in the cards.
Using this add-on combined with [symbolic links](https://en.wikipedia.org/wiki/Symbolic_link), you can make any folder on your computer accessible inside cards by symlinking `user_files/media` to the folder.
## Known Issues
- [ ] Check Media is not aware of your extra media folder, so it'll report any files only existing there and used in cards as missing. This may be fixed in the future.