Ruud
cad9bfae9f
Transmission: Don't use ratio when not filled in.
2013-01-23 22:54:02 +01:00
Ruud
749075b4cb
Setting cleanup
2013-01-23 22:50:31 +01:00
Ruud
0456a1e820
Typo
2013-01-23 22:29:02 +01:00
ikkemaniac and Ruud
35a9739ec5
Improve debugging for email notifications
2013-01-23 22:26:09 +01:00
ikkemaniac and Ruud
2a451c255e
Rename var for naming consistency
2013-01-23 22:26:09 +01:00
Ruud
7c38ad1c00
Remove non-int backup folders. closes #1298
2013-01-23 22:24:09 +01:00
Ruud
647159e549
Fix and cleanup wizard. fix #1324
2013-01-23 22:16:04 +01:00
Ruud
7cc55c21b6
Shutdown cleanly on quit process
2013-01-22 23:43:15 +01:00
Ruud
89c38f5aa4
Use host from config again. fix #1278
2013-01-22 23:24:09 +01:00
Ruud
5f428649c3
Writing larger files fails on Windows. fix #1281
2013-01-22 23:20:55 +01:00
Ruud
8ed2a99830
Don't try to parse None on IMDB watchlist
2013-01-22 22:55:06 +01:00
Ruud
9d633910f6
NZBsRus fixes
2013-01-22 22:35:44 +01:00
Ruud
54ea22e9b6
Only remove available status releases when refreshing
2013-01-22 22:02:23 +01:00
Ruud
f84b23eecc
Only fire enabled downloader failed event
2013-01-22 21:35:11 +01:00
Ruud
6ea045ddd3
Remove failed wrong parameters
2013-01-21 22:37:58 +01:00
Ruud
f8b4e75b74
If data is empty, assume correct type for downloaders
2013-01-20 21:11:36 +01:00
Ruud
faaf351662
Group providers together
2013-01-20 20:50:50 +01:00
Ruud
f41fc794c1
Don't search full disk when no manage folders are filled. fix #1304
2013-01-19 01:30:56 +01:00
Ruud
0f789b5b40
NZBsRus rss different item path. fix #1301
2013-01-19 01:17:57 +01:00
Ruud
d2496d768d
Don't reorder based on omdb
2013-01-19 01:04:24 +01:00
Ruud
b93488f025
Use default timeout for CP calls
2013-01-19 00:56:03 +01:00
Ruud
d4de68ef86
Add page nr after
2013-01-19 00:51:20 +01:00
Ruud
61a0bb8ec6
Don't use quality identifier in title searches
2013-01-19 00:45:08 +01:00
Ruud
fe52ac7203
Use default title as email subject
2013-01-16 19:45:39 +01:00
Cybertinus and Ruud
4447b7611e
Added the e-mail notifier
2013-01-15 21:15:17 +01:00
Ruud
4fe9f9e42f
Log subtitle search
2013-01-13 10:08:59 +01:00
Ruud
71b22345bc
Make sure downloaders and providers match
...
Remove releases not found anymore on new searches
2013-01-12 16:07:11 +01:00
Ruud
a0dc5c075a
Remove print
2013-01-12 16:05:54 +01:00
Ruud
a264c75f8c
Remove releases that aren't found in latest search
2013-01-11 22:31:19 +01:00
Ruud
fcc8a71eae
NZBget version check
2013-01-11 21:45:25 +01:00
Ruud
cdd681ad48
XBMC icon image
2013-01-11 21:02:22 +01:00
Ruud
36e5c49147
TorrentDay: decoding error. fix #1260
2013-01-11 20:50:38 +01:00
Ruud
300f4738a0
Randomize wanted search. fix #1261
2013-01-11 20:12:12 +01:00
Ruud
9447833653
RT cleanup
2013-01-10 07:42:15 +01:00
Ruud
df53d0c578
Rename RT folder
2013-01-10 07:29:48 +01:00
Kris Kater and Ruud
17eaba3e2a
Added rottentomatoes automation
2013-01-10 07:28:39 +01:00
Ruud
0f389f18cb
NZBGet: Don't use priority when set to normal.
2013-01-09 23:41:47 +01:00
Prinz23 and Ruud
28ce083f48
nzbget priority support
2013-01-09 23:34:03 +01:00
Ruud
cfaffe2bcb
SSL support
2013-01-09 23:29:54 +01:00
Ruud
432852cf5d
Enable added combined list by default
2013-01-09 21:20:27 +01:00
Ruud
3c728608e9
FTDWorld use simple login
...
Add size
2013-01-09 20:42:33 +01:00
Ruud
8892ace3c2
OMGWTF proper link in settings
2013-01-09 20:26:02 +01:00
Ruud
87574a1810
Allow spotweb url without rewriterule. fix #1248
2013-01-08 20:28:59 +01:00
Ruud
14e0219e62
Urlencode spotweb id. fix #1213
2013-01-07 23:11:45 +01:00
Ruud
ec857a9b3d
FTDWorld: Check for login success
2013-01-07 22:31:42 +01:00
Ruud
4d32b0b16d
Use FTDWorld temp api. closes #1243
2013-01-07 22:21:44 +01:00
Ruud
ca08287cff
Ignore Growl timeout. fixes #1240
2013-01-07 20:54:21 +01:00
Ruud
36fee69843
XBMC notifier for Frodo & Eden
2013-01-06 23:06:38 +01:00
ikkemaniac and Ruud
c5cae5ab9b
add XBMC v11 Eden notifications support
...
This is my approach on working with Eden, maybe a little late since Frodo is almost released, but better late then never.
- First detect the JSON-RPC version XBMC is running (once per boot of CouchPotatoServer on the first notification, except for sending test message then the JSON version is always checked).
- Set a variable indicating whether or not to use JSON (or normal http).
- If JSON should be used, proceed as before this commit.
- If normal-http should be used, use 'notifyXBMCnoJSON' func
- 'notifyXBMCnoJSON' just opens a specific XBMC api url, unfortunately importing urllib for this was necessary to escape the message strings.
TODO: support multiple XBMC hosts, right now the last host in the hosts array will set the 'useJSONnotifications' var.
Conflicts:
couchpotato/core/notifications/xbmc/main.py
Conflicts:
couchpotato/core/notifications/xbmc/main.py
2013-01-06 22:52:59 +01:00
Ruud
4779265b43
Change xbmc description
2013-01-06 11:52:05 +01:00