-
Notifications
You must be signed in to change notification settings - Fork 600
Installation
These guides assume you have python installed already.
- Add the SynoCommunity package repository
- Download and install HeadPhones from the package center
- Headphones can be accessed at
http://ipadress_synology:8181
Screenshot Guide including Git and Startup Script
- Download Headphones from github: https://github.com/rembo10/headphones/zipball/master
- Extract the zipfile.
- 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.
-
Download Headphones from github: https://github.com/rembo10/headphones/zipball/master
-
Extract the zip.
-
Open a terminal (in /Applications/Utilities)
-
Type: cd and drag the extracted Headphones-folder into the terminal.
-
Type: python Headphones.py
-
Headphones will be loaded in your browser or listening @ http://localhost:8181.
-
To force Heaphones to launch at startup create a text file named com.headphones.headphones.plist
-
Paste the code below into it. NOTE: you will have to adjust the path /Applications/Headphones/headphones.py to reflect your installation.
-
Save file in ~/Library/LaunchAgents/com.headphones.headphones.plist where ~ is your home directory. Do NOT save it in /System/Library or /Library as Headphones will launch as root.
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Label</key> <string>com.headphones.headphones</string> <key>ProgramArguments</key> <array> <string>/usr/bin/python</string> <string>/Applications/Headphones/Headphones.py</string> <string>-q</string> <string>-d</string> </array> <key>RunAtLoad</key> <true/> </dict> </plist>
- Install git (e.g. apt-get install git-core)
- 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
- For autostartup (ubuntu): Install as a daemon
- copy code below, paste in terminal, press enter and follow onscreen instructions.
wget http://dl.dropbox.com/u/18712538/Headphones/headphonesinstall.sh && sudo chmod +x headphonesinstall.sh && ./headphonesinstall.sh
((Link Broken))