Skip to content

Comments

Fix for #982: Playlist parser encoding issues and early exit with bad filepaths#966

Open
kstauch wants to merge 1 commit intoprojectM-visualizer:masterfrom
kstauch:fix/playlist-encoding-issue
Open

Fix for #982: Playlist parser encoding issues and early exit with bad filepaths#966
kstauch wants to merge 1 commit intoprojectM-visualizer:masterfrom
kstauch:fix/playlist-encoding-issue

Conversation

@kstauch
Copy link

@kstauch kstauch commented Feb 19, 2026

  • Changed .string() conversions in AddPath and Sort to .u8string() to prevent special characters from failing to convert.
  • Moved try/catch in AddPath inside for loop to prevent a file error from breaking function.
  • Does not address 'Todo: Add failure feedback' in catch block, since I am not sure of the original preferred/intended method for error feedback in this case.

…revent special characters from failing to convert. Moved try/catch in AddPath inside for loop to prevent a file error from breaking function.
@kstauch kstauch marked this pull request as ready for review February 19, 2026 02:42
@OfficialIncubo
Copy link
Contributor

OfficialIncubo commented Feb 19, 2026

Well, I'll take an issue reference of this: #962

EDIT: In title, it's #962, not #982.
Also add in body: Closes #962 or Fixes #962.

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.

2 participants