mirror of
https://github.com/koel/koel.git
synced 2026-04-25 16:56:02 +03:00
[GH-ISSUE #869] Ngnix FLAC not working #590
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#590
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Miloune on GitHub (Dec 7, 2018).
Original GitHub issue: https://github.com/koel/koel/issues/869
Hello,
(PS: read my under comment)
I'm trying to setup koel with nginx following (https://github.com/phanan/koel/blob/master/nginx.conf.example) with x-accel-redirect as streaming method.
It's working with MP3 file but not with FLAC file. I think i misconfigured nginx since with "php artisan serve" it's working.
Content-Type is set to text/html when it's a Flac file.
I tried to add something like this in location /media/ in nginx configuration, but still not working
MP3 with nging (Working)
Flac with nginx (Not working)
Flac with php artisan serve (Working)
@Miloune commented on GitHub (Dec 8, 2018):
Ok, it's seem to not be a Nginx config.
I think it's related to https://github.com/phanan/koel/issues/561 and https://github.com/phanan/koel/issues/728
Some FLAC working, every non working FLAC files contains a non ASCII character in name or path.
All music from this albulm don't work: "/mnt/multimedia/Musiques/Indochine/La République des Meteors (2009)"
Another example:
Will not work: "/mnt/multimedia/Musiques/Indochine/13 (2017)/09 - Un Été français.flac"
Will work: "/mnt/multimedia/Musiques/Indochine/13 (2017)/14 - Trump le monde.flac"
@ARezaK commented on GitHub (Dec 9, 2018):
I was having the same problem. Had to rename some files and that fixed it
@sijanec commented on GitHub (Mar 8, 2021):
Well that's not really a fix, is it?