Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 805 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 805 Bytes

EPGS-to-LINE

Setup

run.shを開いてLINE トークンを書き込みEPGStation のconfigへコピーしchmod +x

config.ymlに下記コマンドを追加

reserveNewAddtionCommand: '/bin/sh %ROOT%/config/run.sh reserve'
reserveUpdateCommand: '/bin/sh %ROOT%/config/run.sh update'
reservedeletedCommand: '/bin/sh %ROOT%/config/run.sh delete'
recordingPreStartCommand: '/bin/sh %ROOT%/config/run.sh prestart'
recordingPrepRecFailedCommand: '/bin/sh %ROOT%/config/run.sh prepfailed'
recordingStartCommand: '/bin/sh %ROOT%/config/run.sh start'
recordingFinishCommand: '/bin/sh %ROOT%/config/run.sh end'
recordingFailedCommand: '/bin/sh %ROOT%/config/run.sh recfailed'
encodingFinishCommand: '/bin/sh %ROOT%/config/run.sh encod_end'

License

This repository is provided under the MIT License.