Commit: 6257b09f22e975f950af932803386b24e42911e2 Parent: 846d0e443a5c74dde6c54ac8fdd700cd159e9520 Author: Ren Tatsumoto Date: Mon, 2 Nov 2020 13:02:40 +0300 mention forvo config options in the readme Diffstat:
M | README.md | | | 12 | ++++++++++++ |
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -194,6 +194,18 @@ menu_font_size=24 # Leave nothing after `=` to disable tagging completely. note_tag=subs2srs #note_tag= + +# Forvo support (Yomichan users only) +# yes - fetch audio from Forvo if Yomichan couldn't find the audio (default) +# always - always fetch audio from Forvo and replace the audio added by Yomichan +# no - never use Forvo +use_forvo=yes +#use_forvo=no +#use_forvo=always +# Vocab field should be equal to {expression} field in Yomichan +vocab_field=VocabKanji +# Vocab Audio field should be equal to {audio} field in Yomichan +vocab_audio_field=VocabAudio ``` Sentence field should be first in the note type settings.