Commit graph

2008 commits

Author SHA1 Message Date
JackDandy
a341408642 Fix logger. 2016-12-10 04:54:07 +00:00
JackDandy
6f9fbcd927 Change torrent provider links for bts, et, rarbg, tpb. 2016-12-10 01:36:58 +00:00
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
Prinz23
d3a7f0ff5e Add smart logic to reduce api hits to newznab server types and improve how nzbs are downloaded.
Add newznab smart logic to avoid missing releases when there are a great many recent releases.
Change improve performance by using newznab server advertised capabilities.
Change config/providers newznab to display only non-default categories.
Change use scene season for wanted segment in backlog if show is scene numbering.
Change combine Manage Searches / Backlog Search / Limited and Full to Force.
Change consolidate limited and full backlog.
Change config / Search / Backlog search frequency to instead spread backlog searches over a number of days.
Change migrate minimum used value for search frequency into new minimum 7 for search spread.
Change restrict nzb providers to 1 backlog batch run per day.
Add to Config/Search/Unaired episodes/Allow episodes that are released early.
Add to Config/Search/Unaired episodes/Use specific api requests to search for early episode releases.
Add use related ids for newznab searches to increase search efficiency.
Add periodic update of related show ids.
Change terminology Edit Show/"Post processing" tab name to "Other".
Add advanced feature "Related show IDs" to Edit Show/Other used for finding episodes and TV info.
Add search info source image links to those that have zero id under Edit Show/Other/"Related show IDs".
Add "set master" button to Edit Show/Other/"Related show IDs" for info source that can be changed.
Change terminology displayShow "Indexers" to "Links" to cover internal and web links.
Change add related show info sources on displayShow page.
Change don't display "temporarily" defunct TVRage image link on displayShow pages unless it is master info source.
Change if a defunct info source is the master of a show then present a link on displayShow to edit related show IDs.
Change simplify the next backlog search run time display in the page footer.
Change try ssl when fetching data thetvdb, imdb, trakt, scene exception.
Change improve reliability to Trakt notifier by using show related id support.
Change improve config/providers newznab categories layout.
Change show loaded log message at start up and include info source.
Change if episode has no airdate then set status to unaired (was skipped).

