FooSoft / yomichan-import

External dictionary importer for Yomichan.
https://foosoft.net/projects/yomichan-import/
MIT License
83 stars 23 forks source link

Request: yomichan to EPWING #29

Closed SpongebobSquamirez closed 3 years ago

SpongebobSquamirez commented 3 years ago

Any chance of a reverse yomichan json -> EPWING tool being made? Things like EBPocket and OCRMangaReader for Android support EPWING but not yomichan, so even if it's your own custom EPWING format, having something supported would be pretty dang useful.

On a related note, iirc EPWING is undocumented, but if making a yomichan->epwing converter would take more time that you're willing to put in, do you at least have any detailed documentation about the EPWING and yomichan formats that some other willing soul might be able to take and use to make a converter?

SpongebobSquamirez commented 3 years ago

I was able to get around this via the following steps:

  1. Convert yomichan to tab using yomi2tab
  2. Convert tab to csv using pyglossary
  3. Use the official (or unofficial?) epwing converter, EBStudio, to convert csv to EPWING

I have a different but similar request now, though, but I'll open a new issue for that.