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

1947 Commits

Author SHA1 Message Date
djoole
cef62afdcf Fix proper search for t411 2014-09-10 01:07:27 +02:00
Adam
981d6612b8 Fixing typo in last commit 2014-09-08 17:45:02 +08:00
adam111316
7adc669789 Merge pull request #786 from adam111316/queue_info
Add search queue info to ManageSearches page
2014-09-08 14:45:03 +08:00
Adam
f5d3f71c70 Add search queue info to ManageSearches page 2014-09-08 11:54:43 +08:00
adam111316
1eefe7cb61 Merge pull request #785 from adam111316/fix_setting
Fix default post processing with sync files option
2014-09-07 18:58:45 +08:00
Adam
7613bdc7ad Fix default post processing with sync files option 2014-09-07 18:57:48 +08:00
adam111316
37ef85e16c Merge pull request #784 from djoole/sync-files-option
Added an option in Post Processing options do activated/deactivate postp...
2014-09-07 18:56:04 +08:00
djoole
6a393cc755 Added an option in Post Processing options do activated/deactivate postponing postprocess if sync files are present in download TV dir (activated by default) 2014-09-07 12:45:19 +02:00
echel0n
7215ed8987 Merge branch 'dev' 2014-09-07 02:49:31 -07:00
echel0n
8f6d014830 Fixed issues with cache results being used during searches 2014-09-07 02:41:21 -07:00
echel0n
2193a4bfd1 Fixed search issues regarding error about result attribute being referenced early 2014-09-07 02:08:24 -07:00
echel0n
991a93991e Fixed newznab to search no more then 1000 results 2014-09-07 00:56:23 -07:00
echel0n
ba4b408af3 Improved newznab offset code 2014-09-07 00:48:09 -07:00
echel0n
ab16430b1a Improved newznab offset code 2014-09-07 00:44:48 -07:00
echel0n
20c0b4ea72 Fixed global name season error during searches 2014-09-06 22:25:01 -07:00
echel0n
2fbae22f2f Fixed BacklogSearchQueueItem show attribute error during searches 2014-09-06 22:06:11 -07:00
echel0n
3efa9709af Fixed DailySearchQueueItem show attribute error during searches 2014-09-06 22:01:24 -07:00
echel0n
59675f27ac Fixed failed download handling.
Improved search queue code.
2014-09-06 21:36:23 -07:00
echel0n
6ce43c7782 Added exception catching for timeouts to notifiers 2014-09-06 17:51:44 -07:00
echel0n
65eda93b2b Fixed high CPU usage during searches, adding conditional check to prevent un-needed name parsing of search results when search result was previously already parsed and checked during filtering of bad releases 2014-09-06 17:25:07 -07:00
echel0n
4af28657af Fixed TypeError: list indices must be integers, not list that occured during searches 2014-09-06 16:55:39 -07:00
echel0n
610d1af4f0 Fixed saving general settings rootDir error 2014-09-06 16:39:59 -07:00
echel0n
a0ef748f3b Fixed saving general settings rootDir error 2014-09-06 16:35:10 -07:00
adam111316
1ed552d0a6 Merge pull request #781 from echel0n/dev
Dev
2014-09-06 19:03:22 +08:00
echel0n
e3781ece75 Merge pull request #780 from djoole/t411
Added the torrent provider for www.t411.me tracker
2014-09-05 19:17:32 -07:00
echel0n
a32de0d523 Merge pull request #769 from KontiSR/dev
Added gui for for choosing newznab (tv) categories
2014-09-05 19:16:46 -07:00
echel0n
857b6bacb2 Merge pull request #762 from dhellwich/patch-2
Do not log ERROR when show isn't in list. Log WARNING instead.
2014-09-05 19:16:17 -07:00
djoole
159e8ceb7c Added the torrent provider for www.t411.me tracker 2014-09-06 02:16:04 +02:00
adam111316
495a9e15d9 Merge pull request #779 from adam111316/checkbox_fix
Fix #3 for daily/backlog checkbox saving
2014-09-05 22:03:28 +08:00
Adam
f944604f79 Fix #3 for daily/backlog checkbox saving 2014-09-05 22:02:16 +08:00
adam111316
bb505bcb99 Merge pull request #778 from adam111316/dogloopz
Fix infinite loop with dognzb
2014-09-05 18:48:28 +08:00
Adam
1317848782 Fix infinite loop with dognzb 2014-09-05 18:40:37 +08:00
adam111316
84fe52bdf8 Merge pull request #775 from adam111316/newznab_fix_2
Test #2 to fix daily/backlog checkboxes with custom newznab server
2014-09-04 07:53:46 +08:00
Adam
0daf226313 Test #2 to fix daily/backlog checkboxes with custom newznab server 2014-09-04 07:52:39 +08:00
adam111316
1c4d7bf15c Merge pull request #774 from adam111316/fix_provider_settings
Fix for daily/backlog checkbox values not saving correctly on providers
2014-09-03 18:47:56 +08:00
Adam
281247a90f Fix for daily/backlog checkbox values not saving correctly on providers 2014-09-03 18:40:56 +08:00
adam111316
ecb6f01302 Merge pull request #773 from adam111316/newznab_fix
Testing fix for missing api key on newznab providers
2014-09-03 15:38:27 +08:00
Adam
20725c1da7 Testing fix for missing api key on newznab providers 2014-09-03 15:36:42 +08:00
Woodpaker
8b4bb3a5a5 Fixed some git conflicts 2014-09-01 18:29:52 +02:00
Woodpaker
000467cc73 * Added saving of changed newznab categories in backend.
Added gui for selecting categories from multiselect box.
Created some helper function in js, for dynamically modifying selects/options

Made results of function for retrieving newznab capabilities more generic. In that now always a valid json is returned with success,tv_categories,error

Added gui elements for retrieving and displaying newznab capabilities

Added backend functions for calling ajax /getNewznabCategories?name=yourNewznabProvider&url=https://newznabprovURL&key=YourApiKey
Returns json.dumps() with TV category capabilities of newznab provider. Is going to be used for new gui element in adding newsnab provider.
2014-09-01 17:57:52 +02:00
echel0n
90356544cd Sports regex updated 2014-09-01 00:04:41 -07:00
Adam
73cfb28234 Merge branch 'master' of https://github.com/jmelen/SickRage into dev 2014-09-01 10:31:26 +08:00
adam111316
3c88563813 Merge pull request #765 from aelveborn/kat-mirror-fix
Fixed missing slash on Kat mirror URL
2014-09-01 10:25:32 +08:00
echel0n
fc9e451f15 Merge branch 'dev' 2014-08-31 12:57:14 -07:00
echel0n
45fc163434 PEP8 changes for rss feed cache code 2014-08-31 12:56:45 -07:00
Julio Melendez
8cdf1ddbee Switch from urlencode to json
Per the Pushbullet API (https://docs.pushbullet.com/http/) the POST should use a JSON body, with content-type 'application/json'
2014-08-31 11:10:00 -05:00
Andreas Älveborn
ecab1c35f8 Fixed missing slash on Kat mirror URL
Changed http://www.kickmirror.com to http://www.kickmirror.com/
2014-08-31 15:16:13 +02:00
adam111316
571e7c7d61 Merge pull request #764 from adam111316/transmission_seedtime
Add transmission seed for X hours option
2014-08-31 16:56:37 +08:00
adam
2b9945e0df Add transmission seed for X hours option 2014-08-31 14:41:53 +08:00
adam111316
1f8cf44ea2 Merge pull request #763 from adam111316/adba_update
Update adba libs
2014-08-31 14:14:46 +08:00