Changes

From Amahi Wiki
Jump to: navigation, search
1,469 bytes added ,  15:55, 29 July 2011
Started a page for a how-to install headphones.
[https://github.com/rembo10/headphones Headphones] is a SABnzbd add-on that automates your music downloading. You can import all your favorite artists from iTunes, and keep an eye out for any new albums they might be releasing.

It can be configured to work with a few search providers, including NZBMatrix, NZBs.org and Newznab servers.

*Movies: [http://wiki.amahi.org/index.php/CouchPotato Couchpotato]
*TV Shows: [http://wiki.amahi.org/index.php/Sick_Beard SickBeard]
*Music: [https://github.com/rembo10/headphones Headphones]

{{MessageBox|
backgroundcolor = #FBB|
image =Warning.png|
heading =WARNING|
message = Headphones is still under heavy development and in alpha stadium.}}
This guidance will instruct you how to get Headphones and add it to your HDA. Upon completion, you will have Headphones running, but not as a service since their is only a init.d script for Ubuntu users at this moment.

== PreRequisites ==
[http://www.amahi.org/apps/sabnzbd SabNZBD]

== Install ==
* First install git-core in case you don't have it.:
{{Code|su -
yum install git-core
}}
* Now get headphones using the following command.:
{{Code|git clone https://github.com/rembo10/headphones.git
}}

* Now you can start up headphones by executing the following command. (Change /headphones/directory to your download directory eg. /home/user/headphones/Headphones.py)
{{Code|python /headphones/directory/Headphones.py
}}
Now you can use Headphones by going to http://hda:8181/
3

edits