Ruud
ebf37f7310
Cleanup plex urls
2013-07-12 20:52:41 +02:00
Ruud
a09fc14625
Twitter DM didn't work
2013-07-09 20:32:29 +02:00
Ruud
5328f7fe69
Allow unknown keywords for all api calls. fix #1881
2013-06-24 21:21:49 +02:00
Ruud
57c270f8fa
Don't break while sending messages to listeners
2013-06-21 11:32:45 +02:00
Ruud
ca9a78eea4
Advanced option for XBMC to only update first in list
...
Thanks @cliffordwhansen
2013-06-15 22:17:23 +02:00
Ruud
fa37f7d40a
Add some logging to core messaging
2013-06-13 12:15:59 +02:00
Ruud
6e0857c6c1
Remove Flask dependencies
2013-06-12 23:37:08 +02:00
Ruud
0b693bba4e
Add "on snatch" options to XBMC & Plex notifications
...
fix #1379
2013-05-19 00:30:56 +02:00
Ruud
8fd80d3185
Update instead of extend
2013-05-13 23:44:01 +02:00
Ruud
49cf72e058
Load notification after window load
2013-05-10 18:28:52 +02:00
Ruud
00e53439ed
Don't wait between xbmc calls
2013-05-10 00:07:06 +02:00
Ruud
9e3f978677
Styling fixes
2013-05-09 23:36:54 +02:00
Ruud
e6db505cf7
Restart notification request every 2 minutes
2013-05-05 20:15:23 +02:00
Ruud
9e8d6aaaa1
Delay notification start more on mobile
2013-05-05 20:14:54 +02:00
Ruud
080da48223
Only attach imdb url when available
2013-05-05 17:28:02 +02:00
Faryn and Ruud
897330e646
Include IMDb link to movie in Pushover notifications
2013-05-05 16:54:11 +02:00
Ruud
60ff3b08d4
Last message check 0 after first message
2013-05-03 23:04:52 +02:00
Ruud
4cba44fbb1
API notifications
2013-05-03 14:07:23 +02:00
Ruud
2f5cb81029
Optimize initial requests
2013-04-30 22:28:15 +02:00
Ruud
8b0aa7a6b3
Initial mobile styling
2013-04-30 00:24:56 +02:00
Ruud
0c44c48628
Notification test failed. closes #1561
...
Thanks @FredrikWendt
2013-03-31 11:12:37 +02:00
Ruud
7c234ab7e9
Simplify notification providers
2013-03-25 11:01:31 +01:00
Ruud
b82319cb54
Use existing Trakt auth settings and other cleanup
2013-03-25 10:48:59 +01:00
Ruud
6685495400
Merge branch 'trakt_notify' of git://github.com/EchelonFour/CouchPotatoServer into EchelonFour-trakt_notify
2013-03-25 09:59:51 +01:00
Ruud
717b88b5fe
Force pushalot image refresh
2013-03-20 20:30:34 +01:00
Ruud
b843d5f13b
General notification icons
2013-03-20 19:35:11 +01:00
Ruud
df2d1aca4b
Allow email notification to send to multiple addresses
2013-03-16 15:27:38 +01:00
Ruud
0494e5fc8f
Cleanup pushalot notifier
2013-03-13 22:08:51 +01:00
Travis La Marr and Ruud
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
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
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
Cybertinus and Ruud
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
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
ikkemaniac and Ruud
f8a46ebe6d
clearly state XBMC version dependency for notifications
2013-01-06 11:33:53 +01:00
ikkemaniac and Ruud
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 Marr and Ruud
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