A simple WIP Navidrome UI (packaged with Electron), built in vanilla HTML, CSS, and JS.
I made this to learn/understand more about the Web Audio API.
It is however, pretty stable and should work for 99% of use-cases.
This app is however, built around the Subsonic API with the Navidrome changes.
I haven't implemented playlists yet, but it's in the works.
When you start Nougat, you'll see only your albums, and only the first 36 of them. This is also planned to change in the future with pagination.
-
- Used for authentication
-
- View engine for vanilla JS
- Clone the repo
- Run
npm i
- Run
npm start
- and Nougat will start up!