Skip to content

Releases: murrty/youtube-dl-gui

2.2 Beta release 2

24 Feb 06:21
96249d5
Compare
Choose a tag to compare
2.2 Beta release 2 Pre-release
Pre-release

fixes some aggressive download form problems, among batch download form fixes

2.2 Beta release 1

23 Feb 14:50
a9b1600
Compare
Choose a tag to compare
2.2 Beta release 1 Pre-release
Pre-release

2.2 beta 1, look at the branch for 2.2 if you're interested in the source + changes.

I don't really like UI changes, but I had to make some minor changes to forms to get everything to fit.

(Reuploaded to fix critical launch bug)

2.2 Beta release 3.1

25 Feb 09:19
d00d9c8
Compare
Choose a tag to compare
2.2 Beta release 3.1 Pre-release
Pre-release

Fixes issues where downloading won't actually download audio if the quality was set to best.
More options in batch downloader, based on what you want to download.
Removed audio options for qualities 8k and 4k because... they dont support that low quality. :(

v2.13 - Language update notification

20 Feb 05:04
e348210
Compare
Choose a tag to compare

nothing new, just a message box about upcoming language update.

thanks for coming to my git talk

v2.12

03 Aug 04:56
ce05a29
Compare
Choose a tag to compare
This includes some new things, but not a minor version number change because it's fixes.

The major addition is file merging, long ago requested. I researched into it. Hopefully it works well enough. (frmMain, Convert.cs)

TrayIcon hides when exiting, so it doesn't leave a icon on the tray. (frmMain)
Some more regions.. whatever me 10 days ago means by that... (frmMain.cs)
Added debug date handling from one source (frmMain, frmAbout, Properties.Settings)
Added some arguments for downloads outside of custom downloads, primarily used for nosound (Download.cs)
Added option to download sound, keep "Sound" checked if you want sound (frmMain)
Added miscellaneous tools (frmTools)
Added some buttons on the menu (Tools, Batch download, Misc tools) (frmMain)
Fixed quality combobox not enabling if selecting custom once (frmMain)
Fixed FileNameSchema not saving properly (frmSettings)

Compatible-only changes:
Renamed "Check for updates" to "View github releases"

2.11 - can you hear me now

24 Jul 07:37
cf76a83
Compare
Choose a tag to compare
Fixed quality being required when downloading, causing any videos with the best quality being lower than the one selected be undownloadable without selecting "best" (Download.cs)
Fixed audio not downloading (Download.cs)
Fixed the unnecessary amount of new calls in settings, for some reason... (frmSettings)
Moved 8K to the top, it fits better there. (frmMain, Download.cs)

Not available in this version, but being worked on:
Added batch downloading (frmBatch)
Added file merging (frmMain, Covert.cs)

Those instances of future additions are not visible in youtube-dl-gui-compatible because youtube-dl-gui-compatible is a build with new additions omitted until they're completed due to the differences in the code due to .NET Framework 3.5. Consider the compatible branch a different application due to the amount of code changes.

2.1 - a quality update

23 Jul 18:52
42f3b9c
Compare
Choose a tag to compare
Added new quality options for download video and audio, this ranges from 144p to 4320p (8k) for video, and 64k-320k for audio. Best is still an option.
With 8k being an option, i moved it to the last 2 options because this is a crazy resolution to download in, so... don't complain to me if it eats your data usage.
Also, some videos use 21:9, 32:9 ratios, so keep that in mind when selecting a quality.
I plan on implementing a custom way of doing this later, but I don't see a reason at the moment (other than audio, for people who like to listen to 32k audio)

Re-enabled the tray icon... i forgot about it.

Also in this release:
Changed the args and output folder appending to the arg string.
Added a boolean for use hls for FFmpeg on reddit links.

2.0: Merge pull request #8 from murrty/rewrite

31 May 04:29
87e0f8b
Compare
Choose a tag to compare
Version 2 comes with a complete code redo, because i was bored and youtube-dl-gui was pretty laughable up to now.

My main goal is to make this as accessible to as many people as possible; this means that some power-user options aren't available... exception for custom arguments, which allow you to completely set what you want up.

+added better verification
+updated error logging process
+updated settings
+converter fully works
+static youtube-dl & ffmpeg
+better converter process
+more options for converting files, check the settings.
~audio still has a single setting, sorry.
+Summaries in code (for anyone interested)

+ A compatible version of youtube-dl-gui for people who are on, at least, .NET Framework 3.5. This should ensure that it works pre-Windows 7.

Debug changes:
Fixed the custom extensions being saved and removed the custom extension removal confirmation (frmSettings.cs)
Removed WaitForExit for downloading & converting. Makes bulk downloads/conversions easier. (Download.cs Convert.cs)
Changed "* completed" to "* started" for downloading and converting. (frmMain.cs)
Added a check for v.redd.it to fix any corrupted files that may get downloaded (Download.cs frmSettings.cs Downloads.settings)
Added Force-HTTPS for downloading. (Download.cs)
Hid the debug dates & moved the last debug date to the about form (frmMain.cs frmAbout.cs).

debug 2019 05 28

28 May 18:15
ff46395
Compare
Choose a tag to compare
debug 2019 05 28 Pre-release
Pre-release

Fixed the convert input, should now properly work.
Added checks to the input & output for the converter to work with the clear input & output options.
Fixed finished downloads throwing a null exception if "clear url + clipboard" is enabled.
Added a t to the extension short hint.
Added more options for conversions, allows you to enable or disable bitrate/preset/profile/crf if you want them or not.
Updater should now work 100%.

This is the final debug build before release.

debug 2019 05 26

27 May 01:49
eaffb5a
Compare
Choose a tag to compare
debug 2019 05 26 Pre-release
Pre-release

final build for today.

Moved forms into separate folder
Programatically removed merge tab until more research is done.
Started working on the updater. Not active at the moment, because GITHUB FLAGGED MY ACCOUNT.
Bug fixes (didn't note that)