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
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
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
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
JackDandy
74b6e60037
Merge pull request #1017 from JackDandy/feature/ChangeNewShowRemoveDir
...
Change if a newly added show is not found on indexer, remove…
2017-12-02 21:07:08 +00:00
Prinz23
8aa2889537
Change if a newly added show is not found on indexer, remove already created empty folder.
2017-12-02 20:54:39 +00:00
JackDandy
9b06d6d60f
Merge pull request #1016 from JackDandy/feature/FixNotifySubtitle
...
Fix NotifierFactory attribute enabled_ondownloadsubtitles…
2017-12-02 20:08:11 +00:00
JackDandy
f1e9249f59
Fix NotifierFactory attribute enabled_ondownloadsubtitles should be enabled_onsubtitlesdownload.
2017-12-02 19:44:51 +00:00
JackDandy
33d349d765
Merge pull request #1015 from JackDandy/feature/AddMassUpsert
...
Add db.mass_upsert_sql
2017-11-15 17:28:39 +00:00
Prinz23
0216658231
Add db.mass_upsert_sql
...
Example usage:
my_db = db.DBConnection()
cl = []
for i in list:
cl.extend(db.mass_upsert_sql(
'tablename',
{'fieldname': 'some value'},
{'where clause field(s)': 'value'}))
if cl:
my_db.mass_action(cl)
2017-11-15 17:23:13 +00:00
JackDandy
b4ca844f60
Merge pull request #1014 from JackDandy/feature/ChangeTrakt
...
Change reenable Trakt Notifier to update collections at end of PP.
2017-11-15 17:09:17 +00:00
JackDandy
5df78383b3
Change reenable Trakt Notifier to update collections at end of PP.
...
Change add tips for what to use for Growl notifications on Windows.
2017-11-15 10:53:39 +00:00
JackDandy
efd9095f3f
Merge branch 'master' into develop
2017-11-12 18:45:53 +00:00
JackDandy
45a6b8e632
Merge branch 'hotfix/0.12.37'
2017-11-12 18:44:57 +00:00
Prinz23
cda654a17b
Change improve .nzb handling.
...
Remove release group requirement from nzbSplitter.
Add optional lxml import and remove cElementTree requirement.
Skip none string tags in nzb.
2017-11-12 18:42:10 +00:00
JackDandy
cd8ca7645c
Merge pull request #1012 from JackDandy/feature/ChangeUsingUpdateShowsHour
...
Change use value of "Update shows during hour" in General Settings…
2017-11-11 00:07:14 +00:00
Prinz23
23a77fb88c
Change use value of "Update shows during hour" in General Settings straight after it is saved instead of after restart.
2017-11-10 23:58:47 +00:00
JackDandy
eb459d8f50
Merge branch 'master' into develop
2017-11-01 12:28:44 +00:00
JackDandy
b52f6e3fa0
Merge branch 'hotfix/0.12.36'
2017-11-01 12:27:45 +00:00
JackDandy
b8ddf97b11
Change qBittorent to handle the change to its API success/fail response.
...
qB changed how it responds to API action from '' to 'Ok.' and 'Fails.', therefore breaking apps.
2017-11-01 12:27:26 +00:00
JackDandy
2c66097598
Merge pull request #1009 from JackDandy/feature/AddSnatchedBest
...
Add status SNATCHED_BEST to missing places.
2017-10-31 20:54:02 +00:00
Prinz23
3f3907324a
Add status SNATCHED_BEST to missing places.
2017-10-31 20:49:04 +00:00
JackDandy
277eabe105
Merge pull request #1008 from JackDandy/feature/ChangeExtraInfoNoName
...
Change reduce number of DB calls for extra_info_no_name.
2017-10-31 20:40:55 +00:00
Prinz23
406c9ad6c6
Change reduce number of DB calls for extra_info_no_name.
...
Add parse repack, proper level to recent search flow.
2017-10-31 20:35:57 +00:00
JackDandy
1a37bb1001
Merge pull request #1007 from JackDandy/feature/ChangeGetSizeNoDir
...
Change get_size to return zero for a dir that doesn't exist.
2017-10-31 00:37:06 +00:00
JackDandy
6f12be2340
Change get_size to return zero for a dir that doesn't exist.
2017-10-31 00:32:52 +00:00
JackDandy
10713d1e3c
Merge pull request #1006 from JackDandy/feature/ChangeGetSizeScantree
...
Change use scantree for helpers get_size.
2017-10-30 22:43:31 +00:00
JackDandy
914606449b
Change use scantree for helpers get_size.
2017-10-30 22:32:21 +00:00
JackDandy
3f4409cf3c
Merge pull request #1005 from JackDandy/feature/ChangeProperSearchPrio
...
Change overhaul handling of PROPERS/REPACKS/REAL.
2017-10-30 22:31:02 +00:00
Prinz23
05758bb75e
Change overhaul handling of PROPERS/REPACKS/REAL.
...
Add restriction to allow only same release group for repacks.
Change try all episode names with 'real', 'repack', 'proper'.
Add flags table to store when one-off operations have been performed.
Change update history.tbl with action SNATCHED_PROPER on existing items.
Change save proper snatches as action SNATCHED_PROPER + quality into history.tbl
Add optional regex lib with fuzzy (errors ~20% of alpanum chars) for extra_info_no_name.
Add tip to search settings/media search about improved matching with optional regex library.
2017-10-30 22:21:55 +00:00
JackDandy
9ef8c4e257
Merge pull request #1004 from JackDandy/feature/ChangeBulkChangeWebRoot
...
Change Bulk Changes and Notifications save to be web_root setting aware
2017-10-29 15:12:14 +00:00
JackDandy
42db53f114
Change Bulk Changes and Notifications save to be web_root setting aware.
...
Change subtitle addons no longer need to be saved before Search Subtitles is enabled as a forbidden action to reuse an exited FindSubtitles thread is no longer attempted.
Fix tools menu not opening for some browsers.
2017-10-29 09:42:05 +00:00
JackDandy
c96f18a7e8
Merge pull request #1002 from JackDandy/feature/ChangeLinkWebroot
...
Change a link to include webroot for "plot overview for this ended sh…
2017-10-28 19:01:40 +01:00