We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
是否可以将软件与excel进行联动 功能如下,向添加excel中添加新音声文件夹命名 若excel中存在该音声,则从excel中获取名称命名(有些音声标题可能经过翻译,但官方标题未翻译)
The text was updated successfully, but these errors were encountered:
你可以通过修改 cache.db 数据库中缓存的元数据来实现 —— 因为,本软件的缓存逻辑是:如果 SQLite 数据库 cache.db 中已存在元数据,则软件仅从数据库中读取元数据,而不会再请求 dlsite.com。
cache.db
SQLite
有很多软件可以编辑 SQLite 数据库,DB Browser for SQLite 是其中比较轻量的一个。下面是详细的教程。
dlsite-doujin-renamer
Apply
Sorry, something went wrong.
No branches or pull requests
是否可以将软件与excel进行联动
功能如下,向添加excel中添加新音声文件夹命名
若excel中存在该音声,则从excel中获取名称命名(有些音声标题可能经过翻译,但官方标题未翻译)
The text was updated successfully, but these errors were encountered: