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
adam
ae786bee42
Update adba libs
...
Add NotificationDel, NotificationDeletedResponse
Add Notification, NotificationResponse
Add MultipleNotificationResponse
Add NoSuchNotificationResponse
2014-08-31 14:12:48 +08:00
dhellwich
b2941d6bc0
Do not log ERROR when show isn't in list. Log WARNING instead.
...
Prevents the error log in webinterface from filling up, if there are downloads in your watch folder, which aren't in SB list
2014-08-30 16:17:09 +02:00
echel0n
ee458bd211
Fixed AttributeError: 'NoneType' object has no attribute 'is_scene' in scene_numbering code.
...
Show root dirs can not be set from general config menu.
Mass editing shows now has the ability to delete root dirs as well as edit them.
Daily search no longer is restricted to just 1 week of results for searching from which now allows for replacing lower quality downloads with higher quality ones if available.
RSS Cache is updated for each provider on demand now when performing manual, failed, backlog, or daily searches.
2014-08-30 01:47:00 -07:00
adam111316
8e37afbcc5
Merge pull request #761 from adam111316/adba_notifyget
...
Fix missing fid listing on NotifygetMessageResponse
2014-08-30 12:18:16 +08:00
Adam
1b16320492
Fix missing fid listing on NotifygetMessageResponse
2014-08-30 12:17:25 +08:00
adam111316
f6edcc8ea6
Merge pull request #760 from adam111316/adba
...
Replace tabs with spaces in adba libs / PEP8
2014-08-30 12:12:10 +08:00
Adam
c4acb54d59
Replace tabs with spaces in adba libs / PEP8
2014-08-30 12:10:19 +08:00
echel0n
00a1ebfee3
Fixed TypeError: string indices must be integers error when mapping indexer id's
...
Added full delete feature to mass update, removes show from SR and deletes show folder from hard drive. Remove will just delete show from SR without deleting files from hard drive
Fixed XML errors for TVRage indexer api
2014-08-29 10:05:15 -07:00
echel0n
3cb1c573a3
Fix for newznab provider settings not saving properly
...
Added new show option, delete now removes show from showlist and deletes from hard drive, remove will just remove show from showlist but leave files on hard drive untouched
2014-08-29 03:29:56 -07:00
echel0n
ea66c2c41b
Newznab providers now search by tvrage ID if available and show name incase tvrage ID doesnt return any results
2014-08-28 23:15:51 -07:00
echel0n
6fd19de7e2
Fix for migrating to new newznab and torrent provider config formats
2014-08-28 22:52:02 -07:00
echel0n
ae5644ba91
Fix for migrating to new newznab provider config format
2014-08-28 22:30:30 -07:00
echel0n
18efdb2370
Fixed TorrentSearchResult instance has no attribute 'content' errpr
2014-08-28 22:22:55 -07:00
echel0n
bcffc09589
Replaced provider backlog only search option with 2 new options that allow you to enable daily searches and backlog searches individually per provider, default is enabled for both.
2014-08-28 22:16:25 -07:00
echel0n
afea7337dd
Merge pull request #759 from echel0n/dev
...
Dev
2014-08-27 15:17:13 -07:00
echel0n
11af0269dc
Merge pull request #758 from whiethatguy/patch-2
...
Update bitsoup.py - new table format
2014-08-27 15:15:30 -07:00
whiethatguy
ce52dc8333
Update bitsoup.py - new table format
...
Table that lists torrents has changed, and the download link is on third column
2014-08-27 10:14:13 -03:00
echel0n
36958bf1c2
Merge pull request #756 from 3flex/patch-1
...
notifiers/libnotify: fix syntax error from #624
2014-08-26 17:49:26 -07:00
Matthew Haughton
efd11a6c08
notifiers/libnotify: fix syntax error from #624
...
Prior to this got error 'too many values to unpack' when updating
and libnotify notifications were enabled.
2014-08-26 19:19:34 -04:00
echel0n
38c57f3a92
Merge pull request #755 from RoostayFish/dev
...
Added indexerid to CMD_Show(ApiCall)
2014-08-26 07:52:24 -07:00
RoostayFish
25f57b26fe
Added indexerid to CMD_Show(ApiCall)
2014-08-26 15:44:15 +01:00
echel0n
b03ffa231d
Possible fix for incorrect show matches
2014-08-26 07:31:57 -07:00
echel0n
4739ab12ae
Added www.kickmirror.com to list of urls to try
2014-08-25 23:09:13 -07:00
echel0n
8f43c58c9e
Merge pull request #752 from adam111316/torrentbytes_fix
...
Fix for torrentbytes provider where torrentid is <6 characters long
2014-08-25 22:59:39 -07:00
echel0n
a21e455de7
Merge pull request #754 from adam111316/fix_blackhole
...
Fixes rejection of invalid torrent files
2014-08-25 22:58:53 -07:00
Adam
f43c214069
Fixes rejection of invalid torrent files
2014-08-26 12:57:40 +08:00