The signing key can be retrieved with below command:
gpg --recv-keys 0x6855E493B5B2DF96E319BB6D16E2E1ACC6F51242
Changelog:
[Windows]
- Update bundled ffmpeg to version 7. Unistall first Media Downloader before updating to this version
because some ffmpeg files are named differently causing older files to not be removed.
[All]
- Add config only for now options to show desktop notification when a download is complete. To get a
desktop notification when a download is complete, add option
"DesktopNotifyOnDownloadComplete=true" to the config file. To get a desktop notification when all
downloads complete, add option "DesktopNotifyOnAllDownloadComplete" to the config file.
- Add support for "--playlist-reverse" yt-dlp option. Media Downloader need to simulate yt-dlp playlist
options because it manages the playlist itself.
ps:
- Its now possible since version 4.4.0 to build for Qt6 by passing
"-DBUILD_WITH_QT6=TRUE" option to cmake.