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:
- Go to one of these paths and remove
Local Storage
,Settings
,Indexed DB
. You may also remove thealbumArts
folder, or remove them one by one and start the app after each file/folder you remove.
- On Linux:
~/.config/blanc
- On Windows:
%APPDATA%\Roaming\blanc
(hitWin+R
and typeappdata
then Enter.) - If it was during an upgrade, please remove
albums.db
,colors.db
,library.db
(if they exist) and restart the app.
- Create an issue describing what happened when it broke and attach any log files in the folder above.
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.
- Playing music
- Viewing Albums
- Global Media Shortcuts
- Playlists
- Viewing Artists
- UI Customizability
# 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.