1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00
Commit Graph

902 Commits

Author SHA1 Message Date
echel0n
e96035ff4f Added per-provider options search mode and search fallback.
Search mode allows you to choose season packs only or episodes only which controls how backlogs search for data.

Search fallback if selected will attempt a 2nd search this time using the alternative search mode to see if it can get results if the previous attempt failed.

Provider settings are now read and stored dynamically instead of always having to retrieve them by there static names, this will allow for dropping in new provider modules easier to intergrate with existing options already present.

Fixed search code to not perform dupe searches by mistake.

Cache stores a list of shows we have rejected so that next time around we don't have to process them to know we don't like em.
2014-05-16 22:29:44 -07:00
echel0n
816a3d9572 Fixes season pack and episode only searches 2014-05-16 02:16:01 -07:00
echel0n
e309aa2cbf Fixed more unrequired search strings from being created and wasting our time doing duplicate searches 2014-05-15 22:40:49 -07:00
echel0n
4576ade4ce Fixed a issue that was causing multiple search strings to be created for the same season or episode during a search, this would of caused unrequired searches to be performed. 2014-05-15 22:16:35 -07:00
echel0n
03c3c9666b Fix for startup issues after last commit 2014-05-15 22:03:37 -07:00
echel0n
a6d30ac425 Fixed potential backlog issues.
Fixed potential failed download item issues.
Added in more detailed logging for backlogs.
2014-05-15 21:55:56 -07:00
echel0n
b0f1f2c91e Fixes date timezone issues 2014-05-15 21:15:49 -07:00
echel0n
a39c881cb3 Complete re-write of backlog search.
Fixed air-by-date backlog searches.
2014-05-15 20:39:46 -07:00
echel0n
1aff31eaec Complete Backlog searches can now be forced from manage search menu. 2014-05-15 15:06:13 -07:00
Nils
a688273f6b Merge pull request #570 from JackDandy/FixBacklogLabelSelectsRSSItem
Fix: Clicking on the label "Process backlog on startup" will no longer...
2014-05-15 23:45:07 +02:00
echel0n
8ac8150eb3 Fixed issues with search results not being snatched when searching shows with custom quality settings.
Added option to force a RSS update under Manage searches.

