A sleek and simple music player
A sleek and simple music player
Blanc is a music player with a focus on being shiny. Which is why it might bring your PC to it’s knees while indexing your music.
Once it’s done and you start playing music: Hover over the album art for the play button. Click the arrow by the right for a beautiful no-chrome mode with a nice visualizer and shrunk controls.
It’s currently in development, so if anything breaks, please:
Local Storage
, Settings
, Indexed DB
. You may also remove the albumArts
folder, or remove them one by one and start the app after each file/folder you remove.~/.config/blanc
%APPDATA%\Roaming\blanc
(hit Win+R
and type appdata
then Enter.)albums.db
, colors.db
, library.db
(if they exist) and restart the app.e
- Toggle expanded view. Ctrl-e
fullscreen along with that.Space
- Pause/playp
- Previous songn
- Next songq
- Toggle queue. Works in expanded view too.r
- Toggle repeat./
/Ctrl-f
- Focus the searchbar when it’s present.
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron application for production
npm run build
# run unit tests
npm test
# lint all JS/Vue component files in `src/`
npm run lint
This project was generated with electron-vue using vue-cli. Documentation about the original structure can be found here.