Character | |
---|---|
|
space |
_ |
underscore |
- |
dash |
, |
comma |
; |
semicolon |
: |
colon |
! |
exclamation |
? |
question mark |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias: Plex Webhook Activity | |
description: >- | |
When Plex sends a webhook indicating new activity, parse the data for monitoring. | |
triggers: | |
- trigger: webhook | |
allowed_methods: | |
- POST | |
- PUT | |
local_only: true | |
webhook_id: plex_webhook_id_here |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ffmpeg -f lavfi -i "movie='source.mkv'[out+subcc]" -map 0:s:0 subs.srt |