Skip to content
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

[BUG] 上传多个文件 中途失败 重新运行命令 他却不是从中断处继续 而是从头继续上传 #270

Closed
Zxi2019 opened this issue Aug 15, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@Zxi2019
Copy link

Zxi2019 commented Aug 15, 2023

运行命令:tdl up -p /home/tdl/downloads -c 15567447 --reconnect-timeout 0 -t 1 -l 1

--continue --restart 无效 请问使用什么参数

还有请教一下 我使用ffmpeg生成了同名的.thubmb縮略圖文件,大家可以預覽一下。作者在代碼中寫了這個功能,但是文檔中並沒有體現。

使用ffmpeg -i input.mp4 -vf "thumbnail" -frames:v 1 output.jpg 对嘛?谢谢

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Version:
Run tdl version in terminal

Additional context
Add any other context about the problem here.

@Zxi2019 Zxi2019 added the bug Something isn't working label Aug 15, 2023
@pongfcnkl
Copy link

--continue --restart 是给下载用的
你可以用--rm参数删除上传成功的文件
然后用系统自带的循环进行重试

@iyear
Copy link
Owner

iyear commented Aug 21, 2023

uploader 并不是tdl的重点功能,例如断点续传等功能并不打算实现

还有请教一下 我使用ffmpeg生成了同名的.thubmb縮略圖文件,大家可以預覽一下。作者在代碼中寫了這個功能,但是文檔中並沒有體現。

该功能还有不少问题,所以仅在代码层面保留,文档尚未提及

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants