-
Notifications
You must be signed in to change notification settings - Fork 600
Installation
Nemo edited this page Nov 26, 2017
·
43 revisions
This guide assume you have Python 2.6 or 2.7 installed already. Python 3.x is not supported.
Screenshot Guide including Git, Python and Startup Script
- Download Headphones from GitHub: https://github.com/rembo10/headphones/zipball/master
- Extract the ZIP file.
- Double click
Headphones.py
. - Headphones will be loaded in your browser or listening @ http://localhost:8181.
- 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.
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
- Ubuntu/Debian:
- 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
Headphones will be installed to /Applications/Headphones
- Method 1 (easy):
- Download Headphones from GitHub: https://github.com/rembo10/headphones/zipball/master
- Extract the zip to
/Applications/Headphones
. Make sure you extract the files directly in the root. - Open a terminal
- Type:
cd /Applications/Headphones
- Type:
python Headphones.py
- Method 2 (preferred):
- Open a terminal
- Install Git. This can be done via
xcode-select --install
- Type:
cd /Applications
- Type:
git clone https://github.com/rembo10/headphones.git Headphones
- Type:
cd /Applications/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
- Add the SynoCommunity package repository
- Download and install HeadPhones from the package center
- Headphones can be accessed at
http://ipadress_synology:8181
There is a docker container available at https://hub.docker.com/r/linuxserver/headphones/