Skip to content
Discussion options

You must be logged in to vote

Yes, keep them separate.

The full app and the standalone capture app intentionally use different runtime data roots:

  • Full studio: %LOCALAPPDATA%\DeepSeekTranslationStudio
  • Conversation Capture: %LOCALAPPDATA%\DeepSeekConversationCapture

Each data root can contain its own SQLite database, logs, and Playwright browser profile. That separation prevents a normal translation/SRT workflow from sharing state with the stripped daily conversation capture workflow.

Use DST_APP_DATA_DIR only when you want to move the full studio runtime data somewhere else:

$env:DST_APP_DATA_DIR="D:\Codex\DPSK\.runtime"
python main.py

Use DCC_APP_DATA_DIR only for the standalone capture app:

$env:DCC_APP_DATA_DIR="D…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rayfon99999
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants