O7q MediaDownloader Versions Save

A lightweight GUI wrapper for yt-dlp that allows you to quickly download videos, music, playlists, and more from a wide variety of websites.

v4.4.1.0

4 weeks ago

CHANGES

  • Added an option to play a sound when the download finishes, you can also specify a custom sound
  • Fixed a small bug with the history re-sorting in the wrong order

Full Changelog: https://github.com/o7q/MediaDownloader/compare/v4.4.0.0...v4.4.1.0

v4.4.0.0

1 month ago

CHANGES

  • Added a settings menu
  • Added a QoL feature that skips the download process automatically if the raw file is detected (this is helpful if the user chose an undesired format and wants to change it without redownloading the entire video)
  • Added a migration feature to prevent the loss of user config data when loading from older versions
  • Greatly optimized the queue and history storage systems, it now stores each in a single compressed file
  • Small UI improvements

Full Changelog: https://github.com/o7q/MediaDownloader/compare/v4.3.1.0...v4.4.0.0

v4.3.1.0

2 months ago

CHANGES

  • Greatly improved the bootstrapper, it now has a nice GUI that shows progress
  • Improved the update checker
  • Added some config safety features, this will prevent the config manager from breaking if the user inputs a '¶' or '\n' (these two characters are used as delimiters in the config manager)

Full Changelog: https://github.com/o7q/MediaDownloader/compare/v4.3.0.0...v4.3.1.0

v4.3.0.0

7 months ago

CHANGES

  • Improved the progress bar for the queue system
  • Added a config option to allow only specified urls to be downloaded from
  • Double-clicking the url textbox now navigates to the current url in a browser
  • Fixed minor bugs
  • MediaDownloader Updater v1.1.0
    • Made it run inside a shell window instead of a powershell windows
    • Made it work as a standalone updater

v4.2.3.0

7 months ago

CHANGES

  • Fixed playlist downloader not working with named folders (I broke it for the 2nd time, I swear it's fixed now :) )

v4.2.2.0

7 months ago

CHANGES

  • I accidentally broke the playlist downloader in the last update (it is now fixed, sorry!)
  • The updater now displays a changelog for the new update

v4.2.1.0

7 months ago

CHANGES

  • Added a feature to refresh the download if it gets stuck (control or shift-click the download button)
  • Fixed bug with the playlist folder name resetting when used in-tangent with the queue system
  • Made QueueItem files more human readable

v4.2.0.0

7 months ago

CHANGES

  • Added a feature to download playlists (just paste a playlist link and it will auto-detect, or you can specify it manually)
  • Added a feature to automatically choose the output name
  • Improved the trimming system, you can now choose a start timestamp and automatically cut until the end, or vise-versa
  • Added an option to download thumbnails
  • Added a self-updater
  • Added a button to reset settings to default
  • Updated the config system
  • Minor visual changes
  • Fixed minor bugs

v4.1.1.0

8 months ago

CHANGES

  • Fixed history not sorting correctly

v4.1.0.0

8 months ago

CHANGES

  • Added a new format option named mp4 (fast), this option will download videos as fast as possible and disregard all codecs (this is extremely useful for downloading long videos if you plan on just viewing them, some video editors may not accept this format)
  • Minor spelling changes