FossifyOrg / Music-Player

A clean music player with a customizable widget, stylish interface and no ads.
https://www.fossify.org
GNU General Public License v3.0
293 stars 28 forks source link

korean text (track titles) displayed as ???????? #87

Closed Mangoes closed 2 weeks ago

Mangoes commented 2 weeks ago

Checklist

Affected app version

1.0.0

Affected Android/Custom ROM version

Android 14

Affected device model

Pixel 8 pro

How did you install the app?

F-Droid / IzzyOnDroid

Steps to reproduce the bug

  1. play a track with korean text in the title

Expected behavior

The track title should be displayed with the Korean font.

Actual behavior

The track title is displayed as ???????

It looks like the proper font is missing (but in the android file manager it is displayed correctly, so the system has the font).

My guess is that the same probably also happens with other languages like Japanese, Chinese, Thai, etc... These should be tested as well.

Screenshots/Screen recordings

No response

Additional information

No response

Aga-C commented 2 weeks ago

Please attach a file that displays wrong title and also attach the screenshot. I can't reproduce it.

Mangoes commented 2 weeks ago

Here is the file link

Screenshot: IMG_20240903_213603

Aga-C commented 2 weeks ago

Actually, this file has ?? ??? set as a title in its metadata, it's not a bug in the app. In a file manager, you can see the Korean characters in the file title, but when you check the metadata of the file in any app, you will see ?? ??? as the track title. I've checked this file on a mobile and PC with VLC, foobar2000, MPV, metaflac, and all of these apps were showing ?? ???.

Here's what metaflac (official FLAC tool for tagging FLAC files) returns after inspecting this file:

ARTIST=Yiruma
TITLE=?? ???
ALBUM=Yiruma & Piano CD3
Date=2011
GENRE=New Age
Description=L2Bits, EAC V1.0 beta 3 Secure Mode, Test & Copy, AccurateRip, FLAC -8
ALBUMARTIST=Yiruma
TRACKNUMBER=01
TOTALTRACKS=13
Mangoes commented 2 weeks ago

Yes you are right.

Sorry about that.