prayag17 / Blink

Modern Desktop Jellyfin Client made with Tauri and React :atom_symbol: [WIP]
GNU General Public License v3.0
687 stars 20 forks source link

Unable to display Chinese subtitles properly #340

Closed Steven-Zhl closed 2 days ago

Steven-Zhl commented 3 months ago

Describe the bug

To Reproduce

  1. Play any video using external subtitles (such as .ass or .srt files) and the language is Chinese.

Expected behavior

  1. Chinese subtitles that can be displayed normally.

Screenshots

image

Desktop (please complete the following information):

Additional context

A similar problem has occurred in Jellyfin before. The reason is that the default font does not contain characters such as Chinese. I hope JellyPlayer can use a more compatible font (such as Noto Sans) or allow users to use their own fonts.

prayag17 commented 3 months ago

I might have forgotten to bundle Chinese fonts in Blink(previously known as jellyplayer)... I will add it in the next release

Steven-Zhl commented 3 months ago

Thank you so much!