Commit graph

2640 commits

Author SHA1 Message Date
Prinz23
4ae30ab6ad Add option "Search for unaired episodes" to config/Search Settings
* Change reduce time to search recent result list by searching only once for a best result
* Fix replacing episodes that have a lower quality than what is selected in the initial and archive quality list
* Fix to include episodes marked Failed in the recent and backlog search processes
* Fix display of search status for an alternative release after episode is manually set to "Failed" on the Display Show page
* Change handle more varieties of media quality
* Change to prevent another scheduled search when one of the same type is already running
2015-04-24 20:45:45 +02:00
JackDandy
7cdcbaf241 Merge pull request #328 from JackDandy/feature/FixRowColorESM
Fix restore table row colors on the Manage/Episode Status Management page.
2015-04-21 11:43:18 +01:00
JackDandy
3e4e511671 Fix restore table row colours on the Manage/Episode Status Management page. 2015-04-21 11:24:41 +01:00
Adam
edcea76060 Merge branch 'master' into develop 2015-04-19 14:52:04 +08:00
Adam
862c0c2eca Merge branch 'hotfix/0.8.2' 2015-04-19 14:50:17 +08:00
Adam
f0fb6b8349 Fix IPTorrents provider search strings and URL for new site changes 2015-04-19 14:49:56 +08:00
adam111316
64c2be6509 Merge pull request #327 from adam111316/feature/TidyProvidersCode2
Change to consolidate and tidy some provider code [part 2]
2015-04-18 14:21:44 +08:00
Adam
7caef44bb9 Change to consolidate and tidy some provider code [part 2] 2015-04-18 13:17:47 +08:00
adam111316
03a0320f27 Merge pull request #325 from adam111316/feature/TidyProviderCode1
Change to consolidate and tidy some provider code
2015-04-18 10:32:31 +08:00
Adam
7477a79cb8 Change to consolidate and tidy some provider code 2015-04-18 10:28:44 +08:00
JackDandy
48365ae1f6 Merge pull request #323 from Prinz23/feature/FixBacklogInit
Fix Backlog scheduler Init
2015-04-15 23:41:10 +01:00
Prinz23
53f272515a Fix Backlog Init
Fix the limited backlog to execute as and when expected and in line with SickBeard.

The backlog scheduled frequency is the higher of either 12 hours or 2 x the "Recent search frequency" + 7 minutes.

On application startup and every backlog scheduled frequency the backlog will either ...
a) do a full run if the number of days passed since the full backlog has reached the setting(1)...
b) do a limited run if the number of days passed since the full backlog is less than setting(1)...
... (1) "Backlog search frequency" in Search Settings.

