Skip to content

Latest commit

 

History

History
52 lines (41 loc) · 1.3 KB

README.md

File metadata and controls

52 lines (41 loc) · 1.3 KB

LuiPlayer

Youtube Music Player on Electron+Vue.js


Warning: This application has not been tested on Linux and Mac systems. You can build the application yourself and send a issue or a pull request.

What functions do you already have?

  1. Search for tracks
  2. Track control panel. (Sound change, timeline, etc.)
  3. History of the tracks (navigation on the buttons left and right)
  4. Audio Visualization
  5. Possibility to download a file (MP4 only)

TODO:

  1. Refactoring
  2. Lyrics
  3. Caching MP3 files
  4. Information about the track, playlist, artist
  5. Manipulation with local playlists
  6. Settings

Build

// install dep
npm i 

// run test build (gulp vueify+electron .)
npm run dev

// build app for os
npm run build:all 
npm run build:windows
npm run build:linux
npm run build:mac

LICENSE

UNLICENSE

Author

Andrey Zhevlakov (@AZbang)