Skip to content

ghj1214kr/hatsune

Repository files navigation

Hatsune

Quasar Framework Github All Releases

English | 한국어

Desktop music player made with Quasar Framework

Screenshot

Download

Download from here.

Update

Download new version and overwrite an existing folder.

Instructions

How to drag window?

Dragzone

Drag the marked area.

Keyboard shortcuts

  • Space or Enter : Play/Pause
  • L : Toggle loop
  • S : Toggle shuffle
  • M : Toggle mute
  • < : Previous track
  • > : Next track
  • : Volume up
  • : Volume down
  • : Seek backward 5 seconds
  • : Seek forward 5 seconds

Other functions

Right-click on cover art or playing track information to copy it to the clipboard.

Something is going wrong!

Press Ctrl + R. Player will be refreshed.

Install the dependencies

yarn

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev -m electron

Build the app for production

quasar build -m electron

If get an error related to better-sqlite3

./node_modules/better-sqlite3/build/Release/better_sqlite3.node exists, delete it first.

./node_modules/.bin/electron-rebuild