Mark McDowall
2ece05cd1e
Fixed: Email connection test reporting success incorrectly
...
Fixes #1524
2016-10-28 11:02:36 -07:00
karaambaa
eeff79b288
Added Sonarr-icon to Boxcar notification
...
Now there is a small Sonarr icon next to the Boxcar message.
2016-10-20 09:36:00 -07:00
Chris Heath
c0b0567c23
Join: Device ID entry and better error handling
...
New: Optionally limit Join notifications to specific devices
Fixes #1455
2016-09-23 16:13:46 -07:00
Taloth Saldono
73fb216e6f
New: Added CAPTCHA support to Rarbg.
2016-08-13 22:10:42 +02:00
Christopher Heath
626d94d435
New: Join notifications
...
Closes #1197
2016-08-13 11:37:55 -07:00
Mark McDowall
5bf9b069fc
Fixed: Slack Icon is optional
2016-07-27 11:31:51 -07:00
Taloth Saldono
a2536deef0
Fixed: Significantly improved api performance.
2016-07-24 01:00:41 +02:00
Mark McDowall
c8474701a0
Fixed: Parsing Plex Media Server version 1.0
2016-07-02 00:19:31 -07:00
Mark McDowall
f1c007c5fe
Include full grab/import message for Slack notifications
2016-06-18 10:57:18 -07:00
Martin Hartvig
6c287f118f
New: Slack notifications
...
Closes #1002
2016-06-13 23:35:25 -07:00
Peter Tutervai
fea5db3e4b
Re-enabled calling synoindex after renaming
...
Fixed: On Rename connections to synoindex
2016-06-13 22:07:47 -07:00
Mark McDowall
7476d692aa
New: EpisodeTitles for Custom Scripts
...
Closes #1263
2016-06-02 19:16:35 -07:00
Mark McDowall
2e90ea9c19
Fixed: Prefix Twitter notifications (Grabbed/Imported)
2016-05-19 18:54:49 -07:00
Mark McDowall
54fda3d648
Fixed: Updating Emby Library
...
Closes #1267
2016-04-28 23:42:53 -07:00
Mark McDowall
8773d38ddd
Fixed: Plex Meda Server authentication
2016-04-23 13:28:07 -07:00
Mark McDowall
ab7b427241
Fixed: Default display time for Kodi notifications
2016-04-07 15:52:12 -07:00
Mark McDowall
59e71a4cd9
Include series type for CustomScript
2016-03-19 19:35:02 -07:00
Mark McDowall
1072c5247c
On grab for custom scripts
...
New: On Grab handling for Custom Scripts
2016-03-17 18:40:58 -07:00
Taloth Saldono
2ffbbb0e71
Refactored HttpRequest and HttpRequestBuilder, moving most of the logic to the HttpRequestBuilder.
...
Added ContentSummary to be able to describe the ContentData in a human readable form. (Useful for JsonRpc and FormData).
2016-03-11 20:35:58 +01:00
Mark McDowall
e8d1623e96
Default Plex Media Server "Update Library" to true
2016-02-25 19:19:31 -08:00
Taloth Saldono
6a90035a4c
Updated NLog to v4.2.3.
2016-02-11 22:15:12 +01:00
Taloth Saldono
e01b2ef25c
Fixed some compile warnings.
2016-02-11 22:11:53 +01:00
Mark McDowall
2396af4589
New: Pushover Silent and Emergency priorities
...
Closes #878
2016-02-10 23:43:40 -08:00
Ivan Brazza
9b0654c7f2
New: Setting Pushbullet source device
2016-01-28 21:33:11 +00:00
Mark McDowall
56da824e98
AutoComplete and file browser will show files when appropriate
...
Fixed: File browser for Custom Script shows files
Closes #1084
2016-01-27 19:24:41 -08:00
Mark McDowall
a96718f7b3
Fixed Twitter notifications
...
New: Twitter notifications now require a Twitter (see settings for details)
Closes #1049
2016-01-06 22:32:12 -08:00
Mark McDowall
ea6ae85f7a
Fixed: Logging invalid version when failing to connect to Kodi
...
Closes #927
2015-11-14 22:35:45 -08:00
Mark McDowall
68cd9ab8c8
Don't error out if PMS returns no ID for a specific series
...
Closes #813
2015-10-04 12:12:07 -07:00
Taloth Saldono
ccfa13e383
Replaced built-in valuetypes with language keywords.
2015-10-03 21:14:06 +02:00
Mark McDowall
fa527d7820
New: Custom Script Download contains SourcePath and SourceFolder
...
Closes #793
2015-09-10 21:12:48 -07:00
Mark McDowall
81778cb0b0
New: Custom Script environment variables use underscores instead of periods
2015-09-10 20:11:16 -07:00
Mark McDowall
19f09fdb86
Path and Arguments were set to the same number for CustomScript
2015-09-03 14:57:38 -07:00
Mark McDowall
741dc8f50b
Fixed: Only run a complete section update in Plex if all partial updates fail
...
Closes #773
2015-09-01 23:46:26 -07:00
Gavin Mogan
c5b25bcfee
New: Add Webhook support to sonarr
...
Add Form type url (type=url input field)
Add isValidUrl input type validation
Only allow absolute urls when checking if a url is valid
String => string as per comments that sonarr is standarizing on the lowercase primative
Remove this before function calls
Refactored everything so OnGrab is supported
Don't double submit the webhook
Wrappers around Series, EpisodeFile, Episode so the entire data structure isn't exposed
Add Braces as per style guide
Series.ID and Series.TvdbId should be integers
Reorder webhook payload as per style guide
Upgrade to use ongrab as json instead of string
Add method selection to webhook settings
include episode directly in download event
QualityVersion should be an int and not a string (don't convert it int=>string)
Remove the list of episodes
Add season number to episode data structure
Code Review Fixes:
* Remove episodefile from payload, move everything to episode
* Change episode to a list
convert to var as per code review / style guide
Down with internals
Everything now uses webhookpayload. None of that payload.Message stuff
{"EventType":"Test","Series":{"Id":1,"Title":"Test Title","Path":"C:\\testpath","TvdbId":1234},"Episodes":[{"Id":123,"EpisodeNumber":1,"SeasonNumber":1,"Title":"Test title","AirDate":null,"AirDateUtc":null,"Quality":null,"QualityVersion":0,"ReleaseGroup":null,"SceneName":null}]}
Remove logger and processProvider
Remove unused constructor
2015-08-29 22:45:14 -07:00
Gavin Mogan
d3b9ebf86c
Convert onGrab from passing a string to passing an object with series and episode information
...
Use object initalizer instead of creation of OnGrab/grabmessage
2015-08-25 21:13:08 -07:00
Mark McDowall
86b748b9eb
New: Sonarr logo is optional for Pushalot notifications
2015-08-01 00:51:57 -07:00
Mark McDowall
b82e830e86
Cleanup and refactoring of Twitter notifications
...
Closes #301
New: Twitter Notifications
2015-07-31 22:25:05 -07:00
Gavin Mogan
2fbf7a4114
Inital work on Twitter notifications
2015-07-31 22:25:01 -07:00
Rodolphe Stoclin
9b1915a187
New: Boxcar 2 notifications
2015-07-31 20:30:37 +02:00
Mark McDowall
0f2bba0615
Custom scripts
...
New: Run custom scripts (Connection)
Closes #439
2015-07-20 10:49:54 -07:00
Mark McDowall
61de750e05
Update plex token cache when password is changed
...
Fixed: New plex.tv password not taking effect immediately
Fixed: Prevent an incorrect plex.tv password from locking out account
2015-07-08 23:40:54 -07:00
Mark McDowall
14b9a031bb
Show warning message for rTorrent that it doesn't support torrent removal
2015-06-28 14:06:03 -07:00
Mark McDowall
370406c3de
Use a list for ChannelTags and DeviceIds in Pushbullet settings
2015-06-28 12:45:15 -07:00
Mark McDowall
77e9493ccf
Improved PushBullet implementation (v2 API, multiple devices, channels)
...
New: PushBullet supports multiple devices
New: PushBullet channels
Closes #641
2015-06-28 01:50:19 -07:00
Mark McDowall
bd222dbd95
Fixed: Updating empty Kodi library
2015-06-24 20:58:56 -07:00
Mark McDowall
a9ada8fcf1
Cleanup tabs
2015-06-21 22:56:00 -07:00
Mark McDowall
860d7ed079
New: Support for SSL connections to Plex Media Server
2015-06-04 14:10:38 -07:00
Mark McDowall
587ad5beb5
New: Support for updating single series in Plex Library
2015-05-31 22:29:37 -07:00
Mark McDowall
4010a5336c
Version and product for MyPlex Authentication
2015-05-25 22:08:35 -07:00
Mark McDowall
c4e1a732dd
Remove Kodi specific settings from PHT Settings
2015-05-13 08:01:39 -07:00