Skip to content
forked from vincelwt/harmony

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

Notifications You must be signed in to change notification settings

mgalex13/harmony

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Harmony

Join the chat at Gitter Total Downloads Donate Flattr this project

Harmony Screenshot

  • Play tracks from SoundCloud, Google Play Music, Spotify, Deezer, Hype Machine or your local tracks
  • All your playlists within the same app
  • Sound menu integration or system tray for incompatible systems
  • Last.fm scrobbling
  • Super sleek interface
  • Dark mode (Cmd/Ctrl + D)
  • 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, you can create a specific app password or you can (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):

Run and install

Windows:

Run and install

Linux:

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

Controls

Ctrl/Cmd + D -> Toggle Dark mode

Space -> Play/Pause

N or Ctrl/Cmd + Right -> Next track

P or Ctrl/Cmd + Left -> Prev track

L -> Like track

Ctrl/Cmd + F -> Search

Contribute

You can suggest (or vote for) new features at this page.

If you found a bug, please post the bug on this page and include if you can console's output and steps to reproduce the problem in your bug report.

You can access the log under the console tab of the devtools (Cmd/Ctrl+Alt+i).

If you want to develop, you can look at the issues, especially the bugs and then try to fix them.

Or if you enjoyed using Harmony and would like to support the development, please consider making a donation.

Donate

Flattr this project

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 -b master --single-branch 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.

Thanks to

@moz17i for the logo and Github banner

@w0xel for improvements on the Play Music plugin

packagecloud

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 78.2%
  • CSS 13.6%
  • HTML 6.9%
  • Shell 1.3%