Added status of rss updates and daily searches to be displayed at bottom of pages.
2014-05-15 14:43:57 -07:00
Nils
ca913d965b Merge pull request #567 from JackDandy/CheckPropersEvery
Add new feature, check propers interval.
2014-05-15 23:39:23 +02:00
JackDandy
ac90b84697 Fix: Clicking on the label "Process backlog on startup" will no longer toggle the check-box of "RSS Cache Updates on startup". 2014-05-15 14:02:07 +01:00
echel0n
1ff03def15 Added in missing libs 2014-05-15 06:01:45 -07:00
echel0n
79b239bbce Fix for incorrect date being set inside SickRage due to date not probally being converted back to local timezone. 2014-05-15 04:40:30 -07:00
JackDandy
d04937cb8b Output success if *all* the many post processing actions are successful, otherwise indicate a problem occurred if one fails.
This outcome message is displayed in the SAB history UI and improves on the existing "deleting filex" message that only applies to the last action done during a multiple action batch.
2014-05-15 11:27:22 +01:00
echel0n
c1360717fd Merge pull request #568 from Senaxx/dev
Fix for alterate scene names in theme
2014-05-15 00:44:22 -07:00
Senaxx
cded5db5a2 Fix for alterate scene names 2014-05-15 09:33:05 +02:00
echel0n
25e2430820 Added code to check and confirm that a daily search was performed on previous cache results before we go ahead with clearing the cache and wasting results that could hold potential items to be snatched. 2014-05-15 00:20:00 -07:00
echel0n
628fe23f8d Fix to stop removal message of cache items from occuring when untrue 2014-05-14 23:06:39 -07:00
echel0n
1fcfa4c70a Improved caching results code, helps with daily searches. 2014-05-14 22:55:39 -07:00
echel0n
e20adcfab8 Added daily searcher to check for and snatch daily new releases for current active watched shows. User settable interval can be found in search config menu plus forcing a daily search can be done from Manage Searches menu.
Fixed issues with subliminal subtitle downloader.
2014-05-14 21:16:46 -07:00
echel0n
7c5144417e Revert "Updated Subliminal to 0.80 and fixed issues with subtitle downloading."
This reverts commit f6a264bf5c.
2014-05-14 18:41:08 -07:00
echel0n
93471b15e6 Revert "Minor change to subtitle code"
This reverts commit 70c5a02580.
2014-05-14 18:40:51 -07:00
echel0n
eeb632fd0f Fix for search iteration issue 2014-05-14 15:28:44 -07:00
JackDandy
fe74efbf23 Add new feature, check propers interval.
Allow user to select an interval between searches for propers.
2014-05-14 23:23:59 +01:00
echel0n
70c5a02580 Minor change to subtitle code 2014-05-14 15:02:25 -07:00
echel0n
f6a264bf5c Updated Subliminal to 0.80 and fixed issues with subtitle downloading. 2014-05-14 14:52:05 -07:00
echel0n
0657589be0 Fix for topdown issue in postprocessTV 2014-05-14 09:18:54 -07:00
Nils
e0558ea4cd Merge pull request #558 from Zwooosh/dev
Don't add portnumber when restarting with reverse proxy enabled
2014-05-14 17:08:00 +02:00
Nils
95fcd9f946 Merge pull request #563 from vzoltan/patch-1
Update boxcar2.py: Title and sound
2014-05-14 17:05:26 +02:00
Nils
1ebe5a7c3c Merge pull request #565 from JackDandy/ChangeFileDate
Add new feature, set file date to episode aired date.
2014-05-14 17:03:54 +02:00
Nils
d7707227f3 Merge pull request #566 from JackDandy/Pick_x264_over_xvid
PickBestResult x264 over xvid where both exist and quality is equal
2014-05-14 15:00:17 +02:00
JackDandy
6988ffb82b PickBestResult x264 over xvid where both exist. 2014-05-14 13:53:12 +01:00
JackDandy
c33b92866d Add new feature, set file date to episode aired date. 2014-05-14 13:33:36 +01:00
Zwooosh
5dae4c86c9 Merge remote-tracking branch 'upstream/dev' into dev
Conflicts:
	SickBeard.py
2014-05-14 13:17:00 +02:00
vzoltan
2ed20dae1b Update boxcar2.py
Small change on the push notification message for Boxcar2 and a softer notification sound replacement.
2014-05-14 12:32:16 +02:00
Nils Vogels
da42e262ca Adds descriptive text if CHECKVERSION is off 2014-05-14 12:18:48 +02:00
echel0n
1a3a733654 Taught it to be nice ;) 2014-05-14 02:55:53 -07:00
echel0n
5645eecd9c Merge branch 'origin/dev' 2014-05-14 02:42:28 -07:00
echel0n
bde70f1881 Fixed metadata code to add proper indexer info to the tvshow.nfo files 2014-05-14 02:42:08 -07:00
echel0n
415e0df536 Fix for air-by-date and sports shows when searching for full seasons.
Fix for rssupdater errors
2014-05-14 01:01:36 -07:00
Nils
afdec5a69d Merge pull request #561 from JackDandy/FixProviderSSL
Fix one of the default providers to use SSL.
2014-05-14 08:51:01 +02:00
echel0n
532644662c Merge branch 'origin/dev' 2014-05-13 21:15:04 -07:00
echel0n
51ff041389 Fix for writing new NFO files for updating Indexer info, prevents constant writing on refreshes of shows 2014-05-13 21:14:54 -07:00
echel0n
e9765f290a Merge branch 'origin/dev' 2014-05-13 19:19:38 -07:00
echel0n
93573abdc4 Fixes issues with possible duplicate downloads. 2014-05-13 19:19:28 -07:00
JackDandy
7f31c1e2c1 Fix one of the default providers to use SSL. 2014-05-14 01:43:01 +01:00
echel0n
10321a5b2b Merge branch 'origin/dev' 2014-05-13 14:48:05 -07:00
echel0n
734de67684 Improved manual, failed, and backlog searching. 2014-05-13 14:47:54 -07:00