Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Commit

Permalink
Remove source code
Browse files Browse the repository at this point in the history
  • Loading branch information
vincelwt committed Mar 18, 2017
1 parent bb90dcb commit e100f54
Show file tree
Hide file tree
Showing 61 changed files with 11 additions and 8,986 deletions.
29 changes: 0 additions & 29 deletions .travis.yml

This file was deleted.

677 changes: 0 additions & 677 deletions LICENSE

This file was deleted.

96 changes: 11 additions & 85 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
<p align="center">
<img src="http://i.imgur.com/jTR9Dex.png" alt="Harmony"/>
</p>
# Harmony

<p align="center">
<a href="https://gitter.im/harmony-player/Lobby"><img src="https://badges.gitter.im/Join%20Chat.svg" alt="Join the chat at Gitter" /></a>
<a href="https://github.com/vincelwt/harmony/releases/latest"><img src="https://img.shields.io/github/downloads/vincelwt/harmony/total.svg?maxAge=2592000" alt="Total Downloads" /></a>
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XLQTUNFTN9FU8"><img src="https://img.shields.io/badge/Donate-PayPal-green.svg" alt="Donate" /></a>
<a href="https://flattr.com/submit/auto?user_id=vincelwt&url=https://github.com/vincelwt/harmony&title=harmony&language=&tags=github&category=software"><img src="https://img.shields.io/badge/Donate-Flattr-green.svg" alt="Flattr this project" /></a>
</p>


<p align="center">
<img src="screenshot.png" alt="Harmony Screenshot"/>
</p>

* Play tracks from SoundCloud, Google Play Music, Spotify, Deezer, Hype Machine or your local tracks
* Play music 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
Expand All @@ -24,88 +18,20 @@
* Distraction-free
* Background notifications

## Download

## 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](https://security.google.com/settings/security/apppasswords) or you can (although insecure and at your own risk) enable the insecure app access in [your Google account settings](https://myaccount.google.com/security?pli=1#connectedapps).

## Installation

You can download compiled versions of Harmony for Windows, Mac OS, and Linux (.deb) from [the website](http://getharmony.xyz).

**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](http://ideas.getharmony.xyz).

If you found a bug, please post the bug [on this page](https://github.com/vincelwt/harmony/issues) 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](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XLQTUNFTN9FU8)

[![Flattr this project](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=vincelwt&url=https://github.com/vincelwt/harmony&title=harmony&language=&tags=github&category=software)


## Development environment

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

- [npm][], usually installed with [node][]
- [git][], version control tool

[git]: http://git-scm.com/
[npm]: http://npmjs.org/
[node]: http://nodejs.org/

Follow the steps below to get a development copy set up:
Download Harmony from the [website](https://getharmony.xyz/download).

```bash
# Clone our repository
git clone -b master --single-branch https://github.com/vincelwt/harmony.git
cd harmony/
## Reporting issues

# Install our dependencies and dev dependencies
npm install
Please indicate your operating system, Harmony's version and if you can, steps to reproduce the bug.

# Start up
npm start
```
Altough you can submit small feature requests, keep in mind that I only prioritize requests coming from [paying users](https://getharmony.xyz/buy).

After running the above steps, a copy of Harmony should begin running.
## Where is the source code?

## Thanks to
Harmony used to be an open-source software. It is now a free-to-evaluate software, but you need a license for continued use.

[@moz17i](http://mo17i.tumblr.com/) for the logo and Github banner
I explain this decision [here](https://getharmony.xyz/buy).

[@w0xel](https://github.com/w0xel) for improvements on the Play Music plugin
You can still access the source code prior to the 0.5.0 release on this repo.
Loading

0 comments on commit e100f54

Please sign in to comment.