⏺ EPGStation の通知を Discord に送信します
sh
cargo install epgs-to-discord
config/config.yml
) に追記します。
isEnabledDropCheck: true
reserveNewAddtionCommand: 'epgs-to-discord reserve'
reserveUpdateCommand: 'epgs-to-discord update'
reservedeletedCommand: 'epgs-to-discord deleted'
recordingPreStartCommand: epgs-to-discord prestart'
recordingPrepRecFailedCommand: 'epgs-to-discord prepfailed'
recordingStartCommand: 'epgs-to-discord start'
recordingFinishCommand: 'epgs-to-discord end'
recordingFailedCommand: 'epgs-to-discord recfailed'
encodingFinishCommand: 'epgs-to-discord finish'
$HOME/.config/epgs-to-discord/config.toml
を作成します。内容は以下のようにし、適宜必要な値を入力します。
```toml
[misc]
name = "EPGStation"
[credentials]
webhook_url = "" ```
MIT