[GH-ISSUE #1481] Transcoding streamer song path #844

Closed
opened 2026-02-26 02:34:26 +03:00 by kerem · 0 comments
Owner

Originally created by @tomdoo on GitHub (Aug 11, 2022).
Original GitHub issue: https://github.com/koel/koel/issues/1481

Describe the bug
Songs with special chars won't play

Screenshots
If applicable, add screenshots to help explain your problem.

Environment

  • Koel version v6.0.5

Additional context

In App\Services\Streamers\TranscodingStreamer this is removing special chars escapeshellarg($this->song->path)
I can play the songs with adding setlocale(LC_CTYPE, "en_US.UTF-8");

Maybe I'm missing some configuration?

Originally created by @tomdoo on GitHub (Aug 11, 2022). Original GitHub issue: https://github.com/koel/koel/issues/1481 **Describe the bug** Songs with special chars won't play **Screenshots** If applicable, add screenshots to help explain your problem. **Environment** - Koel version v6.0.5 **Additional context** In App\Services\Streamers\TranscodingStreamer this is removing special chars `escapeshellarg($this->song->path)` I can play the songs with adding `setlocale(LC_CTYPE, "en_US.UTF-8");` Maybe I'm missing some configuration?
kerem closed this issue 2026-02-26 02:34:26 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#844
No description provided.