Gui-Youtube-dl icon indicating copy to clipboard operation
Gui-Youtube-dl copied to clipboard

Single Clip Feature Issues

Open adanvdo opened this issue 3 years ago • 2 comments

I attempted to download a 5 minute clip from an 8 hour video. First, the time-range controls are set as hh:mm:ss:ms TT so the date ranges are AM/PM which doesnt make sense Second, clicking the download button just causes the gui process to hang in the background with no indication anything is being done.

adanvdo avatar Jan 06 '22 11:01 adanvdo

The Time range issue is a limitation of the GUI framework that I'm using. It relies on system time format. If you set your system time format to 24h then you'll be able the time picker normally.

The second issue is also an issue of the framework I'm using, implementing a progress bar in WX is tedious, idk why I chose this framework to begin with. The video does download in the background even if the GUI locks up. To see the progress of the download, you can launch the exe via the command prompt (I know its a workaround but I don't wanna spend any time working in WX).

I am migrating everything to Qt and adding the features necessary would be a bit easier hopefully. No ETA on the update yet, but its coming. Probably in the next few months. Sorry for the inconvenience.

ShalmonAnandas avatar Jan 06 '22 11:01 ShalmonAnandas

I guess no update? still doing it unfortunately

stevenazari avatar Jan 01 '24 15:01 stevenazari