Skip to content

Releases: Starflight-code/Youtube_DL_Frontend

The Preset Update

06 Nov 03:07
6af9ee4

Choose a tag to compare

  • Added a preset system, with three automatically generated presets
    • Video
    • Audio
    • Subtitle
  • Many more back-end changes

This change is not backwards compatible with previous Youtube-DL Frontend database files. Windows binaries have not been tested, if you find any issues, open an issue.

What's Changed

Full Changelog: 1.4...1.5

The Modularity Update

12 Sep 03:43
3161a1e

Choose a tag to compare

  • Database switched from a custom flat file to JSON
  • Added official yt-dlp support
  • Interface is fully dynamic, generated through the command parser system
  • File checking fixed on Linux, full support for Linux added

Open a ticket if you find an issue in this release.

The Backend Update

07 Jul 22:41
0d64726

Choose a tag to compare

This update mostly changes how things work behind the scenes, allowing me (and anyone else who wants to contribute or fork this project) to more easily add new features. We're also adding a Linux build, which is untested as of now. Submit an issue if you have any issues.

What's Changed

Full Changelog: 1.2...1.3

The Quality of Life Update

28 Mar 01:53
5877f1d

Choose a tag to compare

Adds various improvements including:

  • Youtube-DL error detection and recovery
  • UI improvements
  • Batch processing system improvements
  • Input validation on every input
  • Core file checking and error logging
  • Basic database corruption checking (and automatic re-generation upon detection)

A few more minor changes, check our commits for details.

Just Works Update

27 Oct 02:21
8b9a859

Choose a tag to compare

This update creates the database without user intervention and without a program restart. As long as FFMPEG and Youtube-DL are in the same directory, it will work on the first launch without any tweaks. Includes brand new quality-of-life features like a single executable, autofill on path selectors, and a .db extension for the flat file database.

1.0 - The Database Update

18 Aug 10:37

Choose a tag to compare

This update includes grammatical fixes, Quality of Life UI improvements, and new ASCII headers. The most important feature added is our dynamic database. This allows your settings to load back into Youtube-DL Frontend, instead of hardcoding or typing them every time. Thank you for using Youtube-DL Frontend!