mirror of
https://github.com/koel/koel.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #646] Russian encoding in songs metadata #460
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#460
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 @T-REX-XP on GitHub (Aug 29, 2017).
Original GitHub issue: https://github.com/koel/koel/issues/646
I have problem with russian language in music metadata. Using latest version but in docker container https://github.com/binhex/arch-koel. Insted song name a get ???? symbols ((
@gamerlv commented on GitHub (Aug 29, 2017):
I tried to replicate your issues using the indicated docker container. I tested using the one from dockerhub, russian symbols got imported as one would expect. Both filenames as metadata appeared in russian symbols.
It does appears that the container on docker hub is over 4 months old and thus is missing some recent changes.
In order to help you better could you provide some additional information?
Did you run the container from docker hub or build it yourself from the github repo?
I'm wonder if your database is correctly UTF-8. The following command shows what character set your DB is using;
Lastly a sample of filenames / metadata which fail to import/display would be useful.
@T-REX-XP commented on GitHub (Aug 29, 2017):
this is my output
koel image

@ghost commented on GitHub (Jan 11, 2018):
I can tell you with 99% probability your id3 tags are encoded in CP1251, convert them into UTF-8