Skip to content

fix: properly urlencode filename in input.src#892

Open
jackssrt wants to merge 1 commit into
Geoxor:masterfrom
jackssrt:fix-hashtag-filenames
Open

fix: properly urlencode filename in input.src#892
jackssrt wants to merge 1 commit into
Geoxor:masterfrom
jackssrt:fix-hashtag-filenames

Conversation

@jackssrt

Copy link
Copy Markdown
Contributor

See corresponding issue for more information.

Fixes #891.

@jackssrt

Copy link
Copy Markdown
Contributor Author

I don't know if this problem also applies to Windows, can someone check if doing something similar to what I've done fixes the issue there?
i.e.

: encodeURIComponent(track.path).replaceAll("%5C", "\\").replaceAll("%2F", "/");

I don't have a Windows machine easily accessible to test.

@Geoxor

Geoxor commented Jan 2, 2026

Copy link
Copy Markdown
Owner

I don't know if this problem also applies to Windows, can someone check if doing something similar to what I've done fixes the issue there? i.e.

: encodeURIComponent(track.path).replaceAll("%5C", "\\").replaceAll("%2F", "/");

I don't have a Windows machine easily accessible to test.

This fix doesn't work on windows

{667F5383-7D72-4B03-B0A3-6C7136CD3E35}

@Geoxor Geoxor added bug Something isn't working or a bug fix help-wanted Extra attention is needed labels Jan 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working or a bug fix help-wanted Extra attention is needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: Can't play audio files whose filenames include hashtags

2 participants