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

Web Interface

HTTP Host:


i.e. localhost or 0.0.0.0

HTTP Username:

HTTP Port:

HTTP Password:

Launch Browser on Startup:

Download Settings

SABnzbd Host:


usually http://localhost:8080

SABnzbd Username:

SABnzbd API:

SABnzbd Password:

SABnzbd Category:

Music Download Directory:


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

Use Black Hole:

Black Hole Directory:


Folder your Download program watches for NZBs

Usenet Retention:

Search Providers

NZBMatrix:

NZBMatrix Username:

NZBMatrix API:

Newznab:

Newznab Host:


i.e. http://nzb.su

Newznab API:

NZBs.org:

NZBs.org UID:

NZBs.org Hash:

Newzbin:

Newzbin UID:

Newzbin Password:

Quality & Post Processing

Album Quality:


Highest Quality excluding Lossless

Highest Quality including Lossless

Lossless Only

Preferred Bitrate: kbps

Auto-Detect Preferred Bitrate

Post-Processing:

Move downloads to Destination Folder

Rename files

Correct metadata

Delete leftover files (.m3u, .nfo, .sfv, .nzb, etc.)

Add album art as 'folder.jpg' to album folder

Embed album art in each file

Embed lyrics


Path to Destination folder:


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

Advanced Settings

Renaming Options:


Folder Format:


Use: artist, album, year and first (first letter in artist name)
E.g.: first/artist/album [year] = G/Girl Talk/All Day [2010]


File Format:


Use: tracknumber, title, artist, album and year

Miscellaneous:


Automatically Include Extras When Adding an Artist

(EPs, Compilations, Live Albums, Remix Albums and Singles)

Interface:

Log Directory:

Re-Encoding Options:


Re-encode downloads during postprocessing

Note: this option requires the lame or ffmpeg encoder

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

Encoder: Format:


Bitrate: <% if config["samplingfrequency"] == 44100: freq44100 = 'selected="selected"' freq48000 = '' else: freq44100 = '' freq48000 = 'selected="selected"' %> Sampling:



Advance Encode Options:


Path to Encoder:


(Web Interface changes require a restart to take effect)