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

Strange behavior with "Elapsed Time" #119

Open
bashekis opened this issue Sep 25, 2023 · 2 comments
Open

Strange behavior with "Elapsed Time" #119

bashekis opened this issue Sep 25, 2023 · 2 comments

Comments

@bashekis
Copy link

The "Elapsed" area, when downloading, doesn't actually show how much time has elapsed. Instead, it rapidly cycles through seemingly random amounts of time, as shown in the video I attached.
https://github.com/kannagi0303/yt-dlp-gui/assets/88009182/859d58e3-07e1-43f3-94ef-55f89e317a0f

@kannagi0303
Copy link
Owner

The GUI simply displays the messages generated by executing the command line, so I cannot determine the issue from this.

@deadhurricane
Copy link

@kannagi0303 Raising an old issue, I believe the "Elapsed" field should be renamed to "ETA", as that is what is being reported by the YT-DLP command line. Sure this is based on average speed and may jump around based on chunk sizes, but the ETA is being reported not the Elapsed time since start.

Data.DNStatus_Infos["Elapsed"] = d.GetValueOrDefault("eta", "0s");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants