We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
修改 extract_video_info.py 中 title,desc模板不生效。 已经重新运行./scan.sh和./upload.sh
Steps to reproduce the behavior:
生成我的新模板.yaml文件 new_title = "【弹幕录播】" + artist + "-" + date + "-" + title new_desc = f"【弹幕录播】({artist}直播回放)直播间地址:{source_link}\n请关注{artist},谢谢喵!
(Add any other context about the problem here.)
The text was updated successfully, but these errors were encountered:
确实考虑不周了,docker 的守护进程我设置的 upload,所以重启还是会优先执行原来的 script,我最近会重构 docker image,届时所有的配置包括文件都会挂载出来,自定义就更灵活了。目前如果确实需要自定义上传模版的话,直接 clone 项目运行吧,流程基本一样。
upload
Sorry, something went wrong.
辛苦,我目前是把Videos挂载了出来,但是好像有个记录文件列表的txt没法弄出来;目前我先restart了,麻烦一点也还是能用
已经支持在 config 中直接定义标题和简介。
timerring
Successfully merging a pull request may close this issue.
Describe the bug
修改 extract_video_info.py 中 title,desc模板不生效。
已经重新运行./scan.sh和./upload.sh
How To Reproduce
Steps to reproduce the behavior:
Expected behavior
生成我的新模板.yaml文件
new_title = "【弹幕录播】" + artist + "-" + date + "-" + title
new_desc = f"【弹幕录播】({artist}直播回放)直播间地址:{source_link}\n请关注{artist},谢谢喵!
Screenshots
Environment Information
Additional context
(Add any other context about the problem here.)
The text was updated successfully, but these errors were encountered: