A minimal music player built on electron.
A minimalistic music player, designed for simplicity. Built on electron, uses Howler for handling music playback, Svelte for the UI, and music-metadata to retrieve ID3 tags.
This can also serve as a starting point to implement your own front-end/UI for a music Player.
Download here: Releases
Download the build for your OS. Start the application and then click on the Folders tab on the top left corner, this will bring up a window where you can select the folder where you want to play your audio files from. Once you select a folder with songs, just click play.
Clone the repository, make it your working directory, and then on your terminal run
npm install. Once all the dependencies have finished downloading, run
npm run app-devto test it, and
npm run buildto build it for your platform.
Next track: 🠊 | Previous track: 🠈 | Volume up: 🠉 | Volume down: 🠋 | Play/pause: Space
Some new features and under the hood stuff that will be or has already been implemented. They'll be included in the next update. * Nothing new yet!
Please read CONTRIBUTING.md before raising a PR or creating an issue.
You can find the changelog for all releases here
https://home.aveek.io/blog/