JackDandy
b9b6f70691
Change logger to properly cleanup used resources.
...
Fix rTorrent auth and magnet issue.
Change only backup db when necessary.
2016-12-09 20:08:41 +00:00
JackDandy
bca3f41191
Change update rTorrent systems.
2016-12-07 16:35:35 +00:00
Prinz23
eb4bf57111
Change sab API request to prevent naming mismatch.
2016-11-24 02:20:23 +00:00
JackDandy
1e7c8e5576
Change refresh page when torrent providers are enabled/disabled.
...
Change only display Search Settings/"Usenet retention" if Search NZBs is enabled.
Change update IMDb show parser.
2016-11-21 09:00:32 +00:00
JackDandy
bcae0cf1b8
Change only update enabled torrent providers.
...
Change prevent browser auto completing password fields on config pages.
Fix restart when switching from master to develop.
2016-11-19 23:30:18 +00:00
JackDandy
487a773ed1
Change add guidance when using the "unknown" quality selection. Pep8.
2016-11-16 22:18:48 +00:00
Prinz23
e071542b51
Change don't exclude "unknown" from search.
...
Fix UHD category select in Recent Search.
Change speed improvement in finding needed categories/qualities (sd, hd, uhd).
2016-11-14 01:50:25 +00:00
JackDandy
781d93597c
Change consolidate shutdown with restart, improve systemd support, bring order to on-init globals.
2016-11-13 01:52:34 +00:00
Prinz23
4001944928
Change send download logfile as stream.
2016-11-07 17:51:08 +00:00
JackDandy
5ca2391044
Change remove deprecated providers being saved to config.
...
Change prevent a missing slash typo and correct develop typo after a network outage.
2016-11-07 17:03:23 +00:00
JackDandy
916cec554c
Change improve parser tolerance for torrent providers.
...
Change improve TvChaos item parsing and can use qualities instead of 'Unknown'.
2016-11-03 18:05:43 +00:00
Prinz23
90430b2d35
Add 'Download Log' to 'Logs & Errors' page.
2016-11-02 18:37:57 +00:00
Prinz23
f50508df1f
Change retry sleep timeout for Trakt searches to prevent issues when Trakt is down.
...
Multiply timeout with indexercount + 1 (trakt) + retry and web interface timeout of 15 seconds.
2016-11-01 16:50:03 +00:00
JackDandy
4222190aa7
Fix PiSexy for vip user class.
2016-10-29 20:58:47 +01:00
JackDandy
b8c5eac61f
Fix "error trying to retrieve image" from TVDb due to attempts made when there is no image to fetch.
2016-10-29 18:06:50 +01:00
JackDandy
440237a3c2
Change improve reverse proxy web_root support.
...
Change refactor restart process, reducing restart time, improving ui, and fixing web_root.
Change add response handling for invalid Plex Server hosts.
2016-10-28 15:59:19 +01:00
JackDandy
c0bc021c99
Change improve performance and reduce start up time.
2016-10-28 15:11:55 +01:00
JackDandy
b831b865b6
Change add output to log when backlog hasn't run due to 'disable' setting (in case user wonders why backlog isn't running).
...
Change add clarity to backlog search setting display when backlog is disabled.
2016-10-28 13:51:24 +01:00
Prinz23
3ca199157a
Add search setting "Disable auto full backlog".
2016-10-28 13:51:17 +01:00
JackDandy
50c023a887
Add if all torrent caches fail, save magnets as files for clients (or plugins) that now support it.
...
Add advice to logs if all caches fail to switch to direct client connect instead of the basic blackhole method.
2016-10-28 13:43:36 +01:00
JackDandy
9d8f397d41
Pep8 and tweaks to newznab logging.
2016-10-25 00:54:34 +01:00
Prinz23
48032005fd
Change image cache processing for browse Trakt page.
...
Change logging for newznab response code 910 and add check for empty response data.
2016-10-24 23:39:04 +01:00
JackDandy
8e8e5602b5
Add Plex notifications secure connect where available (PMS 1.1.4.2757 and newer with username and password).
2016-10-19 04:47:16 +01:00
JackDandy
05956804df
Change fuzzyMoment to handle air dates before ~1970 on display show page.
...
Change ensure sbdatetime functions return formatted string instead of tuple.
Change limit availability of fuzzy date functions on General Config/Interface to English locale systems.
Update moment.js 2.6 to 2.15.1
2016-10-14 16:30:50 +01:00
Prinz23
c789c8a14c
Add Fallback to display date without timezone info (for windows historical dates)
2016-10-14 01:07:46 +01:00
JackDandy
3ce332a5ad
Change make sure avi files are closed if an error occurs.
...
Change refactor hachoir scan_index for non RIFF file processing.
2016-10-12 02:00:23 +01:00
JackDandy
d0ab6db706
Change reduce time taken to parse avi RIFF metadata during post processing and other times.
...
Change avi metadata extraction is more fault tolerant and the chance of hanging due to corrupt avi files is reduced.
2016-10-08 16:25:13 +01:00
Prinz23
3a5a40f240
Change improve security of cached image use.
...
Change add helper function to validate acceptable image file extension.
2016-10-06 21:17:27 +01:00
Prinz23
a713dacdc5
Change add rate limit handler for info source.
2016-10-06 21:08:11 +01:00
JackDandy
7d8cc2cfed
Use a subprocess and cp for copying files on posix systems to preserve file metadata.
2016-10-06 20:43:46 +01:00
JackDandy
9772e8e41f
Merge branch 'master' into develop
2016-10-06 20:35:00 +01:00
JackDandy
4ed95b6659
Change ensure a cache.db table does exist on migration.
2016-10-06 20:07:06 +01:00
Prinz23
98a0d474c9
Change load cache images (IMDb and AniDB) on demand.
2016-10-04 00:01:15 +01:00
JackDandy
116e0c64db
Change factor out cleanup_cache() into cleanup_cache() + delete_not_changed_in() for multiple use cases.
...
Change make it simpler to add cache paths to cleanup_cache() using a list of tuples.
Change PEP8 .. cleanup_cache > cleanup_Cache.
2016-10-03 23:34:57 +01:00
Prinz23
6b418ddea9
Change load cached images (Trakt) on demand.
...
Cleanup cache every day during show update (files older then 30 days).
2016-10-03 23:33:53 +01:00
Prinz23
2446a58439
Change use legacy tzlocal() if new gettz returns nothing.
2016-10-03 18:18:38 +01:00
JackDandy
d626c65a24
Change improve parser tolerance for torrent providers.
...
Change disable TorrentBytes provider, over 90s for a response is not good.
2016-10-02 19:50:24 +01:00
Prinz23
d3e4652cce
Fix issue with post processing propers/repacks.
2016-10-01 15:05:52 +01:00
Prinz23
7c68ac2439
Change improve getting the local timezone information.
2016-10-01 13:59:52 +01:00
Prinz23
5adf5071d7
Change allow pp to replace files with a repack or proper of same quality.
...
Fix ensure downloaded eps are not shown on episode view.
Fix allow propers to pp when show marked upgrade once.
Fix never set episodes without airdate to wanted.
Various other fixes.
2016-10-01 11:27:25 +01:00
JackDandy
f23c40ba88
Change locally cache "Add from Trakt" show posters, first run takes more time but is faster thereafter.
2016-10-01 01:16:26 +01:00
JackDandy
acef8c1ebb
Add HD-Torrents provider.
...
Add freeleech options to fano, freshon, hdspace, phd, ptf providers.
Change SceneTime to cookie auth.
Remove ILT torrent provider.
2016-09-30 23:20:28 +01:00
JackDandy
326f5529d0
Fix add custom torrent RSS.
...
resolves SickGear/SickGear#781
2016-09-26 00:46:36 +01:00
JackDandy
9200ab9acb
Change prevent any unaired changes due to ui.
2016-09-25 15:59:58 +01:00
JackDandy
145301e275
Change only show unaired episodes on Manage/Backlog Overview and Manage/Episode Status Management where relevant.
...
Change display show page, can mark unaired items with a date to "Wanted" to trigger a manual active backlog search provided search setting "Unaired episodes" is enabled.
2016-09-25 02:18:48 +01:00
JackDandy
55ca693109
Fix status reset of a snatched, downloaded, or archived episode when its date is set to never (no date) on the info source and there is no media file.
2016-09-24 03:36:16 +01:00
Prinz23
9b3af8b84a
Change optimise TheTVDB processes, 40% to 66% saved adding new and existing shows, 40% to 50% saved per show update.
...
Change improve shows with more episodes gain largest reductions in time spent processing.
Change when using "Add new show" reduce search time outs.
Change always allow incomplete show data.
Remove redundant config/general/"Allow incomplete show data".
2016-09-24 02:09:53 +01:00
Prinz23
d5a5b94af8
Change update and use backlogparts when BACKLOG_FREQUENCY setting is changed.
2016-09-24 01:09:54 +01:00
JackDandy
435378e0c5
Add TorLock provider.
2016-09-23 21:34:25 +01:00
JackDandy
9d24ec109f
Fix only replace initial quality releases from the upgrade to list.
2016-09-22 13:20:48 +01:00