Chill music player heavily centering around spotify
Listen to your playlists offline and without ads
Pre-requisites
On windows you will need -> Microsoft Visual C++ 2010 Redistributable Package (x86)
Rest of the pre-requisites will be automatically downloaded upon app launch
Tested only on windows | aimed at cross-platform compatibility
Click to download windows installer
Downloading a track solely depends on whether said track is hosted on youtube or not. 99% of the times the right track will be downloaded.
Adding spotify playlists will only extract the first 100 tracks. You will have to add the rest of the playlist manually using Add track
git clone https://github.com/61soldiers/zeek.git .
npm install
Runs the app in the development mode. Electron will start automatically and dev server is accessible at http://localhost:3000
Builds the frontend portion for production into build
directory.
Build and distribute the electron app using electron-builder and installer to the dist
folder.
Replace (platform)
with a platform of your choosing -> [win
, linux
, mac
].
If you encounter 'Electron failed to install correctly', use this command at will.
All features, changes and fixes will be documented here.