Skip to content

Fix playback when song file name contains '#'#217

Merged
timusus merged 1 commit intotimusus:mainfrom
rivaldi8:fix/alexm-209-playback-fails-with-hash-in-song-name
Mar 27, 2026
Merged

Fix playback when song file name contains '#'#217
timusus merged 1 commit intotimusus:mainfrom
rivaldi8:fix/alexm-209-playback-fails-with-hash-in-song-name

Conversation

@rivaldi8
Copy link
Copy Markdown
Contributor

@rivaldi8 rivaldi8 commented Jan 25, 2026

It only happens when using the with Android media store provider.

It would interpret the # as a fragment and fail to open the file. I doesn't happen with S2 media provider as song paths are already escaped URIs.

Fixes #209

…e provider

It would interpret the # as a fragment and fail to open the file. I
doesn't happen with S2 media provider as song paths are already escaped
URIs.
@rivaldi8 rivaldi8 changed the title Fix playback when song file name contains '#' with Android media stor… Fix playback when song file name contains '#' Jan 25, 2026
@timusus timusus merged commit 28718a2 into timusus:main Mar 27, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Songs stored locally that contain a # in the filename cannot be played

2 participants