手动切片支持自定义命令
JokerQyou opened this issue · 0 comments
JokerQyou commented
Is your feature request related to a problem? Please describe.
手动切片的指令在直播间弹幕中有点刺眼。
Describe the solution you'd like
每个直播间的spec中manual_clipper
可以指定一个自定义命令。例如这样:
...
"manual_clipper": {
"uid": "UID",
"enabled": true,
"command": "/太草了"
},
...
则在直播间发送/太草了 60
即可快速切片(从弹幕时间回溯60秒)。
如果没有设置command则还是使用默认的/DDR clip
。
Describe alternatives you've considered
无。
Additional context
我这边可以提PR。