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
JackDandy
64e12fd28a
Add WorldOfP2P torrent provider.
2017-08-25 14:04:16 +01:00
JackDandy
1d9b53298b
Merge pull request #972 from JackDandy/feature/AddProvSceneHD
...
Add SceneHD torrent provider.
2017-08-24 13:28:12 +01:00
JackDandy
1e4562a39d
Add SceneHD torrent provider.
2017-08-24 12:36:23 +01:00
JackDandy
100751ab9c
Merge pull request #971 from JackDandy/feature/AddProvMDL
...
Add MagnetDL torrent provider.
2017-08-24 03:01:59 +01:00
JackDandy
297c4a2785
Add MagnetDL torrent provider.
...
DRY refactor download_file with getURL.
2017-08-24 02:40:28 +01:00
JackDandy
92ef777f2b
Merge branch 'master' into develop
2017-08-22 19:03:31 +01:00
JackDandy
8166cd9686
Merge branch 'hotfix/0.12.27'
2017-08-22 19:01:28 +01:00
JackDandy
8f6b1150f1
Update to UnRar 5.50 release.
2017-08-22 19:00:57 +01:00
JackDandy
d3f8be8c3d
Change add a generic ping function, enabled by update_freq.
2017-08-22 18:16:25 +01:00
Prinz23
9d9dee175f
Add optional start and stop ping threads, during start, shutdown and saving providers.
2017-08-22 18:16:24 +01:00
JackDandy
7d117dbea0
Merge pull request #968 from JackDandy/feature/FixEpisodeNameNoneStr
...
Change don't allow none strings for episode names
2017-08-22 14:34:47 +01:00
Prinz23
4d84bacb5b
Change don't allow none strings for episode names.
...
Change add log message if dirtysetter doesn't set a property.
2017-08-22 14:29:50 +01:00
JackDandy
c5f9c4f90e
Merge pull request #969 from JackDandy/feature/UpdateDateutil
...
Update dateutil library 2.4.2 (d4baf97) to 2.6.1 (2f3a160).
2017-08-22 13:24:18 +01:00
JackDandy
f97dac58b7
Change episodes older than 1970 may already exist.
...
Change compare file mtime as int to epoch.
Change handle datetime_to_epoch error.
2017-08-22 13:18:13 +01:00
Prinz23
a74f022ea3
Change file modify date of episodes older than 1970 can be changed to airdate, log warning on set fail.
2017-08-22 13:18:13 +01:00
Prinz23
35b282e797
Change add new zoneinfo_priority parameter to all gettz() calls.
2017-08-22 13:18:12 +01:00
Prinz23
7d068d496b
Change add zoneinfo_priority param to gettz().
...
Change patch zoneinfo file location to SickGear zoneinfo_dir.
2017-08-22 13:18:12 +01:00
Prinz23
ad3f8c9584
Update dateutil library 2.4.2 (d4baf97) to 2.6.1 (2f3a160).
2017-08-22 13:18:11 +01:00
JackDandy
18d8bac4a1
Merge pull request #964 from JackDandy/feature/UpdateTornado
...
Update Tornado Web Server 4.5.dev1 (92f29b8) to 4.5.1 (79b2683)
2017-08-22 13:17:31 +01:00
JackDandy
ecdcb83e44
Update Tornado Web Server 4.5.dev1 (92f29b8) to 4.5.1 (79b2683)
2017-08-21 01:39:14 +01:00
JackDandy
884c5b91b4
Merge pull request #967 from JackDandy/feature/ChangePPIgnoreSymlinked
...
Change post processor, ignore symlinks found in process_dir.
2017-08-20 16:02:03 +01:00
George Hafiz
7557f51d3c
Change post processor, ignore symlinks found in process_dir.
2017-08-20 14:59:37 +01:00
JackDandy
5e558ecadd
Merge branch 'master' into develop
2017-08-20 13:09:06 +01:00
JackDandy
2c2a5b175f
Merge branch 'hotfix/0.12.26'
2017-08-20 13:06:43 +01:00
Prinz23
1bd9cf863e
Fix infinite loop loading network_timezones.
...
Change add optional "stack_size" setting as integer to config.ini under "General" stanza.
Change prevent too many retries when loading network timezones, conversions, and zoneinfo in a short time.
Update to UnRar 5.50 beta 6.
2017-08-20 13:05:25 +01:00
JackDandy
3312ddc734
Merge pull request #963 from JackDandy/feature/ChangePPImprove
...
Change improve ABD releases post processing.
2017-08-20 03:50:29 +01:00
JackDandy
fa62eedfa7
Change improve ABD releases post processing.
...
Change add p2p 720HD tag to file name quality parse.
Change add month name support to uk date parse.
Change add short year support to uk date parse.
Change add part/pt number pairing with episode name from tv info source.
Fix fetch db history item in check_name.
2017-08-20 03:26:39 +01:00
JackDandy
d5a581b107
Merge pull request #965 from JackDandy/feature/ChangeNewznabCats
...
Change improve newnab autoselect categories.
2017-08-19 15:59:06 +01:00
Prinz23
33a36432d8
Change improve newnab autoselect categories.
...
Change add nzb.org BoxSD and BoxHD categories.
Change improve category exclude logic for newznab.
Change add WEB-DL category to autoselect categories for newznab.
Change comment out HEVC category parsing since it's not auto selected.
2017-08-19 15:53:59 +01:00
JackDandy
c5627f8cdb
Merge pull request #966 from JackDandy/feature/AddWinAutoPTV
...
Add autoProcessTV/onTxComplete.bat to improve Windows clients…
2017-08-19 15:17:19 +01:00
JackDandy
17e9059d08
Add autoProcessTV/onTxComplete.bat to improve Windows clients Deluge, qBittorrent, Tranmission, and uTorrent.
...
This batch file copies select files to an isolated location for SickGear to post process with the 'Move' episode method so that seeding files are no longer post processed over and over, using this greatly improves overall performance.
2017-08-19 15:11:37 +01:00
JackDandy
5203784f36
Merge branch 'master' into develop
2017-08-01 21:36:14 +01:00