Created Sonarr webhook messages (markdown)
32
Sonarr-webhook-messages.md
Normal file
32
Sonarr-webhook-messages.md
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
All requests can come in by the api. We would add a sonarr webhook to deliver when a episode has been added. These are monitored with deluge_client and passed to seasonedParser when finished.
|
||||||
|
|
||||||
|
Grabbed
|
||||||
|
```
|
||||||
|
{ episodes:
|
||||||
|
[ { id: 9155,
|
||||||
|
episodeNumber: 4,
|
||||||
|
seasonNumber: 9,
|
||||||
|
title: 'Nightmare on Ocean Avenue Street',
|
||||||
|
airDate: '2018-10-21',
|
||||||
|
airDateUtc: '2018-10-22T00:30:00Z',
|
||||||
|
quality: 'WEBDL-1080p',
|
||||||
|
qualityVersion: 1,
|
||||||
|
releaseGroup: 'TBS' } ],
|
||||||
|
release:
|
||||||
|
{ quality: 'WEBDL-1080p',
|
||||||
|
qualityVersion: 1,
|
||||||
|
releaseGroup: 'TBS',
|
||||||
|
releaseTitle: 'Bobs.Burgers.S09E04.1080p.WEB.x264-TBS[rartv]',
|
||||||
|
indexer: 'Rarbg',
|
||||||
|
size: 691175378 },
|
||||||
|
eventType: 'Grab',
|
||||||
|
series:
|
||||||
|
{ id: 38,
|
||||||
|
title: 'Bob\'s Burgers',
|
||||||
|
path: '/mnt/mainframe/shows/Bobs Burgers',
|
||||||
|
tvdbId: 194031 } }
|
||||||
|
```
|
||||||
|
|
||||||
|
Downloaded
|
||||||
|
```
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user