Updated Installation (markdown)

Mar2zz
2011-07-20 04:51:12 -07:00
parent be90802ccd
commit aa4723a366
+5 -5
@@ -4,7 +4,7 @@ _These guides assume you have python installed allready._
1. Download Headphones from github: https://github.com/rembo10/headphones/zipball/master
2. Extract the zipfile.
3. Double click headphones.py.
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.
@@ -14,7 +14,7 @@ _These guides assume you have python installed allready._
2. Extract the zip.
3. Open a terminal (in /Applications/Utilities)
4. Type: cd and drag the extracted Headphones-folder into the terminal.
5. Type: python headphones.py
5. Type: python Headphones.py
6. Headphones will be loaded in your browser or listening @ http://localhost:8181.
7. To force Heaphones to launch at startup create a text file named com.headphones.headphones.plist
8. Paste the code below into it. NOTE: you will have to adjust the path /Applications/Headphones/headphones.py to reflect your installation.
@@ -31,7 +31,7 @@ _These guides assume you have python installed allready._
<key>ProgramArguments</key>
<array>
<string>/usr/bin/python</string>
<string>/Applications/Headphones/headphones.py</string>
<string>/Applications/Headphones/Headphones.py</string>
<string>-q</string>
<string>-d</string>
</array>
@@ -44,7 +44,7 @@ _These guides assume you have python installed allready._
1. Install git (e.g. apt-get install git-core)
2. Type: git pull https://github.com/rembo10/headphones.git
3. Type: cd headphones
4. Type: python headphones.py
4. Type: python Headphones.py
5. Headphones will be loaded in your browser or listening @ http://localhost:8181
6. For autostartup (ubuntu): [[Install as a daemon]]
@@ -59,7 +59,7 @@ _These guides assume you have python installed allready._
2. Type: cd /volume1/@appstore
3. Type: git clone https://github.com/rembo10/headphones.git
4. Type: cd headphones
5. Type: /usr/bin/python headphones.py
5. Type: /usr/bin/python Headphones.py
6. Headphones will be listening @ http://ipadress_synology:8181
7. Autostart (difficult, see this [tutorial](http://synology.brickman.nl/syn_howto/HowTo%20-%20install%20Headphones.txt), assumes you have sabnzbd installed).