mirror of
https://github.com/got-feedBack/feedBack-desktop.git
synced 2026-07-19 19:31:31 +00:00
The Python server only seeds bundled starter content (and scans) when DLC_DIR.is_dir() is true, and it can't bootstrap the folder itself — the seed's mkdir runs only after _get_dlc_dir() already resolves a directory. On a fresh install the default library path didn't exist, so the scan bailed with "DLC folder not configured" and starter content never seeded. Create the resolved DLC dir in startPython() before spawning the server so the first scan seeds the bundled songs. Also modernize the default library path to ~/.local/share/feedback/library, keeping the legacy slopsmith paths as fallbacks so existing installs that relied on the default keep their populated library. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .claude/skills | ||
| .devcontainer | ||
| .github/workflows | ||
| .packages | ||
| .specify | ||
| cmake | ||
| docs | ||
| JUCE@9971c75b2c | ||
| resources | ||
| scripts | ||
| src | ||
| tests | ||
| .build-config.json | ||
| .gitignore | ||
| .gitmodules | ||
| CMakeLists.txt | ||
| CONTRIBUTORS.md | ||
| LICENSE | ||
| package.json | ||
| THIRD_PARTY_LICENSES.md | ||
| tsconfig.json | ||
| WINDOWS_BUILD_REQUIREMENTS.md | ||