Skip to content

Frequently Asked Questions

沉默の金 edited this page Aug 17, 2024 · 3 revisions

Frequently Asked Questions

Some Lines in Netease Cloud Music's verbatim lyrics Are Not Translated

Example: 中川翔子 - 65535 id: 2084102053
This is caused by inconsistencies in the division of sentences between Netease Cloud Music's line-by-line lyrics and word-by-word lyrics.
If you open the Netease Cloud Music mobile app, you'll notice that some lines are also untranslated.

Testing Platforms

Windows: Windows 11
Linux: Ubuntu 22.04.4 LTS (wsl2)
macOS: macOS Ventura 13.6.4 (Hyper-V)

How to Package LDDC Yourself

Refer to: build.yml

Where to save LDDC data

Linux

  1. ~/.config/LDDC
  2. ~/.local/share/LDDC
  3. ~/.cache/LDDC

Windows

Get it through win32 api SHGetFolderPathW, the path may change

  1. C:\Users\用户名\AppData\Roaming\LDDC
  2. C:\Users\用户名\AppData\Local\LDDC

macOS

  1. ~/Library/Application Support/LDDC
  2. ~/Library/Preferences/LDDC
  3. ~/Library/Caches/LDDC
  4. ~/Library/Logs/LDDC

If You Encounter Issues While Using LDDC feel free to report them through Issues