raveberry / raveberry

A multi-user music server with a focus on participation
GNU Lesser General Public License v3.0
716 stars 44 forks source link

Enhancement: add x86 / x64 support #120

Open iotemylabs opened 3 years ago

iotemylabs commented 3 years ago

Hi!

I wanted to see if we will also have support for x86 / x64 capabilities available with Keyboard media controls.

Thank you!

avidsapp commented 3 years ago

The mopidy, daphne, and celery images don't run on arm64v8. Possible solution

raveberry commented 3 years ago

I assume you are talking about the XF86 media keys? Recently, all big browsers included support for the MediaSessionAPI. This could be used to register a media session and allow users to control playback with the media keys on their keyboard.

However, this requires an . Since Raveberry does not play the music directly from the browser, it does not use an

@avidsapp: I assume they are not talking about architectures. If you have a need for arm64 support, please open a separate issue. Raveberry already uses Multi-arch builds for amd64 and armv7 and adding arm64 should be an easy change.

avidsapp commented 3 years ago

@raveberry my apologies on the confusion. New issue at #121