You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am reporting a bug in the Onion OS - Any issues with the closed source frontend (MainUI), or RetroArch or any of the cores should be directed to their respective repositories
I have reviewed the Onion Docs and did not find the answer
I have searched the existing (open and closed) issues to ensure I do not log a duplicate
Onions OS Version
4.2.3
Miyoo Firmware Version
202306282128
Provide a clear and concise description of the issue
FFPlay: Unicode characters not displayed properly in file selector
Steps to Reproduce
Please provide detailed steps that will help us replicate and investigate your issue:
Steps to Reproduce:
Upload a video with filename containing Unicode characters, e.g. Chinese, Japanese
Open FFPlay to select the file
Expected:
The filename containing Unicode characters can be displayed properly
Actual:
The filename containing Unicode characters is not displayed properly (see attached screenshot)
Provide any additional context or information that may help us investigate your issue
I believe the file selector is provided by the SDL terminal, relavant code snippet found in static\packages\App\Video Player (FFplay)\App\FFplay\launch.sh:
./bin/st -q -e "$sysdir/script/file_selector.sh" "Video Player" "$mediadir" "3g2 3gp asf avi flv h264 m2t m2ts m4v mkv mod mov mp4 mpg tod vob webm wmv"
The text was updated successfully, but these errors were encountered:
Pretty sure this is a problem with the terminal app's (st) bitmap font and not something we can easily fix as I believe eggs was involved. It's not a standard font file and therefore probably doesn't contain the characters you're expecting in the format you're expecting.
You can see the same issue here where the progress bar should be.. well a bar - not p's
I also have this bug (miyoo firmware 202310271401, Onion OS v4.3.1-1).
In the File Explorer, though, there is no such issue and unicode filenames display just fine.
Unfortunately, it's not possible to launch videos from the File Explorer.
Checklist
Onions OS Version
4.2.3
Miyoo Firmware Version
202306282128
Provide a clear and concise description of the issue
FFPlay: Unicode characters not displayed properly in file selector
Steps to Reproduce
Please provide detailed steps that will help us replicate and investigate your issue:
Steps to Reproduce:
Expected:
Actual:
Provide any additional context or information that may help us investigate your issue
I believe the file selector is provided by the SDL terminal, relavant code snippet found in
static\packages\App\Video Player (FFplay)\App\FFplay\launch.sh
:./bin/st -q -e "$sysdir/script/file_selector.sh" "Video Player" "$mediadir" "3g2 3gp asf avi flv h264 m2t m2ts m4v mkv mod mov mp4 mpg tod vob webm wmv"
The text was updated successfully, but these errors were encountered: