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

[Bug] Character Encoding problem in some tracks’ album tag makes them appear as separate album #596

Open
1 task done
scytho opened this issue Aug 10, 2024 · 2 comments · May be fixed by #567
Open
1 task done
Labels
state: blocked Currently blocked type: bug Something isn't working

Comments

@scytho
Copy link

scytho commented Aug 10, 2024

Description

On some tracks, special characters in the album tag are displayed the wrong way. Those tracks are being shown as a different album in the album view/tab. See attached picture.

Steps to Reproduce

Unknown. I think I wrote these tags using foobar2000 under wine, so I rewrote the tags and the entire FLAC files with Linux software, which didn’t help. The same files are being handled correctly in the VLC app and the Auxio app.

Expected Behavior

All characters should be displayed correctly, and all tracks should be in the same album.

Screenshots

See below.

Device

  • Device: Google Pixel 6a
  • OS: GrapheneOS (Android 14)
  • Version 2024.3.110

Additional Context

Could be related to issue #337.

Checklist

symphony_character_encoding_a

@scytho scytho added the type: bug Something isn't working label Aug 10, 2024
@vanntile
Copy link

vanntile commented Sep 7, 2024

The encoding problems are prevalent, most coming from converting from what I assume to be unicode to a subset of it, but problems with signs/symbols also exist. To list a few problems:

  1. ·— —· —· ·· · is decoded as ·â�� â��· â��· ·· ·
  2. K/DA is decoded in the album artist field as K and the artist field as K, DA, however, the slash problem does not exist in the track or album fields (POP/STARS being accurate)
  3. in the album and track fields is decoded as ’, while in the artist and album artist fields it is decoded correctly, and differentiated from '

@zyrouge
Copy link
Owner

zyrouge commented Sep 7, 2024

Yeah, this is caused by Android's MediaStore, should be fixed when #567 is merged.

@zyrouge zyrouge linked a pull request Sep 7, 2024 that will close this issue
@zyrouge zyrouge added the state: blocked Currently blocked label Sep 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state: blocked Currently blocked type: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants