jeffvli
70518e12f5
|
3 years ago | |
---|---|---|
.erb | 3 years ago | |
.github | 3 years ago | |
.vscode | 3 years ago | |
assets | 3 years ago | |
src | 3 years ago | |
.editorconfig | 3 years ago | |
.eslintignore | 3 years ago | |
.eslintrc.js | 3 years ago | |
.gitattributes | 3 years ago | |
.gitignore | 3 years ago | |
.prettierrc | 3 years ago | |
CHANGELOG.md | 3 years ago | |
CODE_OF_CONDUCT.md | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
babel.config.js | 3 years ago | |
package.json | 3 years ago | |
tsconfig.json | 3 years ago | |
yarn.lock | 3 years ago |
README.md
Sonixd
Sonixd is a cross-platform desktop client built for Subsonic-API compatible music servers. This project was inspired by the many existing clients, but aimed to address a few key issues including scalability, library management, and user experience.
Features
- HTML5 audio with crossfading and gapless* playback
- Drag and drop rows with multi-select
- Modify and save playlists intuitively
- Handles large playlists and queues
- Global mediakeys support
- Multi-theme support
- Supports all Subsonic API compatible servers targeting v1.15.0
- Built with Electron, React with the rsuite v4 component library
* Gapless playback is artifically created using the crossfading players so it may not be perfect, YMMV.
Screenshots
Install
You can install sonixd by downloading the latest release for your specified operating system.
- Windows:
.exe
- Linux:
.AppImage
- MacOS:
.dmg
Once installed, run the application and sign in to your music server with the following details. If you are using airsonic-advanced, you will need to make sure that you create a decodable
credential for your login user within the admin control panel.
- Server -
e.g. http://localhost:4040/
- User name -
e.g. admin
- Password -
e.g. supersecret!
If you have any questions, feel free to check out the Usage Documentation & FAQ.
Development / Contributing
This project is built off of electron-react-boilerplate v2.3.0. If you want to contribute to this project, please first create an issue or discussion so that we can both discuss the idea and its feasability for integration.
First, clone the repo via git and install dependencies:
git clone https://github.com/jeffvli/sonixd.git
yarn install
Start the app in the dev
environment:
yarn start
To package apps for the local platform:
yarn package
If you are unable to run via debug in VS Code, check troubleshooting steps here.
If your devtools extensions are failing to run/install, check troubleshooting steps here.