Tunio Desktop client
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
jeffvli e98106c5e5 Add volume slider improvements (#112) 3 years ago
.erb Revert "Add babel-plugin-lodash" 3 years ago
.github Add dev publish 3 years ago
.vscode fix vscode debugging config 3 years ago
assets Update for 0.5.0 3 years ago
src Add volume slider improvements (#112) 3 years ago
.editorconfig initial commit 3 years ago
.eslintignore initial commit 3 years ago
.eslintrc.js update lint rules 3 years ago
.gitattributes initial commit 3 years ago
.gitignore initial commit 3 years ago
.prettierrc Update default prettier config 3 years ago
CHANGELOG.md Update for 0.8.5 3 years ago
CODE_OF_CONDUCT.md initial commit 3 years ago
LICENSE change license from MIT to GPLv3 3 years ago
README.md Add winget install instructions 3 years ago
babel.config.js Revert "Add babel-plugin-lodash" 3 years ago
package.json Add dynamic gradient background for artist page 3 years ago
tsconfig.json initial commit 3 years ago
yarn.lock Add dynamic gradient background for artist page 3 years ago

README.md

sonixd logo

Sonixd

Release Commits License Downloads

Sonixd is a cross-platform desktop client built for Subsonic-API (and Jellyfin in 0.8.0+) 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.

Sonixd has been tested on the following: Navidrome, Airsonic, Airsonic-Advanced, Supysonic, Gonic, Astiga, Jellyfin

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 (and partial MPRIS) support
  • Multi-theme support
  • Supports all Subsonic/Jellyfin API compatible servers
  • 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

Windows

If you prefer not to download the release binary, you can install using winget.

Using your favorite terminal (cmd/pwsh):

winget install sonixd

Arch Linux

There is an AUR package of the latest AppImage release available here.

To install it you can use your favourite AUR package manager and install the package: sonixd-appimage

For example using yay:

yay -S sonixd-appimage

If you encounter any problems please comment on the AUR or contact the maintainer directly before you open an issue here.


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 receive errors while packaging the application, try upgrading/downgrading your Node version (tested on v14.16.1).

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.

License

GNU General Public License v3.0 ©