Skip to content

Conversation

@jackssrt
Copy link
Contributor

See corresponding issue for more information.

Fixes #891.

@jackssrt
Copy link
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
Copy link
Owner

Geoxor commented Jan 2, 2026

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