<%inherit file="base.html"/> <%! import headphones import string %> <%def name="headIncludes()"> <%def name="headerIncludes()"> <%def name="body()">

CWeb Interface

WWeb Interface changes require a restart to take effect

HTTP


Basic settings for Headphones.

Localhost or 0.0.0.0

Default is: 8181

Enter a desired username at login, or leave blank for none.


Enter a desired password at login, or leave blank for none.

Enabling this feature will open Headphones at startup.

Choose from a verity of different themes

API:

Current API:${config['api_key']}

PScan Intervals




uDownload Settings

Setup SABnzbd or BitTorrent

SABnzbd


Usually http://localhost:8080

Type the user name for SABnzbd

Enter the password for SABnzbd
Write the category label name from SABnzbd

Full path to the directory where SAB downloads your music.

~Torrents


Folder your Download program watches for NZBs

Binary retention time

Folder your Download program watches for Torrents

Number of minimum seeders a torrent must have to be accepted

Full path to the directory where your torrent client downloads your music
i.e. /Users/name/Downloads/music

L Search Providers

"We provide you with a automated search service to locate binary files/secgments that can be found on the public access network called Usenet."

DNewznab Providers


e.g. http://nzb.su
%for newznab in config['extra_newznabs']:
%endfor

DNzbs.org

BitTorrent:

A peer-to-peer file sharing (P2P) communications protocol




I Quality & Post Processing

Album Quality:







Post Processing:













i.e. /Users/name/Music/iTunes or /Volumes/share/music

SAdvanced Settings

TRenaming

Use: $Artist/$artist, $Album/$album, $Year/$year, $Type/$type (release type) and $First/$first (first letter in artist name)
E.g.: $Type/$First/$artist/$album [$year] = Album/G/girl talk/all day [2010]
Use: $Disc/$disc (disc #), $Track/$track (track #), $Title/$title, $Artist/$artist, $Album/$album and $Year/$year

FMiscellaneous

Customize what HP

Automatically:

EPs, Compilations, Live Albums, Remix Albums and Singles




Re-Encoding Options

Re-encode downloads during postprocessing.
This option requires the lame or ffmpeg encoder.

Encoder Options

<% if config['encoder'] == 'lame': lameselect = 'selected="selected"' ffmpegselect = '' else: lameselect = '' ffmpegselect = 'selected="selected"' %>

Audio Properties

<% if config["samplingfrequency"] == 44100: freq44100 = 'selected="selected"' freq48000 = '' else: freq44100 = '' freq48000 = 'selected="selected"' %>
Ignores audio properties

W Notifications

Prowl Options

XBMC

e.g. http://localhost:8080. Separate hosts with commas

Notify My Android

Separate multiple api keys with ",".
Get NotifyMyAndroid

Synology NAS

KMirror

Custom Options

Headphones Server

DGet an Account
<%def name="javascriptIncludes()">