Skip to content

Commit

Permalink
[142] Add docs on plex webhook timeout parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinHeist committed Nov 2, 2024
1 parent e21d8df commit ccfe03d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/card_types/negative_space.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ down, and negative values shift it up.
## Title Text Horizontal Shift

The horizontal position of the title text can be adjusted with the
_Title Text Horizontal Shift_ extra. The
_Title Text Horizontal Shift_ extra.

??? example "Examples"

Expand Down
13 changes: 11 additions & 2 deletions docs/user_guide/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ from Step 2.
!!! example "Example"

For my server, this looks like
`http://192.168.0.29:8000/api/webhooks/plex?interface_id=2`
`http://192.168.0.29:4242/api/webhooks/plex?interface_id=2`

7. Click <span class="example md-button">Save Changes</span>.

Expand Down Expand Up @@ -82,7 +82,16 @@ only be able to _actually_ trigger on `library.new`, `library.on.deck`,
!!! example "Example"

The example above used the following URL:
`http://192.168.0.29:8000/api/webhooks/plex?interface_id=2&trigger_on=library.new,media.scrobble,media.rate`
`http://192.168.0.29:4242/api/webhooks/plex?interface_id=2&trigger_on=library.new,media.scrobble,media.rate`

2. You may also adjust the default _maximum_ time which TCM will allow any
individual Webhook event to take. This can be done with the `timeout` parameter,
in the same manner as above. The default is 300 (seconds), and this must be a
value between 5 and 600 (in seconds).

!!! example "Example"

`http://192.168.0.29:4242/api/webhooks/plex?interface_id=2&timeout=60`

2. Click <span class="example md-button">Save Changes</span>.

Expand Down
2 changes: 1 addition & 1 deletion modules/ref/version_webui
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.0-alpha.12.1-webui141
v2.0-alpha.12.1-webui142

0 comments on commit ccfe03d

Please sign in to comment.