Change the default full "Backlog search frequency" to 21 days within a range of 2 - 35 (see Search Settings).
2015-04-15 17:47:04 +02:00
adam111316
a6274c5910 Merge pull request #324 from adam111316/feature/AddTotvProvider
Add ToTV provider
2015-04-15 12:49:17 +08:00
Adam
89e25e6da4 Add ToTV provider 2015-04-15 12:44:42 +08:00
Adam
ecdc57a056 Merge branch 'master' into develop 2015-04-15 12:20:01 +08:00
Adam
1fb59d06cc Merge branch 'hotfix/0.8.1' 2015-04-15 12:18:04 +08:00
Adam
ee0dfbc357 Fix season pack search errors 2015-04-15 12:17:28 +08:00
Adam
d313a0c77d Merge branch 'master' into develop 2015-04-13 22:05:24 +08:00
Adam
3e8051c0b0 Merge branch 'release/0.8.0' 2015-04-13 22:04:25 +08:00
Adam
888533e665 Bump release date 2015-04-13 22:03:14 +08:00
Adam
58472b15cb Merge remote-tracking branch 'release/0.8.0' into develop 2015-04-03 16:24:28 +08:00
Adam
0889374082 Bump release version 2015-04-03 15:21:32 +08:00
adam111316
4844e212a6 Merge pull request #320 from adam111316/feature/FixProviderUpgrade
Fix provider consolidation cache upgrade
2015-04-03 14:02:42 +08:00
Adam
6dc6341e05 Fix provider consolidation cache upgrade 2015-04-03 13:59:23 +08:00
adam111316
2c2d8ab87f Merge pull request #319 from Prinz23/feature/FixXEMExceptions
Fix XEM Exceptions
2015-04-02 23:16:13 +08:00
Prinz23
0a7c594a6f Fix XEM Exceptions 2015-04-02 12:05:33 +02:00
adam111316
f2a0415944 Merge pull request #317 from adam111316/feature/ChangeProviderCaching
Change provider cache storage structure
2015-04-01 11:46:30 +08:00
Adam
24236eba6f Change provider cache storage structure
Add handling for failed cache database upgrades
2015-04-01 11:25:24 +08:00
JackDandy
b3c6297f3f Merge pull request #318 from JackDandy/feature/ChangeHistoryCompact
Change order of snatched provider images to chronological on History lay...
2015-03-31 01:24:22 +01:00
JackDandy
b85f81b441 Change order of snatched provider images to chronological on History layout compact and add ordinal indicators in the tooltips.
Change code clean up, pep8.
2015-03-31 01:14:15 +01:00
JackDandy
86443c21ca Merge pull request #314 from JackDandy/feature/ChangeOnlyAddValidItemsToSaveDB
Change only add valid items to save to DB.
2015-03-29 15:33:39 +01:00
JackDandy
09a3051797 Merge pull request #316 from JackDandy/feature/FixShowsWithNullIMDbId
Fix loading shows from the DB that have NULL IMDb id.
2015-03-29 15:32:14 +01:00
JackDandy
59e547fac3 Fix loading shows from the DB that have NULL IMDb id. 2015-03-29 15:25:34 +01:00
adam111316
adcfd720e4 Merge pull request #313 from adam111316/feature/HomeTemplateCleanup
Tidy home template code
2015-03-29 20:05:18 +08:00
JackDandy
e5d4269c10 Change only add valid items to save to DB. 2015-03-29 12:20:29 +01:00
Adam
d4305eac9f Change location of SQL from home template to webserve
Remove unused max_download_count variable
2015-03-29 18:55:16 +08:00
JackDandy
eaa2560a99 Merge pull request #312 from JackDandy/feature/ChangeImproveBacklogSearch
Change improve backlog search.
2015-03-29 03:48:24 +01:00
JackDandy
d479fbfc5a Change improve backlog search. 2015-03-29 03:27:59 +01:00
JackDandy
ce325fa732 Merge pull request #311 from JackDandy/feature/AddIMDbToMassUpdate
Add IMDb lookup to "Update" action on Manage/Mass Update page.
2015-03-28 17:50:06 +00:00
JackDandy
b4b1859a2e Add IMDb lookup to "Update" action on Manage/Mass Update page.
(Credit and thanks to Prinz23 for his initiating efforts)

Fix display indexer provided start year on the displayShow page when no IMDb data exists.
Fix display indexer provided genres on the displayShow page when no IMDb data exists.
Fix display IMDb indexer with correct IMDb id on the displayShow page only when IMDb data exists.
Fix to correctly display show runtime when available on the displayShow page.
Fix to correctly initialise IMDb id loaded from db.
Other misc IMDb related db fixes.
Fix saving of Sort By/Next Episode in Layout Poster on Show List page.
2015-03-28 17:43:32 +00:00
JackDandy
7e8a816556 Merge branch 'feature/AddSetLogLovel' into develop 2015-03-27 18:43:56 +00:00
Prinz23
6206926643 Add "File logging level" to General Config/Advanced Settings. 2015-03-27 18:42:37 +00:00
JackDandy
e6055abca9 Merge pull request #309 from JackDandy/feature/FixNoStartYearOnDisplayShow
Fix case where no start year is available to display show.
2015-03-27 14:11:33 +00:00
JackDandy
28ba854f2b Fix case where start year or runtime is not available to display show. 2015-03-27 12:49:45 +00:00
JackDandy
68360dec7e Merge pull request #308 from JackDandy/feature/ChangeSeasonAlign
Change to adjust alignment of season label text when next to select combo.
2015-03-26 16:31:44 +00:00
JackDandy
4bd6576688 Change to adjust alignment of season label text when next to select combo.
Change display genres sourced from indexers in labels underneath the show title on displayShow, remove the tag image.
Change IMDb genre links to have the tag image applied to the link making it an easier target to click and also visually different from indexer genres.
Fix scene anime html id construction in line with plot_info.
2015-03-26 16:10:40 +00:00
JackDandy
ad96bb745f Merge pull request #296 from vergessen/feature/AddProviderAnimenzb
Add provider Animenzb
2015-03-26 11:30:23 +00:00
adam111316
b8c1fbad34 Merge pull request #306 from Supremicus/feature/FixGenresDisplayShow
Fix genre tags on displayShow when imdb is disabled
2015-03-26 17:59:45 +08:00
Supremicus
5d8df31314 Fix genre tags on displayShow when imdb is disabled 2015-03-26 17:00:38 +10:00
JackDandy
32e72ec5e8 Merge pull request #305 from JackDandy/feature/ChangeDisplayShow
Change overhaul more on the displayShow page.
2015-03-26 05:17:40 +00:00