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

settingsSettings

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
NZBMatrix
Newznab
e.g. http://nzb.su
NZBs.org
Newsbin
Torrents
Quality
Post-Processing
e.g. /Users/name/Music/iTunes or /Volumes/share/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 or ffmpeg encoder
<% 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"' %>
Advanced Encoding Options
Miscellaneous
Interface

Notifications

Prowl

XBMC

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

NotifyMyAndroid

Separate multiple api keys with commas

Synology NAS

Musicbrainz

Get an Account!

Web Interface changes require a restart to take effect

<%def name="javascriptIncludes()">