Ruud
89c38f5aa4
Use host from config again. fix #1278
12 years ago
Ruud
5f428649c3
Writing larger files fails on Windows. fix #1281
12 years ago
Ruud
8ed2a99830
Don't try to parse None on IMDB watchlist
12 years ago
Ruud
1a89d551dc
Contribute update
12 years ago
Ruud
9d633910f6
NZBsRus fixes
12 years ago
Ruud
54ea22e9b6
Only remove available status releases when refreshing
12 years ago
Ruud
f84b23eecc
Only fire enabled downloader failed event
12 years ago
Ruud
6ea045ddd3
Remove failed wrong parameters
12 years ago
Ruud
f8b4e75b74
If data is empty, assume correct type for downloaders
12 years ago
Ruud
faaf351662
Group providers together
12 years ago
Ruud
f41fc794c1
Don't search full disk when no manage folders are filled. fix #1304
12 years ago
Ruud
0f789b5b40
NZBsRus rss different item path. fix #1301
12 years ago
Ruud
d2496d768d
Don't reorder based on omdb
12 years ago
Ruud
b93488f025
Use default timeout for CP calls
12 years ago
Ruud
d4de68ef86
Add page nr after
12 years ago
Ruud
61a0bb8ec6
Don't use quality identifier in title searches
12 years ago
Ruud
fe52ac7203
Use default title as email subject
12 years ago
Cybertinus
4447b7611e
Added the e-mail notifier
12 years ago
Ruud
4fe9f9e42f
Log subtitle search
12 years ago
Ruud
71b22345bc
Make sure downloaders and providers match
Remove releases not found anymore on new searches
12 years ago
Ruud
a0dc5c075a
Remove print
12 years ago
Ruud
a264c75f8c
Remove releases that aren't found in latest search
12 years ago
Ruud
fcc8a71eae
NZBget version check
12 years ago
Ruud
cdd681ad48
XBMC icon image
12 years ago
Ruud
36e5c49147
TorrentDay: decoding error. fix #1260
12 years ago
Ruud
300f4738a0
Randomize wanted search. fix #1261
12 years ago
Ruud
9447833653
RT cleanup
12 years ago
Ruud
df53d0c578
Rename RT folder
12 years ago
Kris Kater
17eaba3e2a
Added rottentomatoes automation
12 years ago
Ruud
0f389f18cb
NZBGet: Don't use priority when set to normal.
12 years ago
Prinz23
28ce083f48
nzbget priority support
13 years ago
Ruud
cfaffe2bcb
SSL support
12 years ago
Ruud
432852cf5d
Enable added combined list by default
12 years ago
Ruud
3c728608e9
FTDWorld use simple login
Add size
12 years ago
Ruud
8892ace3c2
OMGWTF proper link in settings
12 years ago
Ruud
87574a1810
Allow spotweb url without rewriterule. fix #1248
13 years ago
Ruud
14e0219e62
Urlencode spotweb id. fix #1213
13 years ago
Ruud
ec857a9b3d
FTDWorld: Check for login success
13 years ago
Ruud
4d32b0b16d
Use FTDWorld temp api. closes #1243
13 years ago
Ruud
ca08287cff
Ignore Growl timeout. fixes #1240
13 years ago
Ruud
36fee69843
XBMC notifier for Frodo & Eden
13 years ago
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
13 years ago
ikkemaniac
9bd5688fb9
Remove services that are not required for couchpotato to run
13 years ago
ikkemaniac
1993c2b6cb
Redo FreeBSD init script completely.
Use rc.subr functions and proper rc.conf variables.
13 years ago
ikkemaniac
acc8ed2092
Acutally use config_file variable
13 years ago
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.
13 years ago
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
13 years ago
Ruud
4779265b43
Change xbmc description
13 years ago
ikkemaniac
f8a46ebe6d
clearly state XBMC version dependency for notifications
13 years ago
ikkemaniac
383ec7e6f5
check for XBMC JSON-RPC version and improve logging info
13 years ago