GithubHelp home page GithubHelp logo

shakir-fattani / headset-electron Goto Github PK

View Code? Open in Web Editor NEW

This project forked from headsetapp/headset-electron

0.0 1.0 0.0 76.53 MB

Official Headset repo

Home Page: http://headsetapp.co

License: MIT License

Shell 19.92% JavaScript 75.60% HTML 3.24% CSS 1.24%

headset-electron's Introduction

Headset

Linux: Build Status Windows: Build status

Headset is a simple music player for Mac, Windows and Linux with integrated YouTube search, a home screen with popularity list by genres and eras, and best of all, a radio powered by Reddit. Headset takes the songs that are shared in over 80 music subreddits, categorize them and plays them automatically. It's a great way to find new music and a pretty unique one as it is chosen by other humans like you, not by algorithms.

Have a question? Join our Slack workspace: https://tinyurl.com/y7m8y5x4

Installation

Using Homebrew (macOS)

Update Homebrew and install headset using Hombrew Cask

brew update
brew cask install headset

Linux

As an alternative to .deb and .rpm packages on the website, you can also install it directly from the command-line:

Debian

wget -q http://headsetapp.co/headset-electron/debian/headset.asc -O- | sudo apt-key add -
echo "deb [arch=amd64] http://headsetapp.co/headset-electron/debian stable non-free" | sudo tee /etc/apt/sources.list.d/headset.list
sudo apt-get update
sudo apt-get install headset

Redhat

sudo dnf config-manager --add-repo http://headsetapp.co/headset-electron/redhat/headset.repo
sudo dnf install headset

--- Or ---

sudo yum-config-manager --add-repo http://headsetapp.co/headset-electron/redhat/headset.repo
sudo yum install headset

Build from source

If you would like to create a build for a different environment (e.g Manjaro or Aur, etc.) please follow these steps:

  1. Install NodeJs 6.2.0 or later

  2. Clone the Repo

$ git clone https://github.com/headsetapp/headset-electron.git
  1. Go into your specific OS folder and install dependencies
$ cd headset-electron/linux
$ npm install
  1. Create your build:
electron-packager . headset \
  --ignore bin \
  --prune true \
  --out build/ \
  --overwrite  \
  --platform=linux \
  --arch=x64
  1. [Optional] For the Ubuntu build, we're using electron-installer-debian and for the Fedora build, we're using electron-installer-redhat. There might be an installer for your specific version, just have to google it.

headset-electron's People

Contributors

fcastilloec avatar danielravina avatar miniscruff avatar changjoo-park avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.