Skip to content

Resource file search error #37

Description

@Janyau

First of all, I would like to express my sincere gratitude to the author for his hard work!!!

When using the mydict command to search for resource files, the returned files are incorrect

System environment

macOS 15.0.1

Operation steps

  • Query worded__gb_1.mp3
./mydict /Users/**/Library/Containers/com.test.**/Data/Library/Application\ Support/Dictionaries/oaldpe/oaldpe.1.mdd \\worded__gb_1.mp3
  • Return result
    After converting the returned base64, it turns out to be: "word_perfect_1_gb_1.mp3"

  • How to verify
    Write the base64 string to the hard disk using Python

import base64

data = "..."
mp3_bytes = base64.b64decode(data)
with open("output.mp3", "wb") as f:
    f.write(mp3_bytes)

mdd file link: https://pan.baidu.com/s/17h8m3JbC0JHac-2zBDDC5Q?pwd=6ccg 提取码: 6ccg

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions