Video grabber QoL enhancement. - Printable Version +- CentBrowser Forum (https://www.centbrowser.net/en) +-- Forum: Product Related (https://www.centbrowser.net/en/forumdisplay.php?fid=1) +--- Forum: Bugs & Suggestions (https://www.centbrowser.net/en/forumdisplay.php?fid=4) +--- Thread: Video grabber QoL enhancement. (/showthread.php?tid=7410) |
Video grabber QoL enhancement. - rey - 06-26-2024 Not sure since which exact version video grabber became internal and not based on some external site anymore, but this grabber is very useful.! The only 2 things lacking for it are QoL: - animation-progress in taskbar (while download progresses) - sound at the end of download (just like with ordinary downloads, can be tied to the same enabling sound option) Can these please be added? RE: Video grabber QoL enhancement. - Admini - 06-26-2024 Sound is easier to add. But the download progress is not easy to handle, because for some streaming videos, the downloader does not know the total size. In some cases you can use command bookmark to call yt-dlp directly. e.g.: cmd://"d:\yt-dlp.exe" {URL} RE: Video grabber QoL enhancement. - rey - 06-26-2024 At least sound would be already good. Considering streaming videos: maybe progress can be shown only when it's possible (total size / number of parts is known), and no progress when information is unclear? RE: Video grabber QoL enhancement. - Admini - 06-27-2024 OK, we will consider improving it. RE: Video grabber QoL enhancement. - rey - 07-13-2024 Additional QoL proposition. Can you please add an option to pre-select the default location for video-grabber, so it doesn't need to ask each time? Not only that's convenient(as an option), yet solves situation when system is busy, and simple task of opening Save Location window takes some ~15sec, while user can do noting to browser. RE: Video grabber QoL enhancement. - QZMTCH - 07-13-2024 (07-13-2024, 10:12 AM)rey Wrote: Additional QoL proposition. Can you please add an option to pre-select the default location for video-grabber, so it doesn't need to ask each time?put yt-dlp.conf next to yt-dlp.exe and write inside a command with the saving path and the title template -o 'D:\Video\Yt-dlp\%(title)s.%(ext)s' https://github.com/yt-dlp/yt-dlp?tab=readme-ov-file#output-template here you can read about templates or just the path -P 'D:\video\yt-dlp' This -P option also has a path for a temporary location during downloading where audio and video are combined, and then saved to the final folder -P temp:'C:\Temp' -P home:'D:\video\yt -dlp' -o '%(title)s.%(ext)s' each command on a new line RE: Video grabber QoL enhancement. - rey - 07-21-2024 Don't know why i missed this in past, but another good QoL addition would a sound for an error of download = since there is no any alarm for user that download is halted, due to some problem, it's easy to miss that some video download is "error-stuck" for long time already. Hope Admini will see this to reply. Summing-up QoLs: - grabber download progress on taskbar (when possible: size/number of pieces available) - sound when download finished - sound if download stopped with error - option to pre-select location for grabber to auto-save RE: Video grabber QoL enhancement. - Admini - 07-23-2024 (07-21-2024, 09:13 AM)rey Wrote: Don't know why i missed this in past, but another good QoL addition would a sound for an error of download = since there is no any alarm for user that download is halted, due to some problem, it's easy to miss that some video download is "error-stuck" for long time already. Hope Admini will see this to reply.OK, we will consider your suggestions. |