07-13-2024, 12:52 PM
(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=rea...t-template here you can read about templates
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.
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