diff --git a/CHANGES.md b/CHANGES.md index a35951f9..c1ed3f9a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,29 @@ -### 0.16.23 (2018-08-21 21:00:00 UTC) +### 0.17.0 (2018-08-24 23:40:00 UTC) + +* Change save config values only where reqd. reduces file by up to 75% +* Add 'Map an NZBGet "DestDir"' setting to config/Search/NZB Results tab (select NZBGet) +* Add TVDB, TheXem, and GitHub buttons to page History/Layout "Provider fails" that fetches a site Up/Down report +* Add bubble links to History/Provider fails when more than one provider has failures +* Add "Keep up to x most recent downloads" to Edit Show/Other +* Add "Keep up to x most recent downloads" to Manage/Bulk Change/Edit +* Change append number of downloads to keep to the number of file(s) at Display Show +* Add "Keep up to x most recent downloads" to add show finally step +* Add prune to refreshDir/rescan +* Update Tornado Web Server 5.0.1 (35a538f) to 5.0.1 (2b2a220a) +* Add HDME torrent provider +* Add HorribleSubs torrent provider +* Add ImmortalSeed torrent provider +* Add Xspeeds torrent provider +* Change consolidate provider filters into 'Only allow releases that are' +* Add provider filters, Only allow releases that are ... + 'scene releases (srrDB/predb listed)', 'or contain' text or regex, + 'non scene if no recent search results', 'non scene if no active search results', + 'not scene nuked', and 'nuked if no active search results' +* Change improve tvdb_api performance; remember if episodes are cached and reload show if not and episodes are requested +* Change remove redundant torrent URLs and improve provider loader + + +### 0.16.23 (2018-08-21 21:00:00 UTC) * Fix detection of existing files * Change add sanitize 'imdbid' field in tvdb_api v2 diff --git a/autoProcessTV/onTxComplete.bat b/autoProcessTV/onTxComplete.bat index fed73539..dc758949 100644 --- a/autoProcessTV/onTxComplete.bat +++ b/autoProcessTV/onTxComplete.bat @@ -2,7 +2,7 @@ GOTO :main ******************************************************************************* -onTxComplete.bat v1.0 for Sickgear +onTxComplete.bat v1.0 for SickGear Script to copy select files to a location for SickGear to post process. diff --git a/gui/slick/css/dark.css b/gui/slick/css/dark.css index 6fd24a68..3730947d 100644 --- a/gui/slick/css/dark.css +++ b/gui/slick/css/dark.css @@ -70,10 +70,12 @@ pre .prelight-num{ border-color:#222 } +.component-group.bubblelist a, .ui-widget-content a{ color:#2d8fbf } +.component-group.bubblelist a:hover, .ui-widget-content a:hover{ color:#09a2ff } @@ -990,7 +992,7 @@ fieldset[disabled] .navbar-default .btn-link:focus{ color:#ddd } -.component-group.typelist .bgcol, +.component-group.bubblelist .bgcol, .dropdown-menu{ background-color:#333; border:1px solid rgba(0, 0, 0, 0.15); diff --git a/gui/slick/css/light.css b/gui/slick/css/light.css index 4952ae3f..3baeb8bf 100644 --- a/gui/slick/css/light.css +++ b/gui/slick/css/light.css @@ -65,10 +65,12 @@ pre .prelight-num{ border-color:#fff } +.component-group.bubblelist a, .ui-widget-content a{ color:rgb(42, 100, 150) } +.component-group.bubblelist a:hover, .ui-widget-content a:hover{ color:#09a2ff } @@ -963,7 +965,7 @@ fieldset[disabled] .navbar-default .btn-link:focus{ background-color:#333 } -.component-group.typelist .bgcol, +.component-group.bubblelist .bgcol, .dropdown-menu{ background-color:#f5f1e4; border:1px solid rgba(0, 0, 0, 0.15); diff --git a/gui/slick/css/style.css b/gui/slick/css/style.css index d9043dde..52be93d0 100644 --- a/gui/slick/css/style.css +++ b/gui/slick/css/style.css @@ -236,6 +236,7 @@ inc_top.tmpl border:1px solid } +.component-group.bubblelist a, .ui-widget-content a{ text-decoration:none } @@ -3230,7 +3231,7 @@ td.tableright{ } .optionWrapper{ - width:450px; + width:475px; margin-left:auto; margin-right:auto; padding:6px 12px @@ -3246,7 +3247,7 @@ td.tableright{ .optionWrapper div.selectChoices{ float:left; - width:175px; + width:200px; margin-left:25px } @@ -3282,6 +3283,9 @@ input.get_less_eps{ margin:0 6px 0 0; min-width:70px } +#provider-failures .check-site .btn{ + min-width:115px +} #media-search .btn.shows-more, #media-search .btn.shows-less, #provider-failures .btn.shows-more, @@ -3604,6 +3608,23 @@ img[src=""],img:not([src]){ top:-999px } +.box-green{ + background-color:#68b92b +} +.box-red{ + background-color:#b72828 +} +.box-green, +.box-red{ + color:#eee; + padding:0 10px; + text-align:center; + text-decoration:none; + border-radius:4px 4px 4px 4px; + -moz-border-radius:3px; + -webkit-border-radius:3px +} + /* ======================================================================= bootstrap Overrides ========================================================================== */ @@ -3782,6 +3803,18 @@ fieldset[disabled] .navbar-default .btn-link:focus{ color:#ccc } +.component-group.bubble.last{padding:0;margin:0;border-bottom:none} +.component-group.bubblelist{min-height:30px} +.component-group.bubblelist .type{padding:6px} +.component-group.bubblelist .item{display:inline-block} +.component-group.bubblelist .item img{margin-right:4px} +.component-group.bubblelist .item.text{font-size:12px; padding-right:3px} +.component-group.bubblelist .item a{font-size:16px;padding-right:20px} +.component-group.bubblelist .item.text, +.component-group.bubblelist .item a{line-height:16px;vertical-align:middle} +.component-group.bubblelist .item a img{vertical-align:bottom;opacity:0.65;filter:alpha(opacity=65)} +.component-group.bubblelist .item a:hover img{opacity:1;filter:alpha(opacity=1)} + .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{ color:#262626; text-decoration:none; diff --git a/gui/slick/images/iidrn.png b/gui/slick/images/iidrn.png new file mode 100644 index 00000000..43e12d02 Binary files /dev/null and b/gui/slick/images/iidrn.png differ diff --git a/gui/slick/images/providers/hdme.png b/gui/slick/images/providers/hdme.png new file mode 100644 index 00000000..b5e23ee6 Binary files /dev/null and b/gui/slick/images/providers/hdme.png differ diff --git a/gui/slick/images/providers/horriblesubs.png b/gui/slick/images/providers/horriblesubs.png new file mode 100644 index 00000000..92377a9d Binary files /dev/null and b/gui/slick/images/providers/horriblesubs.png differ diff --git a/gui/slick/images/providers/immortalseed.png b/gui/slick/images/providers/immortalseed.png new file mode 100644 index 00000000..5c7ec08a Binary files /dev/null and b/gui/slick/images/providers/immortalseed.png differ diff --git a/gui/slick/images/providers/spotweb.png b/gui/slick/images/providers/spotweb.png new file mode 100644 index 00000000..60bf038d Binary files /dev/null and b/gui/slick/images/providers/spotweb.png differ diff --git a/gui/slick/interfaces/default/config.tmpl b/gui/slick/interfaces/default/config.tmpl index 9526de0c..d264d67e 100644 --- a/gui/slick/interfaces/default/config.tmpl +++ b/gui/slick/interfaces/default/config.tmpl @@ -38,8 +38,10 @@