Skip to content

Backfilling (TODO)

TODO introduction


Backfill Pitch Accents & Sentence Furigana

TODO outdated! rerecord!

This requires the AJT Japanese addon to be correctly setup.

  1. Head to the Card Browser window:

    Main Window → Browse

  2. Select the desired notes. The following Anki query selects all notes without sentence furigana or without generated pitch accents:

    "note:JP Mining Note" (AJTWordPitch: OR SentenceReading:)
    
    Don't forget to Ctrl+A to select all of the resulting cards!
  3. Head over to:

    Edit (top left corner) → AJT: Bulk-generate.


Backfill WordAudio

To backfill word audio, I recommend using the Local Audio Server for Yomichan add-on, combined with DillonWall's Generate Batch Audio add-on.

To use the Generate Batch Audio add-on, simply select the desired notes in Anki's card browser, and then navigate to:

EditGenerate Bulk Audio

Tip

You can use the following query within Anki's card browser to find all cards without word audio:

"note:JP Mining Note" WordAudio:
Don't forget to Ctrl+A to select all of the resulting cards!

The Generate Batch Audio add-on requires a few changes to its fields in order to work with JPMN:

  • All URLs should have {wordreading} instead of {reading}.
  • Audio field should be WordAudio.
  • Filter kana should be WordReading.

An example is shown below:


Backfill FrequencySort

FrequencySort behaves exactly the same as Marv's Frequency field as documented in Marv's JP Resources page page.

That page also contains instructions on how to backfill the field if it is empty.

If you are following the command line instructions, use the following command:

python backfill.py "Word" --freq-field "FrequencySort" --query "FrequencySort: \"note:JP Mining Note\""

Last update: June 25, 2023