diff --git a/CHANGES.md b/CHANGES.md index 29a60842..06553594 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -129,6 +129,34 @@ * Add indicator for public access search providers * Change improve probability selecting most seeded release * Change add the TorrentDay x265 category to search +* Add smart logic to reduce api hits to newznab server types and improve how nzbs are downloaded +* Add newznab smart logic to avoid missing releases when there are a great many recent releases +* Change improve performance by using newznab server advertised capabilities +* Change config/providers newznab to display only non-default categories +* Change use scene season for wanted segment in backlog if show is scene numbering +* Change combine Manage Searches / Backlog Search / Limited and Full to Force +* Change consolidate limited and full backlog +* Change config / Search / Backlog search frequency to instead spread backlog searches over a number of days +* Change migrate minimum used value for search frequency into new minimum 7 for search spread +* Change restrict nzb providers to 1 backlog batch run per day +* Add to Config/Search/Unaired episodes/Allow episodes that are released early +* Add to Config/Search/Unaired episodes/Use specific api requests to search for early episode releases +* Add use related ids for newznab searches to increase search efficiency +* Add periodic update of related show ids +* Change terminology Edit Show/"Post processing" tab name to "Other" +* Add advanced feature "Related show IDs" to Edit Show/Other used for finding episodes and TV info +* Add search info source image links to those that have zero id under Edit Show/Other/"Related show IDs" +* Add "set master" button to Edit Show/Other/"Related show IDs" for info source that can be changed +* Change displayShow terminology "Indexers" to "Links" to cover internal and web links +* Change add related show info sources on displayShow page +* Change don't display "temporarily" defunct TVRage image link on displayShow pages unless it is master info source +* Change if a defunct info source is the master of a show then present a link on displayShow to edit related show IDs +* Change simplify the next backlog search run time display in the page footer +* Change try ssl when fetching data thetvdb, imdb, trakt, scene exception +* Change improve reliability to Trakt notifier by using show related id support +* Change improve config/providers newznab categories layout +* Change show loaded log message at start up and include info source +* Change if episode has no airdate then set status to unaired (was skipped) [develop changelog] * Change send nzb data to NZBGet for Anizb instead of url diff --git a/HACKS.txt b/HACKS.txt index 301a246e..64667eb0 100644 --- a/HACKS.txt +++ b/HACKS.txt @@ -4,6 +4,7 @@ Libs with customisations... /lib/dateutil/zoneinfo/__init__.py /lib/hachoir_core/config.py /lib/hachoir_core/stream/input_helpers.py +/lib/lockfile/mkdirlockfile.py /lib/pynma/pynma.py /lib/requests/packages/urllib3/connectionpool.py /lib/requests/packages/urllib3/util/ssl_.py diff --git a/gui/slick/images/fanart.png b/gui/slick/images/fanart.png new file mode 100644 index 00000000..aabb790f Binary files /dev/null and b/gui/slick/images/fanart.png differ diff --git a/gui/slick/images/imdb16.png b/gui/slick/images/imdb16.png new file mode 100644 index 00000000..52558685 Binary files /dev/null and b/gui/slick/images/imdb16.png differ diff --git a/gui/slick/images/providers/zooqle.png b/gui/slick/images/providers/zooqle.png index 560c95c0..3fc2df76 100644 Binary files a/gui/slick/images/providers/zooqle.png and b/gui/slick/images/providers/zooqle.png differ diff --git a/gui/slick/images/tmdb16.png b/gui/slick/images/tmdb16.png new file mode 100644 index 00000000..c4bc9806 Binary files /dev/null and b/gui/slick/images/tmdb16.png differ diff --git a/gui/slick/images/trakt16.png b/gui/slick/images/trakt16.png new file mode 100644 index 00000000..c81167b3 Binary files /dev/null and b/gui/slick/images/trakt16.png differ diff --git a/gui/slick/images/tvmaze16.png b/gui/slick/images/tvmaze16.png new file mode 100644 index 00000000..ab919794 Binary files /dev/null and b/gui/slick/images/tvmaze16.png differ diff --git a/gui/slick/interfaces/default/config_providers.tmpl b/gui/slick/interfaces/default/config_providers.tmpl index 6703da6f..59f8e552 100644 --- a/gui/slick/interfaces/default/config_providers.tmpl +++ b/gui/slick/interfaces/default/config_providers.tmpl @@ -645,15 +645,27 @@ name = '' if not client else get_client_instance(sickbeard.TORRENT_METHOD)().nam
use specific server api requests to search for early episode releases
+ +