Commit graph

3231 commits

Author SHA1 Message Date
JackDandy
9d24ec109f Fix only replace initial quality releases from the upgrade to list. 2016-09-22 13:20:48 +01:00
JackDandy
e1ab0d4c2d Merge pull request #772 from JackDandy/feature/ReduceNewznabHits
Add smart logic to reduce api hits to newznab server types and improv…
2016-09-21 17:56:12 +01:00
Prinz23
d3a7f0ff5e 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 terminology displayShow "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).

Technical
Change move scene_exceptions table from cache.db to sickbeard.db.
Add related ids to show obj.
Add use of mapped indexer ids for newznab.
Add indexer to sql in wanted_eps.
Add aired in (scene) season for wanted episodes.
Add need_anime, need_sports, need_sd, need_hd, need_uhd to wanted episodes and added as parameter to update_providers.
Add fix for lib lockfile/mkdirlockfile.
Add set master TV info source logic.
Change harden ui input validation.
Add per action dialog confirmation.
Change to reload page under more events.
Change implement "Mark all added episodes Wanted to search for releases" when setting new info source.
2016-09-21 17:50:27 +01:00
JackDandy
2d66e88585 Merge branch 'master' into develop 2016-09-13 21:01:10 +01:00
JackDandy
b9e31eca28 Merge branch 'hotfix/0.11.15' 2016-09-13 20:57:13 +01:00
Prinz23
ea702379c3 Add rollback capability to undo database changes made during tests. 2016-09-13 20:50:35 +01:00
JackDandy
52f405c45a Merge pull request #768 from JackDandy/feature/FixJoin
Fix join clean up.
2016-09-13 17:06:07 +01:00
JackDandy
5cc26a6ddd Fix join clean up. 2016-09-13 16:59:41 +01:00
JackDandy
d9f55d168c Merge pull request #767 from JackDandy/feature/AddTorrentz
Add Torrentz2 provider.
2016-09-12 21:05:06 +01:00
JackDandy
05a9dc62f1 Add Torrentz2 provider.
Change handle when a torrent provider goes down and its urls are cleared.
Add handler for when rar files can not be opened during post processing.
2016-09-12 17:07:22 +01:00
JackDandy
be2e53f73f Merge pull request #766 from JackDandy/feature/FixDSM
Fix data logger for clients on develop branch (DSM).
2016-09-05 21:09:50 +01:00
JackDandy
5afcec2693 Fix data logger for clients on develop branch (DSM). 2016-09-05 20:00:45 +01:00
JackDandy
42d6141678 Merge pull request #764 from JackDandy/feature/ChangeProvider
Add indicator for public access search providers.
2016-09-02 01:40:39 +01:00
JackDandy
0d50a4b345 Add indicator for public access search providers.
Change improve probability selecting most seeded release.
Change add the TorrentDay x265 category to search.
Change torrent provider code PEP8 and refactoring.
Add BTScene torrent provider.
Add Extratorrent provider.
Add Limetorrents provider.
Add nCore torrent provider.
Remove Usenet Crawler provider.
2016-09-02 00:29:02 +01:00
JackDandy
aa89a3fedf Merge pull request #761 from JackDandy/feature/ChangePythonVersionCheck
Add strict Python version check (>= 2.7.9 and < 3.0), ** exit ** if incorrect version
2016-08-24 22:19:44 +01:00
JackDandy
5a2d3fbb85 Change unpack files once only in auto post processing copy mode. 2016-08-24 12:56:17 +01:00
Prinz23
24afe020d8 Add strict Python version check (>= 2.7.9 and < 3.0), ** exit ** if incorrect version. 2016-08-23 17:18:23 +01:00
JackDandy
70f4694ea9 Merge pull request #758 from JackDandy/feature/ChangePrivateHD
Change PrivateHD torrent provider.
2016-08-22 18:45:21 +01:00
JackDandy
d0f3b21cfb Change PrivateHD torrent provider. 2016-08-22 18:39:29 +01:00
JackDandy
7cf7ea3f02 Merge pull request #757 from JackDandy/feature/AddRarPWHandler
Add detection of password protected rars with config/Post Processing/…
2016-08-22 17:07:48 +01:00
JackDandy
48a27e57a0 Add detection of password protected rars with config/Post Processing/'Unpack downloads' enabled.
Change post process to cleanup filenames with config/Post Processing/'Unpack downloads' enabled.
Change post process to join incrementally named (i.e. file.001 to file.nnn) split files.
Change replace unrar2 lib with rarfile 3.0 and UnRAR.exe 5.40 beta 4 freeware.
Change post process "Copy" to delete redundant files after use.
2016-08-22 16:09:07 +01:00
JackDandy
16c27b37ec Merge pull request #756 from JackDandy/feature/ChangeSeasonNameparser
Add handling for 'part' numbered new releases and also for specific …
2016-08-21 21:46:22 +01:00
Prinz23
a54b89e8ed Add handling for 'part' numbered new releases and also for specific existing 'part' numbered releases. 2016-08-21 21:31:18 +01:00
JackDandy
698ca1751e Merge pull request #754 from JackDandy/feature/ChangeIPT
Change IPTorrents.
2016-08-18 18:11:17 +01:00
JackDandy
117dc8b400 Change IPTorrents. 2016-08-18 18:08:36 +01:00
JackDandy
900e8d5874 Merge pull request #753 from JackDandy/feature/ChangeIMDb
Change ensure English data from IMDb.
2016-08-17 17:23:36 +01:00
JackDandy
79087993e6 Change ensure English data from IMDb. 2016-08-17 17:01:35 +01:00
JackDandy
8a497d9939 Merge pull request #752 from JackDandy/feature/ChangeIMDb
Change refactor IMDb.
2016-08-17 15:57:51 +01:00
JackDandy
8c713d66a7 Change refactor IMDb. 2016-08-17 15:37:08 +01:00
JackDandy
e2589f0df6 Merge pull request #749 from JackDandy/feature/ChangeImproveCFLog
Change improve debug log message for CloudFlare response that indicat…
2016-08-10 12:14:06 +01:00
JackDandy
22b520b517 Change improve debug log message for CloudFlare response that indicate website is offline. 2016-08-10 11:55:20 +01:00
JackDandy
cd7e162b35 Merge pull request #748 from JackDandy/feature/FixAnime
Fix Nyaa and TT torrent providers.
2016-08-09 19:34:54 +01:00
JackDandy
0448f50b49 Fix Nyaa and TT torrent providers. 2016-08-09 18:51:32 +01:00
JackDandy
fd325c5cfa Merge pull request #745 from JackDandy/feature/ChangeShowUpdateSpecials
Change set Specials to status "Skipped" not "Wanted" during show updates.
2016-07-27 18:44:42 +01:00
Prinz23
8ceb85becd Change set Specials to status "Skipped" not "Wanted" during show updates. 2016-07-27 18:32:55 +01:00
JackDandy
6a6fd914b6 Merge pull request #744 from JackDandy/feature/ChangeProviders
Change increase delay between requests to nnab servers to over 2 seco…
2016-07-25 19:06:18 +01:00
JackDandy
decbf0f990 Change increase delay between requests to nnab servers to over 2 seconds.
Change add three IPTorrents fallback urls.
Change remove one dead and add three fallback magnet torcaches for blackhole use.
2016-07-25 18:06:21 +01:00
JackDandy
866378a00c Merge branch 'master' into develop 2016-07-25 03:16:39 +01:00
JackDandy
bad5c443aa Merge branch 'hotfix/0.11.14' 2016-07-25 03:13:35 +01:00
JackDandy
3b9e60cb78 Fix BeyondHD torrent provider. 2016-07-25 03:12:23 +01:00
JackDandy
30ff3013c1 Merge pull request #743 from JackDandy/feature/FixTraktCollectionUnix
Fix updating Trakt collection from Unix.
2016-07-22 12:50:07 +01:00
Prinz23
d47f3738e7 Fix updating Trakt collection from Unix. 2016-07-22 12:30:19 +01:00
JackDandy
970f055ac5 Merge branch 'master' into develop 2016-07-21 21:01:06 +01:00
JackDandy
f48615b7d7 Merge branch 'hotfix/0.11.13' 2016-07-21 20:54:01 +01:00
JackDandy
b62093f2cd Remove KAT torrent provider. 2016-07-21 20:39:37 +01:00
JackDandy
23651e2c57 Merge pull request #736 from JackDandy/feature/ChangeSignalHandler
Change improve handling of SIGINT CTRL+C, SIGINT CTRL+BREAK(Windows) …
2016-07-11 18:26:58 +01:00
JackDandy
1e8edb80b7 Change improve handling of SIGINT CTRL+C, SIGINT CTRL+BREAK(Windows) and SIGTERM. 2016-07-11 18:16:00 +01:00
JackDandy
f65bbcff14 Merge pull request #734 from JackDandy/feature/ChangeInitSystemD
Change init.systemd and SHUTDOWN signal handler.
2016-07-11 17:54:07 +01:00
JackDandy
afd6f9cc04 Change init.systemd to use python2 binary and recommended installation paths. 2016-07-11 15:31:34 +01:00
JackDandy
59f011c658 Merge pull request #733 from JackDandy/feature/ChangeProvIPT
Change include x265 category when searching IPT provider.
2016-07-08 23:16:05 +01:00