09-11-2023, 10:53 AM
(09-10-2023, 02:27 PM)TheOldPresbyope Wrote: Nice.
I'll be interested to hear (and/or test) what the performance is like. My meager experience with emulating a pi a few years ago was disappointing...but I'm a dilettante so don't take that as definitive!
Thx, it will depend on your host, my experience is very satisfactory with a 6000+ songs database on a asus tinkerboard v1 (Arm7l, emmc , 2 gig ram), basically moode is php + mysql + workers, so a bit of CPU, RAM and I.O. POWER should manage with ease, and Docker is known to be an efficient virtualization tool.
(09-10-2023, 02:27 PM)TheOldPresbyope Wrote: I had successfully ported earlier releases of moOde to several different non-pi SBCs driving USB DACs. Lack of i2s and/or drivers kept me from trying to accommodate DAC hats.
Non pi SBC without proper driver is not the target here, with docker I was able to access efficiently to the i2s driver of my Asus tinkerboard but we can also imagine a moode server with no sound card to serve as a media relay for multiroom for example (Imagine on a 32 gig RAM HPE proliant microserver GEN10 with opteron processor
or on a core i7 mediacenter with proper sound card drivers ^^)
(09-10-2023, 02:27 PM)TheOldPresbyope Wrote: The ports worked but the process was not something I'd want to support. As well, casual users would be flustered about the pi-specific configuration options offered in the webUI.
I agree, this should come with some explanations for the average user, but we could also imagine some bash script alteration of installed php file to hide specific menu and avoid
confusion in menu
Lets look forward