Jeff
Jeff
I'll try to make some tweaks to make the experience better on smaller screens.
> For the v1.0.0 rewrite, maybe it would be possible to support loading themes as CSS files. That would allow themes to define light and dark color schemes and switch...
Are these the errors you're getting? ``` Exit code: 1 Command: node-gyp rebuild Arguments: Directory: /code/sonixd/node_modules/register-scheme Output: gyp info it worked if it ends with ok gyp info using [email protected]...
Weird, it's trying to build the Windows native dependencies. If you go into the `src/package.json` file, you can temporarily remove those dependencies. Check this comment for detailed instructions: https://github.com/jeffvli/sonixd/issues/232#issuecomment-1038148918
Have you tried using a node-specific container? Very simple Dockerfile that you can add the the repo root and build: ```Dockerfile FROM node:14-buster WORKDIR /sonixd COPY . . RUN yarn...
Yeah unfortunately I've never used nor tested docker for my dev environment. Probably better to push any new features to the next version anyways!
This is currently not possible (or would be fairly difficult) with the native Subsonic/Jellyfin APIs. A custom backend is being written for 1.0.0 that would support this!
Have you already added Sonixd as a [trusted accessibility client?](https://developer.apple.com/library/archive/documentation/Accessibility/Conceptual/AccessibilityMacOSX/OSXAXTestingApps.html) I've previously heard of some unresolved issues with bluetooth audio but media keys should work after adding it there.
Announcement: The first alpha version of [Feishin](https://github.com/jeffvli/feishin) has been released.
The first alpha release of [Feishin](https://github.com/jeffvli/feishin) has been released which uses MPV for gapless playback.