Skip to content

Releases: marcopeocchi/yt-dlp-web-ui

September release 🪁

18 Sep 08:58
01cf9ef
Compare
Choose a tag to compare

Hello everyone!

As usual (a bit late from the schedule) the monthly release 😄.

The livestreams monitor has been perfected (still in its early stages, but working) and some performance optimisations have been made.
Also, many QoL improvements have been made by some awesome contributors.

yt-dlp-webui has now Nix support thanks to @emanueljg.

What's Changed

New Contributors

Full Changelog: v3.2.0...v3.2.1

Livestreams support hotfix

23 Aug 17:22
Compare
Choose a tag to compare

Hello everyone!

This release fixes a strange behaviour of the livestream monitor:
the ffmpeg process that yt-dlp spawns for downloading livestreams hangs after a certain amount of time (50-55s).

Now, livestreams that have started are migrated to the standard download page and downloaded as regular videos (with metadata too!!).
The main caveat is that, unfortunately, it isn't possible to retrieve the download progress so livestreams will always shows as "pending" with 0 MB/s speed (a fix is in progress).

In order to fully support livestreams, if you're not using docker, I suggest to update yt-dlp to its latest version.

Full Changelog: v3.2.0...v3.2.0-fix

Livestreams support

21 Aug 09:52
Compare
Choose a tag to compare

After a couple of months, youtube livestreams are now supported!

A new section called "livestream monitor" has been added.

If you add a livestream that has yet to start it will be monitored and downloaded once started;
if an already started livestream is added it will be downloaded but no progress will be tracked (this is a limitation of yt-dlp since it uses ffmpeg to download livestreams).

image
image
image

What's Changed

New Contributors

Full Changelog: v3.1.2...v3.2.0

August release 🍹

05 Aug 09:10
Compare
Choose a tag to compare

Hello everyone! 👋

As always, here's the monthly release.

OpenID authentification

Here's a wiki page to enable OpenID.
Great idea from @CrazyWolf13 to support this authentication scheme 😎.

What's Changed

Full Changelog: v3.1.1...v3.1.2

July release 🏖️

02 Jul 10:04
Compare
Choose a tag to compare

Hello everyone! 👋

Monthly mini-release:

  • Fixed batch downloads removal (KillAll func)
  • Fixed #160

Full Changelog: v.3.1.0...v3.1.1

June release - Hotfixes 🐝

12 Jun 08:38
Compare
Choose a tag to compare

Hello everyone!

Small QoL updates:

  • Virtualized downloads table (to stay fast even with thousands of entries)
  • Faster playlist entries detection (from minutes to seconds of wait time)

Full Changelog: v3.0.9...v.3.1.0

June release 🐝

04 Jun 10:34
Compare
Choose a tag to compare

Hello everyone!

As usual, the monthly release. 😎

Fixed #110 #154 #153

What's Changed

New Contributors

Full Changelog: v3.0.8...v3.0.9

May release 🌻

03 May 09:29
Compare
Choose a tag to compare

April release 🐤

09 Apr 07:54
Compare
Choose a tag to compare

Hello!

This relase will feature an optimistic update for the video download process: the UI will not hang when a new download will be added.
Previous relase will show nothing until the download's metadata were present.

Furthermore, UNIX sockets are now supported with #143 thanks to @cyberb.

Fixed #141

March release 🌱

18 Mar 09:27
Compare
Choose a tag to compare

Maintenance version.

Fixed #131, #136, #137, #139, #140 since last build.