I have a deck with lots of subdecks and was hoping to export all of the media, with the media for each subdeck automatically organized into its own folders.
Would you be willing to consider adding this type of feature?
When loading Media Exporter:
Traceback (most recent call last):
File “aqt.addons”, line 247, in loadAddons
File “C:\Users\charl\AppData\Roaming\Anki2\addons21\567329012_init_.py”, line 4, in
from . import main
File “C:\Users\charl\AppData\Roaming\Anki2\addons21\567329012\main.py”, line 20, in
from .consts import consts
File “C:\Users\charl\AppData\Roaming\Anki2\addons21\567329012\consts.py”, line 3, in
consts = get_consts(name)
File “C:\Users\charl\AppData\Roaming\Anki2\addons21\146757953\vendor\ankiutils\consts.py”, line 30, in get_consts
return AddonConsts(name, module, dir, _read_version(dir))
File “C:\Users\charl\AppData\Roaming\Anki2\addons21\146757953\vendor\ankiutils\consts.py”, line 18, in _read_version
with open(addon_dir / “.version”, encoding=“utf-8”) as f:
FileNotFoundError: [Errno 2] No such file or directory: ‘C:\Users\charl\AppData\Roaming\Anki2\addons21\567329012\.version’
This plugin works works very well! One thing that would be very useful is if there were a way to also produce a json file or similar with the non-media card data. In other words, something that includes the other fields of the cards, along with the name of the exported media file(s). E.g.:
{
"english": "Who is the singer?",
"pinyin": "Shéi shì gēshǒu?",
"hanzi": "誰是歌手",
"audio": "誰是歌手.mp3"
}
Thank you very much for this Add-on.
One question: Is it possible to export media (sounds) ordered by due (from sorted deck) and all files are named with numbers from 1 to X ?
This is so that the files can be combined in a certain order and the resulting audio recording can be used for passively repeating the cards.