diff --git a/data/css/style.css b/data/css/style.css index a3524c0e..b2d5be9b 100755 --- a/data/css/style.css +++ b/data/css/style.css @@ -179,6 +179,8 @@ h2 { font-size: 13px; color: #FFF; text-decoration: none;} h3 { font-size: 12px; color: #FFF; text-decoration: none;} h4 { font-size: 10px; color: #FFF; text-decoration: none;} +p { margin-top: 8px; margin-bottom: 8px; } + p.indented { margin-top: 20px; margin-bottom: 20px; font-size: 12px; } p.center { text-align: center; font-size: 18px; } .smalltext2 { font-size: 12px; margin-left: 45px; } @@ -529,7 +531,38 @@ text-shadow: 1px 1px 0px rgb(87,160,0); } .table_wrapper { border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; width: 100%; background-color: #313131; position: relative; min-height: 50px; clear: both; _height: 302px; zoom: 1; } -/*All inputs in the main content +/*All inputs in the main content */ + +.checkbox, +.radio { + width: 19px; + height: 25px; + padding: 0 5px 0 0; + background: url(../images/checkbox.png) no-repeat; + display: block; + clear: left; + float: left; +} + +.radio +{ + background: url(../images/radio.png) no-repeat; +} + +.select{ + position: absolute; + width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */ + height: 21px; + padding: 0 24px 0 8px; + color: #000; + font-weight: bold; + text-shadow: 1px 1px 0px rgb(170,170,170); + font-size: 12px/21px; + line-height: 19px; + background: url(../images/select.png) no-repeat; + overflow: hidden; + background-color: #272727; +} /*Tooltip*/ .tooltip @@ -586,8 +619,8 @@ text-shadow: 1px 1px 0px rgb(87,160,0); background-image: -ms-linear-gradient(bottom, rgb(117,117,117) 0%, rgb(156,156,156) 100%); } -form input[type="radio"], -form input[type='submit'] +.submit, +input[type="submit"] { border: 1px solid #000; border-radius: 3px; @@ -595,12 +628,14 @@ form input[type='submit'] font-weight: bold; padding: 3px 6px 3px 6px; background-image: linear-gradient(bottom, rgb(117,117,117) 0%, rgb(156,156,156) 100%); -background-image: -o-linear-gradient(bottom, rgb(117,117,117) 0%, rgb(156,156,156) 100%); -background-image: -moz-linear-gradient(bottom, rgb(117,117,117) 0%, rgb(156,156,156) 100%); -background-image: -webkit-linear-gradient(bottom, rgb(117,117,117) 0%, rgb(156,156,156) 100%); -background-image: -ms-linear-gradient(bottom, rgb(117,117,117) 0%, rgb(156,156,156) 100%); -text-shadow: 1px 1px 0px rgb(180,180,180); + background-image: -o-linear-gradient(bottom, rgb(117,117,117) 0%, rgb(156,156,156) 100%); + background-image: -moz-linear-gradient(bottom, rgb(117,117,117) 0%, rgb(156,156,156) 100%); + background-image: -webkit-linear-gradient(bottom, rgb(117,117,117) 0%, rgb(156,156,156) 100%); + background-image: -ms-linear-gradient(bottom, rgb(117,117,117) 0%, rgb(156,156,156) 100%); + text-shadow: 1px 1px 0px rgb(180,180,180); } +.text-pass, +.text-field, input[type="password"], input[type="text"] { diff --git a/data/images/checkbox.png b/data/images/checkbox.png new file mode 100644 index 00000000..53e596bf Binary files /dev/null and b/data/images/checkbox.png differ diff --git a/data/images/radio.png b/data/images/radio.png new file mode 100644 index 00000000..92ea75d9 Binary files /dev/null and b/data/images/radio.png differ diff --git a/data/images/select.png b/data/images/select.png new file mode 100644 index 00000000..b6adfef7 Binary files /dev/null and b/data/images/select.png differ diff --git a/data/interfaces/default/base.html b/data/interfaces/default/base.html index a8dfda8f..7851fb39 100755 --- a/data/interfaces/default/base.html +++ b/data/interfaces/default/base.html @@ -31,7 +31,9 @@ - + + + @@ -85,7 +87,7 @@ - +
diff --git a/data/interfaces/default/config.html b/data/interfaces/default/config.html index 8f84b0d2..c9dd37e5 100644 --- a/data/interfaces/default/config.html +++ b/data/interfaces/default/config.html @@ -40,14 +40,19 @@+
+ Launch Browser on Startup: + +
+ Use Black Hole: + +
| + |
Album Quality:- Highest Quality excluding Lossless-Highest Quality including Lossless-Lossless Only-Preferred Bitrate: - kbps- Auto-Detect Preferred Bitrate ++ + 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++ + 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:-
+ + Path to Destination folder: ++ +
i.e. /Users/name/Music/iTunes or /Volumes/share/music
@@ -304,20 +373,39 @@
|
Renaming Options:- Folder Format:-Use: artist, album, year, releasetype and first (first letter in artist name)
- E.g.: first/artist/album [year] = G/Girl Talk/All Day [2010]
+ + Folder Format: ++ +
+
+ Use: artist, album, year, releasetype 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
+ + File Format: ++ +
+
+ Use: tracknumber, title, artist, album and year
+
+
|
Miscellaneous:- Automatically Include Extras When Adding an Artist++ + Automatically Include Extras When Adding an Artist + (EPs, Compilations, Live Albums, Remix Albums and Singles)
- Interface:
- |
Re-Encoding Options:-Note: this option requires the lame or ffmpeg encoder
- - Re-encode downloads during postprocessing--
- Only re-encode lossless files (.flac)+
+
+ Note: this option requires the lame or ffmpeg encoder
+
+
+ Re-Encoding Options:+- <% - if config['encoder'] == 'lame': - lameselect = 'selected="selected"' - ffmpegselect = '' - else: - lameselect = '' - ffmpegselect = 'selected="selected"' - %> - Encoder: |
- Prowl Notification:- Enable Prowl Notifications+ + Prowl Notification: +++ + Enable Prowl Notifications +
-
API key:- Notify on snatch?- Priority (-2,-1,0,1 or 2):++ API key: +++ + + Notify on snatch? + ++ + Priority (-2,-1,0,1 or 2): ++ |
- Muscbrainz Mirror:
+ %for mirror in config['mirror_list']: <% if mirror == headphones.MIRROR: @@ -454,14 +574,16 @@ else: mirrortext = '' %> - + %endfor |
- (Web Interface changes require a restart to take effect)
+
+
+
+ (Web Interface changes require a restart to take effect)
Where do you keep your music?
+