Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Songs with japanese file names do not show up in web interface. #342

Open
MarioPL98 opened this issue Sep 1, 2022 · 4 comments
Open

Songs with japanese file names do not show up in web interface. #342

MarioPL98 opened this issue Sep 1, 2022 · 4 comments

Comments

@MarioPL98
Copy link

MarioPL98 commented Sep 1, 2022

Describe the bug
After adding .mp3 file that includes japanese characters, this file does not show up in web interface.

Affected version
7.2.2 (built from source)

To Reproduce
Steps to reproduce the behavior:

  1. Upload a file with japanese characters.
  2. Rescan files
  3. Check that the file is not present.

Expected behavior
File visible and playable

Desktop (please complete the following information):

  • OS: Windows Server 2019 (bot), Windows 10 1.4.274 Mumble
  • Browser Firefox
@TerryGeng
Copy link
Collaborator

I have tons of mp3 with Japanese names. They worked fine. Can you check that your song has really been uploaded to the upload folder?

@MarioPL98
Copy link
Author

MarioPL98 commented Sep 2, 2022

Yes, The file was uploaded and visible in file explorer but not visible in web interface. Perhaps some encoding configuration issues? Keep in mind that I am using Windows Server 2019 for the bot, with NTFS filesystem as a storage drive.

I noticed that file is visible when I change the file name, even if metadata title remains japanese.

@azlux
Copy link
Owner

azlux commented Jan 11, 2023

Hi @MarioPL98 , can you check the xhr request into the Network tab of the dev tool of your browser (F12) ?
You should see the music name you're looking for (for exemple when you check the librairy).
Full name should appear here, if not, maybe the server don't send it.
image

@soloopooo
Copy link

soloopooo commented Jun 7, 2023

I got this issue. Maybe because of the file name containes spacebar.

Rename the file to 0.mp3 or 1.mp3 fixes that.

Even あ.mp3 cannot be shown.
Same on Windows.

Title on XHR is normal. As following picture.
图片

The folder containes these songs:
图片

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

No branches or pull requests

4 participants