kannagi0303 / yt-dlp-gui

Windows GUI for yt-dlp
MIT License
1.25k stars 81 forks source link

Strange behavior with "Elapsed Time" #119

Open bashekis opened 11 months ago

bashekis commented 11 months ago

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 commented 11 months ago

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

deadhurricane commented 5 months ago

@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. # https://github.com/kannagi0303/yt-dlp-gui/blob/16023eff3ffae12c67962bf1d875f7b4d9dca1c7/yt-dlp-gui/ViewModels/Main.cs#L488