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

settingsSettings

Web Interface changes require a restart to take effect
Basic
e.g. localhost or 0.0.0.0
API
Current API key: ${config['api_key']}
Interval
mins
mins
mins
SABnzbd
usually http://localhost:8080
Downloads
Full path where SAB downloads your music. e.g. /Users/name/Downloads/music
Torrents
Folder your Download program watches for Torrents
Number of minimum seeders a torrent must have to be accepted
Full path where your torrent client downloads your music e.g. /Users/name/Downloads/music
Usenet
Folder your Download program watches for NZBs
NZBs
Newznab
e.g. http://nzb.su
<% newznab_number = 2 %> %for newznab in config['extra_newznabs']: <% if newznab[2] == '1' or newznab[2] == 1: newznab_enabled = "checked" else: newznab_enabled = "" %>
<% newznab_number += 1 %> %endfor
NZBs.org
NZBsRus
Torrents
Quality
Preferred Bitrate: kbps
Reject if less than % or more than % of the target size (leave blank for no limit)

Post-Processing
e.g. /Users/name/Music/iTunes or /Volumes/share/music
Set this if you have a separate directory for lossless music
Renaming options
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: $Track/$track (track #), $Title/$title, $Artist/$artist, $Album/$album and $Year/$year
Re-Encoding Options Note: this option requires the lame, ffmpeg or xld encoder

<% if config['encoder'] == 'lame': lameselect = 'selected="selected"' ffmpegselect = '' xldselect = '' elif config['encoder'] == 'ffmpeg': lameselect = '' ffmpegselect = 'selected="selected"' xldselect = '' else: lameselect = '' ffmpegselect = '' xldselect = 'selected="selected"' %>
Audio Properties
<% if config["samplingfrequency"] == 44100: freq44100 = 'selected="selected"' freq48000 = '' else: freq44100 = '' freq48000 = 'selected="selected"' %>
Advanced Encoding Options
Miscellaneous
%for extra in config['extras']: ${string.capwords(extra)}
%endfor
Interface

Notifications

Prowl

XBMC

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

NotifyMyAndroid

Separate multiple api keys with commas

Synology NAS

Pushover

Musicbrainz

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