Skip to content
Aladin Jaermann edited this page Feb 9, 2015 · 43 revisions

This guide assume you have Python 2.6 or 2.7 installed already. Python 3.x is not supported.

Windows

Screenshot Guide including Git, Python and Startup Script

  1. Download Headphones from GitHub: https://github.com/rembo10/headphones/zipball/master
  2. Extract the ZIP file.
  3. Double click Headphones.py.
  4. Headphones will be loaded in your browser or listening @ http://localhost:8181.
  5. Create a shortcut to Headphones.py and copy that to your startup folder (C:\Documents and Settings\<Username>\Start Menu\Programs\Startup) to startup Headphones when Windows starts.

Linux

Headphones will be installed to /opt/headphones.

  • Open a terminal
  • Install Git
    • Ubuntu/Debian: sudo apt-get install git-core
    • Fedora: sudo yum install git
  • Type: cd /opt.
  • Type: git clone https://github.com/rembo10/headphones.git
  • Type: cd headphones
  • Type: python Headphones.py
  • Headphones will be loaded in your browser or listening @ http://localhost:8181
  • To start Headphones on startup, refer to Install as a daemon

Mac OSX

Screenshot Guide

Headphones will be installed to /Applications/Headphones

  • Method 1 (easy):
  • Method 2 (preferred):
    • Open a terminal
    • Install Git. This can be done via xcode-select --install
    • Type: mkdir /Applications/Headphones
    • Type: cd /Applications/Headphones
    • Type: git clone https://github.com/rembo10/headphones.git Headphones
  • Type: python Headphones.py
  • Headphones will be loaded in your browser or listening @ http://localhost:8181.
  • To start Headphones on startup, refer to Install as a daemon

Synology NAS

  1. Add the SynoCommunity package repository
  2. Download and install HeadPhones from the package center
  3. Headphones can be accessed at http://ipadress_synology:8181

Raspberry Pi

Full Guide including Startup Script

Clone this wiki locally