-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
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
win如何实现指定路径下视频自动上传并追加分P?目前如何自动获取追加用的BV号没有思路 #172
Comments
biliup会打印上传信息,上传成功的信息中包含BV号,获取一下就可以了 |
那用什么获取打印信息再传入cmd |
都喂你嘴里呗 不会的多问问gpt
…________________________________
From: natgeoo ***@***.***>
Sent: Wednesday, October 2, 2024 10:08:50 PM
To: biliup/biliup-rs ***@***.***>
Cc: Subscribed ***@***.***>
Subject: Re: [biliup/biliup-rs] win如何实现指定路径下视频自动上传并追加分P?目前如何自动获取追加用的BV号没有思路 (Issue #172)
biliup会打印上传信息,上传成功的信息中包含BV号,获取一下就可以了
那用什么获取打印信息再传入cmd
―
Reply to this email directly, view it on GitHub<#172 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ASKM34CWJSDGFKAVR62DOLTZZP47FAVCNFSM6AAAAABOXLU7A6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOBYG42DGMJUGQ>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
嗯嗯你就是躲gpt后面手动生成的人工吧,没人找你唠来刷存在了 |
那你应该改下标题 请给我一个脚本 我是讨口子
…________________________________
From: natgeoo ***@***.***>
Sent: Thursday, October 3, 2024 2:54:28 AM
To: biliup/biliup-rs ***@***.***>
Cc: sora3 ***@***.***>; Comment ***@***.***>
Subject: Re: [biliup/biliup-rs] win如何实现指定路径下视频自动上传并追加分P?目前如何自动获取追加用的BV号没有思路 (Issue #172)
都喂你嘴里呗 不会的多问问gpt
…
________________________________ From: natgeoo @.> Sent: Wednesday, October 2, 2024 10:08:50 PM To: biliup/biliup-rs @.> Cc: Subscribed @.> Subject: Re: [biliup/biliup-rs] win如何实现指定路径下视频自动上传并追加分P?目前如何自动获取追加用的BV号没有思路 (Issue #172<#172>) biliup会打印上传信息,上传成功的信息中包含BV号,获取一下就可以了 那用什么获取打印信息再传入cmd D Reply to this email directly, view it on GitHub<#172 (comment)<#172 (comment)>>, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ASKM34CWJSDGFKAVR62DOLTZZP47FAVCNFSM6AAAAABOXLU7A6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOBYG42DGMJUGQ. You are receiving this because you are subscribed to this thread.Message ID: @.>
嗯嗯你就是躲gpt后面手动生成的人工吧,没人找你唠来刷存在了
―
Reply to this email directly, view it on GitHub<#172 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ASKM34H6HQYZJ7UACIQTS4LZZQ6OJAVCNFSM6AAAAABOXLU7A6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOBZGQ3DGOBXGI>.
You are receiving this because you commented.Message ID: ***@***.***>
|
使用 python 调用 biliup 获取打印信息就行了 |
因使用其它工具录制带弹幕版的直播,无法懒人使用现成的自动录播上传方案
以下为GPT生成:
这是一份为Windows环境设计的CMD脚本,它会监控指定的文件夹,检测新文件,并根据条件执行相应的命令。首次检测到新文件后,执行"上传"命令。之后发现新文件时,执行"追加"命令。脚本会持续运行,不会对同一文件重复执行命令。
注释说明
:loop
标记开始一个无限循环,用于不断监控文件夹状态。timeout
命令实现延迟。请确保脚本中的
biliup
命令和路径正确无误,并在实际部署前进行足够的测试以确认一切按预期运行。如有需要,调整延迟时间和文件类型等参数以适应实际运行环境。目前如何自动获取追加用的BV号没有思路,或者有更好的办法
The text was updated successfully, but these errors were encountered: