Replies: 2 comments 3 replies
-
|
Hey, so: On the album art side — I found that 360×360px is the optimal size for the R3 Pro II display area. Anything larger is just wasted memory and processing time. This hasn't been formally documented yet but it's worth adding to the docs and potentially integrating into the PC Database Updater workflow so art gets resized automatically when scanning. On the hard cap — worth investigating. If snoopy112 changed it via firmware modification it's likely a value hardcoded in hiby_player that we could patch similarly to how @Jepl4r patched the Database Manager. The database schema itself uses standard SQLite with INT primary keys so there's no obvious DB-level limit — the cap is almost certainly in the binary. A few things worth looking into:
@Tartarus6 — given your decompilation work, searching the binary for a hardcoded song count limit might be the most direct path. Happy to help test anything you find. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
There's a few things limiting the number of songs that the player can handle.
As far as I know:
we should figure out what snoopy112 did and see if we can implement it to remove any hard caps
additionally, since we already have some desktop tools, we could make something to shrink album arts to improve performance
I personally have no need for a higher song limit, I've only got a couple hundred songs on mine at the moment, but this seems to be a common request on the hiby reddit and on forums like headfi.
@noisetta what do you think?
Beta Was this translation helpful? Give feedback.
All reactions