Skip to content

Commit

Permalink
update howto
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsumoto-ren committed Jun 17, 2024
1 parent c7996c1 commit 61c62eb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
12 changes: 6 additions & 6 deletions .github/RELEASE/subs2srs.conf
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ nuke_spaces=yes
tie_volumes=no

# Remove text in parentheses and leading/trailing spaces or
# newlines that may interfere with Yomichan before copying
# newlines that may interfere with Rikaitan before copying
# subtitles to the clipboard
clipboard_trim_enabled=yes

Expand Down Expand Up @@ -216,18 +216,18 @@ audio_padding=0.0
#audio_padding=0.5

##
## Forvo support (Yomichan users only)
## Forvo support (Rikaitan 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
# yes - fetch audio from Forvo if Rikaitan couldn't find the audio (default)
# always - always fetch audio from Forvo and replace the audio added by Rikaitan
# no - never use Forvo
use_forvo=yes

# Vocab field should be equal to {expression} field in Yomichan
# Vocab field should be equal to {expression} field in Rikaitan
vocab_field=VocabKanji

# Vocab Audio field should be equal to {audio} field in Yomichan
# Vocab Audio field should be equal to {audio} field in Rikaitan
vocab_audio_field=VocabAudio

##
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ mpv accepts both variants in `input.conf`.

* [Create a card](howto/create_card.md)
* [Open the "Add" dialog](howto/add_dialog.md)
* [Usage with Yomichan](howto/yomichan.md)
* [Usage with Rikaitan](howto/yomichan.md)
* [Usage with GoldenDict](howto/goldendict.md)

### Global bindings
Expand Down Expand Up @@ -380,7 +380,7 @@ By pressing <kbd>Ctrl</kbd>+<kbd>v</kbd> you can control secondary sid visibilit

### Other tools

If you don't like the default Yomichan Search tool, try:
If you don't like the default Rikaitan Search tool, try:

* Clipboard Inserter browser add-on
([chrome](https://chrome.google.com/webstore/detail/clipboard-inserter/deahejllghicakhplliloeheabddjajm))
Expand Down
7 changes: 4 additions & 3 deletions howto/yomichan.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Modifying cards added with Yomichan
# Modifying cards added with Rikaitan

You can add a card first using
[Yomichan](https://tatsumoto.neocities.org/blog/setting-up-yomichan.html),
[Rikaitan](https://tatsumoto.neocities.org/blog/setting-up-yomichan.html),
and then append an audio clip and a picture to it.

1) Press <kbd>a</kbd> to open `advanced menu`.
Expand All @@ -10,7 +10,8 @@ and then append an audio clip and a picture to it.
Now as subtitles appear on the screen, they will be immediately copied to the clipboard.
You can use it in combination with clipboard monitor.

1) Open `Yomichan Search` by pressing <kbd>Alt+Insert</kbd> in your web browser.
1) Open [Rikaitan Search](https://tatsumoto.neocities.org/blog/what-is-yomichan-search)
by pressing <kbd>Alt+Insert</kbd> in your web browser.
1) Play a video in `mpv`.
1) When you find an unknown word, click the <kbd>+</kbd> button to make a card for it.
4) Go back to mpv and add an image and an audio clip
Expand Down

0 comments on commit 61c62eb

Please sign in to comment.