ShalmonAnandas / Gui-Youtube-dl

A cross platform GUI for youtube-dl written entirely in python using the WX library.
GNU General Public License v3.0
99 stars 10 forks source link

Single Clip Feature Issues #10

Open adanvdo opened 2 years ago

adanvdo commented 2 years ago

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.

ShalmonAnandas commented 2 years ago

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.

stevenazari commented 9 months ago

I guess no update? still doing it unfortunately