Skip to content

Sleek music player for Spotify, SoundCloud, Google Play Music and your local files

Notifications You must be signed in to change notification settings

maxsolovev/harmony

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Harmony Player

A next-gen music player built with Electron.

Harmony

  • Play tracks from SoundCloud, Google Play Music, Spotify or your local tracks
  • Sound menu integration
  • Last.fm scrobbling
  • Super sleek interface
  • Keyboard control
  • Distraction-free
  • Background notifications

Google Play Music 2 Factors auth

If you want to use Harmony with your Google account using 2-factors authentification (altough insecure and at your own risk) enable the insecure app access in your Google account settings.

Installation

You can download compiled versions of Harmony for Windows, Mac OS, and Linux (.deb) from the website.

Mac OS (OSX):

Unzip, and move the .app to the /Applications directory.

Windows:

Run and install

Linux:

Use sudo dpkg -i followed by the .deb file to install.

Controls

Space -> Play/Pause

N or Ctrl/Cmd + Right -> Next track

P or Ctrl/Cmd + Left -> Prev track

L -> Like track

Ctrl/Cmd + F -> Search

Development environment

To get a local development copy running, you will need:

  • npm, usually installed with node
  • git, version control tool

Follow the steps below to get a development copy set up:

# Clone our repository
git clone https://github.com/vincelwt/harmony.git
cd harmony/

# Install our dependencies and dev dependencies
npm install

# Start up
npm start

After running the above steps, a copy of Harmony should begin running.

You can check out the Trello board here.

Contribute

If you enjoyed using Harmony, and/or would like to support the development, please consider making a donation.

Donate

About

Sleek music player for Spotify, SoundCloud, Google Play Music and your local files

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 73.6%
  • HTML 13.8%
  • CSS 12.6%