Wiki > Headphones
Headphones is an automated music downloader for NZB and Torrent, written in Python.
A random port number between 10000 and 32767 is needed and will be used to access Headphones once setup is complete. The port number 16873 has automatically been generated and will be used throughout this article, but can be changed if needed.
Installation
-
Connect to your slot through SSH
-
Download Headphones
git clone https://github.com/rembo10/headphones.git
-
Launch Headphones
python headphones/Headphones.py --daemon --nolaunch --host=0.0.0.0 --port=16873
-
IMPORTANT: Access http://server.whatbox.ca:16873/config and edit the configuration as shown
HTTP Host: 0.0.0.0 HTTP Port: 16873 HTTP Username: user (or any other username you want to use) HTTP Password: Use a secure password that you want to use to access Headphones Uncheck "Launch browser on startup"
-
Click
Save Settings
-
Click
Restart
, located in the top-right of the Headphones configuration page
You can access Headphones at http://server.whatbox.ca:16873 and log in with your selected username and password.
Usage
The usage guide for Headphones is available on the project's GitHub wiki.