s09bQ5
s09bQ5
I get the exact same error on Linux if fonts/fonts.ini can't be found or is empty.
Please try the findingfontsinfo branch and provide the generated Error.log file after the crash. Also please search for the NotoSans-Regular.ttf file that should have been installed by UltraStar Deluxe and...
Are we maybe opening a video before the previous one has been closed? Or are we leaking "something" used by MMAL? It is rock solid with software decoding on my...
I have rebased the commit.
What should USDX do on Linux if there are several files that only differ in case?
> Why should we regenerate files at each build, which have not changed for years? Well, maybe not with every build, but the credits contain the wrong version number (intro-l-05.png)...
Related to #322 I am not sure how much of the information is already cached. There is an SQLite databases with a table that has one entry per song which...
Try perf to see where the time is spent. You want to sample an event that also triggers while the cpu is sleeping, like `cpu-clock`. Don't forget to run configure...
The code to scan the songs on startup is not optimal for the following reasons: 1. We check all directories twice: one time for .txt songs and one time for...
Sorry, VAAPI is not supported. Supporting the Raspberry Pi decoder hardware was easy because it behaves like a normal software codec that renders an RGB image into RAM. But with...