Technical
Change move scene_exceptions table from cache.db to sickbeard.db.
Add related ids to show obj.
Add use of mapped indexer ids for newznab.
Add indexer to sql in wanted_eps.
Add aired in (scene) season for wanted episodes.
Add need_anime, need_sports, need_sd, need_hd, need_uhd to wanted episodes and added as parameter to update_providers.
Add fix for lib lockfile/mkdirlockfile.
Add set master TV info source logic.
Change harden ui input validation.
Add per action dialog confirmation.
Change to reload page under more events.
Change implement "Mark all added episodes Wanted to search for releases" when setting new info source.
2016-09-21 17:50:27 +01:00
JackDandy
2d66e88585 Merge branch 'master' into develop 2016-09-13 21:01:10 +01:00
Prinz23
ea702379c3 Add rollback capability to undo database changes made during tests. 2016-09-13 20:50:35 +01:00
JackDandy
5cc26a6ddd Fix join clean up. 2016-09-13 16:59:41 +01:00
JackDandy
05a9dc62f1 Add Torrentz2 provider.
Change handle when a torrent provider goes down and its urls are cleared.
Add handler for when rar files can not be opened during post processing.
2016-09-12 17:07:22 +01:00
JackDandy
5afcec2693 Fix data logger for clients on develop branch (DSM). 2016-09-05 20:00:45 +01:00
JackDandy
0d50a4b345 Add indicator for public access search providers.
Change improve probability selecting most seeded release.
Change add the TorrentDay x265 category to search.
Change torrent provider code PEP8 and refactoring.
Add BTScene torrent provider.
Add Extratorrent provider.
Add Limetorrents provider.
Add nCore torrent provider.
Remove Usenet Crawler provider.
2016-09-02 00:29:02 +01:00
JackDandy
5a2d3fbb85 Change unpack files once only in auto post processing copy mode. 2016-08-24 12:56:17 +01:00
JackDandy
d0f3b21cfb Change PrivateHD torrent provider. 2016-08-22 18:39:29 +01:00
JackDandy
48a27e57a0 Add detection of password protected rars with config/Post Processing/'Unpack downloads' enabled.
Change post process to cleanup filenames with config/Post Processing/'Unpack downloads' enabled.
Change post process to join incrementally named (i.e. file.001 to file.nnn) split files.
Change replace unrar2 lib with rarfile 3.0 and UnRAR.exe 5.40 beta 4 freeware.
Change post process "Copy" to delete redundant files after use.
2016-08-22 16:09:07 +01:00
Prinz23
a54b89e8ed Add handling for 'part' numbered new releases and also for specific existing 'part' numbered releases. 2016-08-21 21:31:18 +01:00
JackDandy
117dc8b400 Change IPTorrents. 2016-08-18 18:08:36 +01:00
JackDandy
79087993e6 Change ensure English data from IMDb. 2016-08-17 17:01:35 +01:00
JackDandy
8c713d66a7 Change refactor IMDb. 2016-08-17 15:37:08 +01:00
JackDandy
22b520b517 Change improve debug log message for CloudFlare response that indicate website is offline. 2016-08-10 11:55:20 +01:00
JackDandy
0448f50b49 Fix Nyaa and TT torrent providers. 2016-08-09 18:51:32 +01:00
Prinz23
8ceb85becd Change set Specials to status "Skipped" not "Wanted" during show updates. 2016-07-27 18:32:55 +01:00
JackDandy
decbf0f990 Change increase delay between requests to nnab servers to over 2 seconds.
Change add three IPTorrents fallback urls.
Change remove one dead and add three fallback magnet torcaches for blackhole use.
2016-07-25 18:06:21 +01:00
JackDandy
866378a00c Merge branch 'master' into develop 2016-07-25 03:16:39 +01:00
JackDandy
3b9e60cb78 Fix BeyondHD torrent provider. 2016-07-25 03:12:23 +01:00
Prinz23
d47f3738e7 Fix updating Trakt collection from Unix. 2016-07-22 12:30:19 +01:00
JackDandy
970f055ac5 Merge branch 'master' into develop 2016-07-21 21:01:06 +01:00
JackDandy
b62093f2cd Remove KAT torrent provider. 2016-07-21 20:39:37 +01:00
JackDandy
1e8edb80b7 Change improve handling of SIGINT CTRL+C, SIGINT CTRL+BREAK(Windows) and SIGTERM. 2016-07-11 18:16:00 +01:00
JackDandy
2aab438f38 Change include x265 category when searching IPT provider. 2016-07-08 22:54:42 +01:00
JackDandy
f5347d1727 Change ensure KAT URL is available. 2016-07-07 03:17:01 +01:00
JackDandy
c37ed638e4 Add qBitTorrent to Search Settings/Torrent Search.
Add "Test NZBGet" client to Search Settings/NZB Search/NZBGet.
2016-07-04 00:23:11 +01:00
JackDandy
dd43c4b3d5 Change send nzb data to NZBGet for Anizb instead of url. 2016-07-03 00:37:51 +01:00
JackDandy
e6eac3457d Change "Add New Show" results sorted newest show to oldest from top.
Change add show genre, network, and overview to "Add New Show" results.
Change improve highlight of shows found in database in "Add New Show" results.
Change use full first aired date where available in "Add New Show" results.
Change prevent duplicate results in "Add New Show".
2016-07-02 18:31:59 +01:00
JackDandy
979da54cbf Change nzbs.org anime search category and fix newznab anime backlog search
Change improve nzbgeek search response
Change use query search at 6box (id search fails)
2016-07-02 18:12:27 +01:00
JackDandy
9771eefc73 Add "Order" table column and list failed from newest to oldest wherever possible on Manage Failed Downloads.
Add number of items shown to Manage Failed Downloads table footer and indicate if number of shown items is limited.
Add sorting to "Provider" column and fix sorting of "Remove" column on Manage Failed Downloads.
Fix "Limit" drop down on Manage Failed Downloads.
2016-06-22 14:32:41 +01:00
JackDandy
4fb5d6ea90 Change logged in and a fail-over signature. 2016-06-21 02:06:56 +01:00
JackDandy
3482c45434 Change provider OMG api url. 2016-06-20 10:29:26 +01:00
JackDandy
d0395dc9a8 Merge branch 'master' into develop 2016-06-20 03:09:42 +01:00
JackDandy
e79b7fcd93 Change improve importing show list sickbeard.db files. 2016-06-20 02:46:10 +01:00
JackDandy
f89624851c Change provider OMGWTFNZBS api url and auto reject nuked releases.
Change provider page to load torrent settings only when Search torrents is enabled in Search Settings.
2016-06-17 23:40:03 +01:00
JackDandy
9f2cf60dfd Change CPU throttling on General Config/Advanced to "Disabled" by default for new installs. 2016-06-17 00:44:27 +01:00
JackDandy
e3d7f9fb23 Add Fano torrent provider. 2016-06-16 20:46:03 +01:00
JackDandy
4ffa5b9227 Add ILT torrent provider. 2016-06-16 20:38:44 +01:00
JackDandy
0fc3ecd586 Add PTF torrent provider. 2016-06-16 20:02:28 +01:00
JackDandy
3eed48b243 Add RevTT torrent provider. 2016-06-16 19:51:43 +01:00
JackDandy
958c0a9895 Add DigitalHive torrent provider. 2016-06-16 19:06:09 +01:00
JackDandy
ebdc154d56 Add config.ini file only setting "remove_filename_chars".
To initialise,
1) At General config page, press 'Save' then 'Shutdown' SG
2) Open config.ini in a text editor, find and edit remove_filename_chars = "" e.g. remove_filename_chars = "'"
3) Save config.ini and start SG. With the example given, the ' character will not appear in file names.
2016-06-14 23:24:44 +01:00
JackDandy
cb25fc2e03 Add Zooqle icon.
Change get url to also handle absolute redirects.
2016-06-14 00:22:28 +01:00
Prinz23
835dc08c7a Add 2160p UHD 4K WEB quality. 2016-06-13 20:24:41 +01:00
JackDandy
be9723e719 Add Zooqle torrent provider. 2016-06-13 19:50:44 +01:00
JackDandy
76cc7d4913 Add PrivateHD torrent provider. 2016-06-13 19:43:22 +01:00
JackDandy
8ad380adea Add Bit-HDTV torrent provider. 2016-06-13 19:32:08 +01:00