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
Ruud
41c2845328
Toasty cleanup
2013-01-04 20:14:25 +01:00
Travis La Marr
c2453bb070
Added Windows Phone SuperToasty Notifier
2013-01-04 19:05:58 +01:00
Ruud
a3a2c8da8e
Typo
2013-01-04 19:03:36 +01:00
Ruud
a1d4bab793
NZBVortex: Delete failed option
2013-01-02 14:11:40 +01:00
Ruud
d314a9b5b3
Also check status on manual
2013-01-02 14:11:11 +01:00
Ruud
9a60f6001a
Check snatched on startup
2013-01-02 14:10:41 +01:00
Ruud
96a39dbf60
Link to downloaders
2013-01-02 13:52:59 +01:00
Ruud
015675750c
Properly use imdb_results
2013-01-02 13:43:24 +01:00
Ruud
bf4dc62f54
NZBVortex support. closes #1204
2013-01-02 13:31:14 +01:00
Ruud
c2382ade05
Use provider for downloader
2013-01-02 13:29:44 +01:00
Ruud
2f65545086
Extend opener with multipart
2013-01-02 13:29:28 +01:00
Ruud
3aea2cd968
Simpler CP tag regex
2013-01-02 13:29:08 +01:00
Ruud
f30cb9185c
Add nzbgeek to the defaults of newznab
2013-01-02 10:40:08 +01:00
Ruud
615468e8e6
Make nzbget password a password field. closes #1205
2012-12-31 21:31:11 +01:00
Ruud
0cbee01024
Don't use unicode when not needed in urlopen
2012-12-31 13:10:11 +01:00
Ruud
c29cb39797
Automation cleanup
2012-12-30 21:43:13 +01:00
Kris Kater
580ff38136
Added moviemeter.nl automation
2012-12-30 20:51:47 +01:00
Sander Boele
6b8bca5491
added path to the freebsd init script
2012-12-30 20:51:24 +01:00
Ruud
e92b5d95ca
IOLoop cleanup
2012-12-30 18:40:38 +01:00
Ruud
611a32d110
Add randomstring to each internal api
2012-12-30 18:39:16 +01:00
Ruud
74e4b015a9
Module update: Tornade
2012-12-30 18:38:52 +01:00
Ruud
1e0267cdb5
Change OMGWTF to .org
2012-12-30 11:21:23 +01:00
Ruud
041a206fb4
Rename to OMDBapi
2012-12-29 23:45:21 +01:00
Ruud
12a4d6a995
Send proper user-agent with nzbx.co
2012-12-29 21:23:15 +01:00
Ruud
b14a6c1e63
nzbx description
2012-12-29 20:22:42 +01:00
spion06
7fa08ef9b6
Update init/freebsd to not use perl
...
When using couchpotato on slimmed down versions of freebsd (freenas for example) sometimes perl is not available. Since the previous parsing of the INI required a "key = value" format it is pretty simple to use awk for this.
2012-12-29 19:24:12 +01:00
Ruud
5cf4b8b4d3
Binsearch provider
2012-12-28 23:01:35 +01:00
Ruud
6e56072250
Don't migrate when in development
2012-12-28 17:44:02 +01:00
Ruud
917c5552a4
Simplified providers
2012-12-27 19:53:12 +01:00
Ruud
73c5b90232
TorrentDay support. closes #1161
2012-12-25 18:38:37 +01:00
Ruud
fd53ba0637
SceneAccess: Don't add quality to query
2012-12-25 17:43:47 +01:00
Ruud
0ef3906b3d
Cleanup
2012-12-25 17:15:09 +01:00
Ruud
5ab0d7a97b
Cleanup torrent providers
2012-12-25 14:56:27 +01:00
Ruud
dbbbbb2f84
Module update: dateutil
2012-12-25 11:38:49 +01:00
Ruud
1bfe948a45
Newznab didn't return results
2012-12-24 19:21:43 +01:00