shaked6540 / YoutubePlaylistDownloader

A tool to download whole playlists, channels or single videos from youtube and also optionally convert them to almost any format you would like
Other
1.25k stars 206 forks source link

Updated the installer file to use relative paths within the parent folder. #266

Closed cristianst85 closed 1 month ago

cristianst85 commented 2 months ago

This is nice to have to be able to build the installer easily as everything is contained within the parent folder and not depending on some specific folder paths to exist.

The only change is that you only need to do on your side (i.e. on your local machine) is to create a FFmpeg folder and to put ffmpeg.exe into it for the installer to pick it up. I think that this folder can also be used as a source to copy the ffmpeg.exe into the build folder when building the solution, but I will look into this later.

cristianst85 commented 1 month ago

@shaked6540, just a kind reminder to merge this when you have the time and if there are not any issues. Thank you!