-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Chracter-set issues #500
Comments
Supersonic loads fonts from the OS as needed to display characters not in the base font, but this does look like a character encoding issue, like your files are not tagged with UTF-8 metadata. Do you know the character set encoding of your media file tags? It seems it's currently assuming everything is UTF-8 (which is the default in the Go programming language and on most modern systems). I also have not run into a non-UTF-8 tagged media file myself. I may need you to attach a media file here or email me one to test with before I can look into this issue. I guess Supersonic will need to use some character encoding library to detect encodings of all the file tags and convert them to UTF-8 on the fly if needed? |
I have honestly no idea how to check that. They display fine in my terminal and that is using UTF-8:
Here's some files that you could grab with yt-dl - that's how I got them: https://www.youtube.com/watch?v=_45xy5o4uj8&list=PLSBYfyLFV5VHV8Tj4BKlNYHqcUQcE0E0f |
Hm I just noticed that if you show the track info for a track with these characters it shows the correct filename, but it doesn't in the "Artists" section. Maybe something went wrong during file tagging... I used I did however also just notice that supersonic crashed when I pressed the "copy" button next to the track name, maybe something on supersonic's side after all |
@thecivilizedgamer Your issue is different and probably easy to solve - yours is just that Supersonic (or rather the Fyne UI toolkit) cannot find a suitable font to show Japanese characters. You could try installing the Edit: also make sure you are using the latest version, 0.13.1 |
Hmmm, looks like I already have that package installed, but I'll do some more googling to see if I can isolate the problem. And I'm on 0.13.1 (the Flatpak version). |
Hmm, perhaps try the direct installation if you're able. It's possible Flatpak permissions could be preventing the OS font lookup from happening |
I just did the direct install, and it works fine now :) When I downloaded the archive, I saw the Makefile and assumed that was for installing from source, so that's why I initially went with the Flatpak option. Thanks for the help! |
Hey there,
A few of the artists and music in my library contain japanese characters, but they don't properly show within supersonic desktop:
Here are the titles and some more examples:
I'm on SSD v0.13.1.
Any chance that you could fix this?
Thanks!
The text was updated successfully, but these errors were encountered: