Commit graph

3759 commits

Author SHA1 Message Date
JackDandy
8094a64e35
Merge pull request #1034 from JackDandy/feature/FixEvents
Fix Events shutdown (a manual start-up is required after updating to this fix).
2018-01-04 19:41:13 +00:00
Prinz23
9f04beeabb Fix Events shutdown (a manual start-up is required after updating to this fix). 2018-01-04 16:47:44 +00:00
JackDandy
149ea890c6 Merge branch 'master' into develop 2018-01-02 15:37:55 +00:00
JackDandy
bb45229904 Merge branch 'hotfix/0.13.9' 2018-01-02 15:36:40 +00:00
JackDandy
2536c4b7d8 Fix marking episode as to upgrade. 2018-01-02 15:35:33 +00:00
JackDandy
3d815d1f4c
Merge pull request #1031 from JackDandy/feature/AddPauseScheduler
Change improve core scheduler logic.
2017-12-27 18:06:26 +00:00
Prinz23
c4e227b583 Change improve core scheduler logic.
Add pause support to scheduler.
Add optional check_paused in scheduler that can be integrated into action classes.
Add check to config.py change events.
Change integrate check_paused into auto_post_processer, search_propers, subtitles.
Change rename _pause to _unpause to prevent confusion of meaning.
2017-12-27 18:01:00 +00:00
JackDandy
aa9644b572 Merge branch 'master' into develop 2017-12-27 15:34:24 +00:00
JackDandy
c1b30561aa Merge branch 'hotfix/0.13.8' 2017-12-27 15:33:47 +00:00
JackDandy
1cec88c5a2 Fix HD4Free provider. 2017-12-27 15:32:38 +00:00
JackDandy
67f0b660ba Merge branch 'master' into develop 2017-12-27 03:16:09 +00:00
JackDandy
4a8d3d7543 Merge branch 'hotfix/0.13.7' 2017-12-27 03:15:36 +00:00
Prinz23
6da32a5ed0 Add log message for not found on indexer when adding a new show.
Fix upgrade once ARCHIVED setting by postProcessor.
Fix determination of is_first_best_match.
Change improve smart selection of categories in manual and failed search modes.
Change refactor wantedQuality into own function that can be used in multiple places.
Change improve error resistance in neededQualities class.
Add log warning message if wantedQuality or eps_aired_in_season is missing for search.
Add check backlogitem for wantedQuality and add if missing.
Add use wantedQuality list in wantEpisode.
Change don't use wantedQualities for multipart.
2017-12-27 03:14:20 +00:00
JackDandy
8d97f2664a Add ETTV and PotUK providers, fix BTScene and Lime. 2017-12-22 19:37:14 +00:00
JackDandy
f1bb13c4b3 Merge branch 'master' into develop 2017-12-13 02:05:24 +00:00
JackDandy
0243b5c342 Merge branch 'hotfix/0.13.6' 2017-12-13 02:04:29 +00:00
Prinz23
f1958535d2 Change improve usage of the optional regex library.
Limit possible regex errors to 20% of extra_info up to max 3 errors.
2017-12-13 02:02:23 +00:00
JackDandy
ad63608cad Change improve multi episode release search. 2017-12-13 01:41:34 +00:00
JackDandy
5d9196b76d Merge branch 'master' into develop 2017-12-11 21:40:49 +00:00
JackDandy
d26aa3a21f Merge branch 'hotfix/0.13.5' 2017-12-11 21:40:14 +00:00
JackDandy
0e343485b3 Change delete unused html5lib files that can cause issue with search providers. 2017-12-11 21:38:41 +00:00
JackDandy
16f1a3dc2a Merge branch 'master' into develop 2017-12-11 16:38:09 +00:00
JackDandy
2da2b5030b Merge branch 'hotfix/0.13.4' 2017-12-11 16:37:30 +00:00
JackDandy
3848569fe4 Fix MediaBrowser Season##\metadata. 2017-12-11 16:36:10 +00:00
JackDandy
d6f2ba1dda Merge branch 'master' into develop 2017-12-10 20:27:39 +00:00
JackDandy
023f4a9c79 Merge branch 'hotfix/0.13.3' 2017-12-10 20:26:46 +00:00
Prinz23
68fa29e77a Change restore fetching metadata episode thumbs.
Add get_episode_data in tvdb_api v2

Usage:
lINDEXER_API_PARMS = sickbeard.indexerApi(show.indexer).api_params.copy()
t = sickbeard.indexerApi(show.indexer).indexer(**lINDEXER_API_PARMS)
ep_data = t.get_episode_data(episodeid)
2017-12-10 20:23:45 +00:00
JackDandy
cceb010e0e Fix metadata Season Posters and Banners. 2017-12-10 20:19:58 +00:00
JackDandy
8550d1b0e6 Merge branch 'master' into develop 2017-12-08 16:25:41 +00:00
JackDandy
7b3e702b48 Merge branch 'hotfix/0.13.2' 2017-12-08 16:24:46 +00:00
JackDandy
9005409c84 Fix tools menu on Chrome mobile browser. 2017-12-08 16:01:50 +00:00
JackDandy
e34f191ae0 Merge branch 'master' into develop 2017-12-07 15:29:57 +00:00
JackDandy
1b827f2932 Merge branch 'hotfix/0.13.1' 2017-12-07 15:29:19 +00:00
Prinz23
610ced28b8 Fix wanted episodes. 2017-12-07 15:28:54 +00:00
JackDandy
ca9b6a85b5 Merge branch 'master' into develop 2017-12-06 19:02:59 +00:00
JackDandy
c0fdc1452a Merge branch 'release/0.13.0' 2017-12-06 19:00:18 +00:00
JackDandy
caf26a2962 Prepare release, bump date. 2017-12-06 18:50:38 +00:00
JackDandy
4dec519f40
Merge pull request #1026 from JackDandy/feature/FixSetFailed
Fix setting items to Failed on Manage/Episode Status page.
2017-12-06 18:35:28 +00:00
JackDandy
c3a4e12746 Fix setting items to Failed on Manage/Episode Status page.
Fix history page provider icons in Layout Detailed.
2017-12-06 18:28:04 +00:00
JackDandy
2a63ab9c78
Merge pull request #1022 from JackDandy/feature/ChangeDisplayShowEpCnts
Change, decouple files exist count from status set as downloaded count.
2017-12-05 17:05:28 +00:00
JackDandy
a6ce206c88 Change, decouple files exist count from status set as downloaded count.
Change displayShow to include all qualities in snatch/download/archived counts.
2017-12-05 17:00:47 +00:00
JackDandy
20eb02b060
Merge pull request #1021 from JackDandy/feature/ChangeStatusSelection
Add quality tag to archived items, improve displayShow/"Change selected episodes to".
2017-12-04 19:32:48 +00:00
JackDandy
22ce0203cf Add quality tag to archived items, improve displayShow/"Change selected episodes to".
Use to prevent "Update to" on those select episodes while preserving the downloaded quality.
Change group "Downloaded" status qualities into one section.
Add "Downloaded/with archived quality" to set shows as downloaded using quality of archived status.
Add "Archived with/downloaded quality" to set shows as archived using quality of downloaded status.
Add "Archived with/default (min. initial quality of show here)".
Change when settings/Post Processing/File Handling/Status of removed episodes/Set Archived is enabled, set status and quality accordingly.
Add downloaded and archived statuses to Manage/Episode Status.
Add quality pills to Manage/Episode Status.
Change Manage/Episode Status season output format to be more readable.
Change add SNATCHED_ANY and ARCHIVED, refactor accordingly.
2017-12-04 19:27:50 +00:00
JackDandy
18018a829f
Merge pull request #1020 from JackDandy/feature/ChangeParseResultClass
Change implement the __ne__ none equality method into the ParseResult…
2017-12-04 17:22:52 +00:00
Prinz23
0311b2777d Change implement the __ne__ none equality method into the ParseResult class. 2017-12-04 17:17:14 +00:00
JackDandy
ef01d1da68
Merge pull request #1019 from JackDandy/feature/AddBluProv
Add Blutopia torrent provider.
2017-12-04 17:05:26 +00:00
JackDandy
ab0f8576c9 Change simplify use of provider parameter scene/process_name. 2017-12-04 15:22:06 +00:00
JackDandy
47eab61c01 Add Blutopia torrent provider. 2017-12-04 13:42:33 +00:00
JackDandy
e140374dd6
Merge pull request #1018 from JackDandy/feature/ChangeParseBDAVC
Change parse 1080p Bluray AVC/VC1 to a quality instead of unknown.
2017-12-04 13:25:02 +00:00
JackDandy
f6f0323248 Change parse 1080p Bluray AVC/VC1 to a quality instead of unknown. 2017-12-04 13:06:27 +00:00