Commit Graph
177 Commits
Author SHA1 Message Date
Travis La MarrandRuud df1b46272d Pushalot notifier for Windows Phone 7/8 and Windows 8 2013-03-13 21:34:18 +01:00
Ruud 87cdf9222d Hide test notification button 2013-02-04 23:05:21 +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
ikkemaniacandRuud 35a9739ec5 Improve debugging for email notifications 2013-01-23 22:26:09 +01:00
ikkemaniacandRuud 2a451c255e Rename var for naming consistency 2013-01-23 22:26:09 +01:00
Ruud faaf351662 Group providers together 2013-01-20 20:50:50 +01:00
Ruud fe52ac7203 Use default title as email subject 2013-01-16 19:45:39 +01:00
CybertinusandRuud 4447b7611e Added the e-mail notifier 2013-01-15 21:15:17 +01:00
Ruud cdd681ad48 XBMC icon image 2013-01-11 21:02:22 +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
ikkemaniacandRuud 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
ikkemaniacandRuud f8a46ebe6d clearly state XBMC version dependency for notifications 2013-01-06 11:33:53 +01:00
ikkemaniacandRuud 383ec7e6f5 check for XBMC JSON-RPC version and improve logging info 2013-01-06 11:33:53 +01:00
Ruud 41c2845328 Toasty cleanup 2013-01-04 20:14:25 +01:00
Travis La MarrandRuud c2453bb070 Added Windows Phone SuperToasty Notifier 2013-01-04 19:05:58 +01:00
Ruud 655e847aeb Catch renamer.after event errors. fix #1032 2012-11-10 10:10:05 +01:00
Ruud 4fb7467e97 Send 2 tweets when message is above 140 chars. fix #441 2012-10-21 16:14:11 +02:00
Ruud bcdc633a5e Use urlopen for Prowl notifier. fix #932 2012-10-21 15:26:29 +02:00
Ruud 09f723bda5 Use jsonrpc for xbmc request. fix #927 #945 2012-10-21 13:37:45 +02:00
Ruud 9ebc4dbf38 Reworked some download code. #924 2012-10-15 23:50:05 +02:00
Ruud 9dc1843f25 Also use data param on notifier 2012-10-14 20:42:12 +02:00
Ruud 3ffc6e122e Double genres because of trailing spaces 2012-10-14 15:28:26 +02:00
Ruud d3ebe531d5 Don't use 2 events after rename 2012-10-14 14:13:10 +02:00
Ruud 269e98b049 Removed all commented out db.close 2012-10-12 19:09:57 +02:00
Ruud f474962225 Just check for synoindex file on test. 2012-09-19 15:31:27 +02:00
Frank Fenton c087a6b49b Add Trakt notification 2012-09-18 02:44:38 +10:00
Ruud 8fb24bb101 Couldn't test Synoindex. fix #814 2012-09-16 20:20:47 +02:00
Ruud d2560393eb Merge branch 'develop3' of https://github.com/mano3m/CouchPotatoServer into mano3m-develop3 2012-08-24 16:37:54 +02:00
Ruud 6e2380f203 NMA fix
Thanks @Mochaka
2012-08-24 16:35:50 +02:00
Ruud de532cb7ee Add description to growl notification. closes #604 2012-08-05 14:11:48 +02:00
mano3m 46c73dc43c Fix hint being added to the notification test button texts 2012-07-25 00:09:13 +02:00
mano3m 2406e9ef85 Fixed NMJ test 2012-07-24 23:27:26 +02:00
mano3m 80929b5806 small fix to xbmc notification test 2012-07-24 22:55:53 +02:00
mano3m 108044948f Fix XBMC and NMA Notification tests 2012-07-24 22:49:49 +02:00
Ruud e726a31405 Support Plex Media Server only. fix #583 2012-07-14 23:54:19 +02:00
Ruud 6162ea9f42 Give feedback if no update 2012-07-01 00:49:07 +02:00
Ruud cf3041c848 Simple growl-like notifications 2012-06-30 21:25:36 +02:00
Ruud 89d3b9b72a Log plex error. closes #512 2012-06-30 15:42:58 +02:00
Ruud 45d6aa1a0a Add delay for Safari before starting notification listener 2012-06-29 14:36:32 +02:00
Ruud 41a3a9011f Delete 4 week old notifications on start 2012-06-27 16:34:51 +02:00
Ruud 4206c2b0dd Just mark all notifications read. closes #466 2012-06-27 16:22:51 +02:00
Ruud 63a7ba85f3 Notify on update. closes #486 2012-06-26 23:06:22 +02:00
Ruud ea1b0c2816 Remove history table 2012-06-26 23:01:21 +02:00
Ruud e0440d4b11 Try and encode logging messages. fix #403 2012-06-11 12:38:22 +02:00
Ruud 9cb4d8842c Notify plex and use default ports. fix #392 2012-06-11 10:52:28 +02:00
Ruud ef8dfc082c Don't get last of empty list 2012-05-28 22:09:21 +02:00
Ruud 9575dff838 One message missing in return 2012-05-28 00:26:49 +02:00