Skip to content

fix(studio): split soundtrack preview into music/narration + fix Windows asset path - #69

Open
walliai666 wants to merge 1 commit into
nexu-io:mainfrom
walliai666:fix/update-bgm
Open

fix(studio): split soundtrack preview into music/narration + fix Windows asset path#69
walliai666 wants to merge 1 commit into
nexu-io:mainfrom
walliai666:fix/update-bgm

Conversation

@walliai666

@walliai666 walliai666 commented Jun 26, 2026

Copy link
Copy Markdown
Contributor
  • Separate the single soundtrack preview container into independent music and narration preview areas within their respective sections
  • Preserve backward compatibility with legacy st-preview container
  • Normalize backslashes to forward slashes in /asset path check so audio previews load correctly on Windows

Resolves #67

…ows asset path

- Separate the single soundtrack preview container into independent
  music and narration preview areas within their respective sections
- Preserve backward compatibility with legacy st-preview container
- Normalize backslashes to forward slashes in /asset path check so
  audio previews load correctly on Windows
@lefarcen

lefarcen commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Hey @walliai666 — FYI: PR #89 by @Osamaali313 landed last week with a focused fix for the same Windows /asset 403 bug in packages/cli/src/studio-server.ts (same line, same backslash-normalization idea). PR #89 extracts the guard into an exported isWithinProjects() helper and covers POSIX + Windows accept/reject cases with a node:test suite. Your PR bundles the fix alongside the soundtrack preview split.

Both PRs fix the same root cause. Linking them so the maintainer team has the full picture and can decide which direction to take — no duplicate effort wasted.

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

Labels

risk/medium Medium risk size/S Size S (20-99 LOC) type/bugfix Bug fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Windows: Audio preview broken + poor placement in Soundtrack panel

2 participants