Commit graph

3662 commits

Author SHA1 Message Date
JackDandy
cdc3a7c2df Merge branch 'master' into develop 2017-10-13 03:25:13 +01:00
JackDandy
eb07ec6549 Merge branch 'hotfix/0.12.33' 2017-10-13 03:24:31 +01:00
JackDandy
e43f2a6a7b Merge pull request #994 from JackDandy/feature/ChangeCheetahVersionCheck
Change allow Cheetah template engine version 2 and newer.
2017-10-13 02:30:37 +01:00
JackDandy
f99f5d813c Change allow Cheetah template engine version 2 and newer.
Cheetah has been forked and enjoys new support, a drop in replacement and compiled binaries improve page rendering performance for SickGear.

Download a whl version for Py Version *cp27* (Py2.7) from https://pypi.python.org/pypi/Cheetah3
To upgrade the existing...
1) Shutdown SickGear
2) Run: python -m pip install Cheetah3-<version>-cp27-cp27m-<platform>.whl
   e.g. for Win 64bit ... python -m pip install Cheetah3-3.0.0-cp27-cp27m-win_amd64.whl
3) Start SickGear
2017-10-13 02:27:08 +01:00
JackDandy
ac98b3e202 Change improve handling of torrent auth failures. 2017-10-11 23:12:30 +01:00
JackDandy
a61d80c843 Merge branch 'master' into develop 2017-10-11 02:08:40 +01:00
JackDandy
cdf4a267f1 Merge branch 'hotfix/0.12.32' 2017-10-11 02:07:41 +01:00
JackDandy
d125563e2b Change improve PA torrent access. 2017-10-11 02:05:58 +01:00
JackDandy
977f52c2f8 Merge branch 'master' into develop 2017-10-06 23:00:48 +01:00
JackDandy
e79bebd981 Merge branch 'hotfix/0.12.31' 2017-10-06 22:59:01 +01:00
JackDandy
6796059e1b Change improve handling of connection failures for metadata during media processing. 2017-10-06 22:58:23 +01:00
JackDandy
b6806359cf Merge branch 'master' into develop 2017-09-29 00:40:26 +01:00
JackDandy
e96f542021 Merge branch 'hotfix/0.12.30' 2017-09-29 00:38:30 +01:00
Prinz23
df7938a516 Fix enforce value API expects for paused show flag. 2017-09-29 00:37:14 +01:00
JackDandy
a087a464eb Fix Media Providers/Custom Newznab tab action 'Delete' then 'Save Changes'. 2017-09-29 00:20:06 +01:00
JackDandy
208c284e6b Merge branch 'master' into develop 2017-09-17 09:08:31 +01:00
JackDandy
da1cab1e39 Merge branch 'hotfix/0.12.29' 2017-09-17 09:07:20 +01:00
JackDandy
6ae5491476 Fix provider nCore.
Change .torrent checker due to files created with qB 3.3.16 (affects nCore and NBL).
2017-09-17 09:06:26 +01:00
JackDandy
326032023b Merge pull request #989 from JackDandy/feature/AddSlackNotifier
Feature/add slack notifier
2017-09-16 15:16:02 +01:00
JackDandy
87ac49322a Change improve Slack notifier. 2017-09-16 15:04:31 +01:00
Brett Pemberton
c2fcf37498 Add Slack Notifications. 2017-09-16 00:25:39 +01:00
JackDandy
50dfb7e490 Merge pull request #988 from JackDandy/feature/ChangeInitFreeBSD
Change FreeBSD initscript to use command_interpreter.
2017-09-13 12:01:17 +01:00
Brett Pemberton
9befb3d939 Change FreeBSD initscript to use command_interpreter. 2017-09-13 11:55:48 +01:00
JackDandy
15fa71e797 Merge pull request #985 from JackDandy/feature/AddAbandonedIDIndicator
Feature/add abandoned id indicator
2017-09-12 02:41:09 +01:00
JackDandy
b203fb588e Change improve indication of abandoned IDs.
Add warn icon indicator of abandoned IDs to "Manage" menu bar and "Manage/Show Processes" menu item.
Add shows that have no replacement ID can be ignored at "Manage/Show Processes", the menu bar warn icon hides if all are ignored.
2017-09-12 01:43:35 +01:00
Prinz23
75f59d717e Change add switchIgnoreWarning and log_num_not_found_shows to PageTemplate. 2017-09-11 17:12:39 +01:00
JackDandy
8173ae4628 Merge pull request #984 from JackDandy/feature/FixManualSearch
Change prevent showing 'Mark download as bad and retry?' dialog when …
2017-09-11 17:11:52 +01:00
Prinz23
749f7bcd91 Change prevent showing 'Mark download as bad and retry?' dialog when status doesn't require it 2017-09-11 16:59:34 +01:00
JackDandy
28211b6013 Merge pull request #983 from JackDandy/feature/AddChangeableShowID
Add changeable master Show ID when show no longer found at TV info source.
2017-09-05 00:31:01 +01:00
JackDandy
23fd0bb3a9 Add changeable master Show ID when show no longer found at TV info source.
Add guiding links to assist user to change TV Info Source ID.
Change Edit Show/Other to expose editing of master ID field *when* required.
Change add feature to search for a replacement master ID *when* required.
2017-09-05 00:23:18 +01:00
Prinz23
3bd392e671 Add count of failed show updates
Change add warning message to Display Show and Edit Show page if show no longer found at TV info source due to an ID change, the last successful date of show update with current ID is also displayed.
Add "Shows not found previously" to Manage/Show Processes Page to highlight which shows can adjust their show IDs in order to sustain TV info updates.
Add "Shows from defunct indexers" to Manage/Show Processes page to highlight which shows can be switched to a different default TV info source.
Shows not found on an indexer for over 7 days will only be retried once a week.
Change improve show not found detection in Tvdb_Api lib.
Change add tv_shows_not_found db table.
Change add cleanup of orphaned not found shows during startup.
Change add UI Notification when MasterID is not changed because a show with that ID already exists in DB.
2017-09-04 22:39:28 +01:00
JackDandy
c150c83802 Merge pull request #982 from JackDandy/feature/ChangeShowSearch
Feature/change show search
2017-09-04 10:20:48 +01:00
JackDandy
11711b2238 Change show search, add options to choose order of search results.
Add option to sort search results by 'A to Z' or 'First aired'.
Add option to sort search results by 'Relevancy' using Fuzzywuzzy lib.
Change search result anchor text uses SORT_ARTICLE setting for display.
Change add server side search result ordering.
Change use iteritems instead of items to improve performance.
Change existing shows in DB are no longer selectable in result list.
Change add image to search result item hover over.
Change improve image load speed on browse Trakt/IMDb/AniDB pages.
Change PEP8.
2017-09-04 02:41:25 +01:00
Prinz23
07d72e05f1 Add Fuzzywuzzy lib to sort search results.
Change remove search results filtering from tv info source.
Change suppress startup warnings for Fuzzywuzzy and Cheetah libs.
Change show name aliases get a score -1 to give the main names priority.
Change replace findCertainShow with find_show_by_id for mapped multi-indexer.
Change add Trakt info source search interface.
Change directly send image after it's been cached.
Fix loading CachedImages images with TVDB API v2 changes.
2017-09-04 01:23:30 +01:00
JackDandy
292312636e Merge pull request #980 from JackDandy/feature/FixTvdbV2
Fix image not loaded from tvdb_api if there is only one poster/banner.
2017-08-27 02:04:05 +01:00
Prinz23
29683acc96 Fix image not loaded from tvdb_api if there is only one poster/banner.
Add new parameter 'poster' to indexer api.
Add optional tvdb_api load season image: lINDEXER_API_PARMS['seasons'] = True.
Add optional tvdb_api load season wide image: lINDEXER_API_PARMS['seasonwides'] = True.
Change prevent setting show/episode attr to None from indexer data.
2017-08-27 01:46:23 +01:00
JackDandy
253f2237cc Merge branch 'master' into develop 2017-08-26 18:20:00 +01:00
JackDandy
35b7583fcc Merge branch 'hotfix/0.12.28' 2017-08-26 18:16:36 +01:00
Prinz23
11d283910e Change prevent indexer specific release name parts from fudging search logic. 2017-08-26 18:15:06 +01:00
JackDandy
e69960ba2c Merge pull request #978 from JackDandy/feature/UpdateBS
Update Beautiful Soup 4.4.0 (r397) to 4.6.0 (r449).
2017-08-26 01:23:03 +01:00
JackDandy
1ff79cee4d Update Beautiful Soup 4.4.0 (r397) to 4.6.0 (r449). 2017-08-26 01:09:14 +01:00
JackDandy
cf383de226 Merge pull request #977 from JackDandy/feature/UpdateChardet
Update chardet packages 2.3.0 (d7fae98) to 3.0.4 (9b8c5c2).
2017-08-26 00:29:26 +01:00
JackDandy
0b6b9388bc Update chardet packages 2.3.0 (d7fae98) to 3.0.4 (9b8c5c2). 2017-08-26 00:19:44 +01:00
JackDandy
1c613d951c Merge pull request #976 from JackDandy/feature/UpdateUnidecode
Update unidecode library 0.04.18 to 0.04.21 (e99b0e3).
2017-08-26 00:01:02 +01:00
JackDandy
682261bb96 Update unidecode library 0.04.18 to 0.04.21 (e99b0e3). 2017-08-25 23:51:26 +01:00
JackDandy
e8cda70e3b Merge pull request #975 from JackDandy/feature/UpdateCertify
Update Certifi 2015.11.20.1 (385476b) to 2017.07.27 (f808089).
2017-08-25 23:35:46 +01:00
JackDandy
2b1935cf85 Update Certifi 2015.11.20.1 (385476b) to 2017.07.27 (f808089). 2017-08-25 21:17:38 +01:00
JackDandy
6419d24417 Merge pull request #974 from JackDandy/feature/AddProvTVault
Add TorrentVault torrent provider.
2017-08-25 20:48:53 +01:00
JackDandy
16d012cfb2 Add TorrentVault torrent provider. 2017-08-25 18:13:08 +01:00
JackDandy
e18a8f89a8 Merge pull request #973 from JackDandy/feature/AddProvWOP
Add WorldOfP2P torrent provider.
2017-08-25 14:19:48 +01:00