Skip to content
forked from martpie/museeks

A lightweight music player, cross-platform, written with Node.js, Electron and React.js.

License

Notifications You must be signed in to change notification settings

mandelbroo/museeks

 
 

Repository files navigation

museeks

Gitter Dependencies

A free, lightweight and cross-platform music player. (http://museeks.io)

Screenshot

It uses:

===

Features

  • Lightweight music player
  • Queue management
  • Shuffle, loop
  • Dark theme
  • Supported formats:
    • mp3
    • ogg
    • wav

===

Changelog / Roadmap

===

Installation

Classic

Builds can be found at this page. Please notive those are only portable versions. Installers may come in the future.

Dev (advanced)

  • Download Electron there are crashes problems in 0.36.x, don't use it
  • Download Museeks source code
  • Put it in a folder called app in [Electron path]/resources
  • bower install && npm install && npm run compile
  • Run Electron

===

Contribute

  • Fork and clone
  • You will need bower and webpack installed globally
  • bower install && npm install && npm run dev
  • Don't forget to enable dev mode in the app in the settings view

Webpack will watch for JSX and SASS changes.

Please respect a few rules:

  • Make the code readable and comment if needed
  • 4 spaces indent !
  • Before making complex stuff, don't hesitate to open an issue first to discuss about it

Then open a PR :)

About

A lightweight music player, cross-platform, written with Node.js, Electron and React.js.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 78.7%
  • CSS 20.6%
  • HTML 0.7%