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
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
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
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
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
ikkemaniac
9bd5688fb9
Remove services that are not required for couchpotato to run
2013-01-06 22:35:35 +01:00
ikkemaniac
1993c2b6cb
Redo FreeBSD init script completely.
...
Use rc.subr functions and proper rc.conf variables.
2013-01-06 22:35:35 +01:00
ikkemaniac
acc8ed2092
Acutally use config_file variable
2013-01-06 22:35:35 +01:00
ikkemaniac
7b4924dd7a
Don't influence the PATH variable in FreeBSD rc script
...
Don't prepend the PATH variable, it's ugly, unwanted and unnecessary. Call binaries with their full path.
2013-01-06 22:35:35 +01:00
ikkemaniac
3a2861f72a
fix FreeBSD init script
...
-add actual start command
-fix verify_couchpotato_pid function, 'ps' command failed if PID var was empty
-fix verify_couchpotato_pid usage, acutally use the return of verify_couchpotato_pid in the 'stop' routine
2013-01-06 22:35:35 +01:00
Ruud
4779265b43
Change xbmc description
2013-01-06 11:52:05 +01:00
ikkemaniac
f8a46ebe6d
clearly state XBMC version dependency for notifications
2013-01-06 11:33:53 +01:00
ikkemaniac
383ec7e6f5
check for XBMC JSON-RPC version and improve logging info
2013-01-06 11:33:53 +01:00
Ruud
dd9118292d
Newznab log error
2013-01-06 11:20:13 +01:00
Ruud
4d0f8eb4ac
Default add top25 to itunes automation
2013-01-04 20:26:36 +01:00
Ruud
637b21cc68
iTunes automation cleanup
2013-01-04 20:20:52 +01:00
Joseph Gardner
da429f0cb8
Adding itunes automation provider
2013-01-04 20:15:30 +01:00