Releases: marcopeocchi/yt-dlp-web-ui
September release 🪁
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
- [I18n] Update Chinese translation by @MFWT in #185
- fix use old enum status values by @marcopeocchi in #187
- Use cookies saved server side by @marcopeocchi in #188
- Add Nix by @emanueljg in #177
- added "language" to the Format struct by @marcopeocchi in #194
- fix: Can't download extracted audio as mp3 #152 by @eric2788 in #196
New Contributors
Full Changelog: v3.2.0...v3.2.1
Livestreams support hotfix
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
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).
What's Changed
- i18n: add swedish by @emanueljg in #179
- Feat livestream support by @marcopeocchi in #180
- CHORE: update translation files by @ja49619 in #181
- filemame to filename by @aegershman in #182
New Contributors
- @emanueljg made their first contribution in #179
- @ja49619 made their first contribution in #181
- @aegershman made their first contribution in #182
Full Changelog: v3.1.2...v3.2.0
August release 🍹
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
- OpenID authentification by @marcopeocchi in #170
- corrected typo by @marcopeocchi in #174
- fixed #163
Full Changelog: v3.1.1...v3.1.2
July release 🏖️
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 🐝
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 🐝
Hello everyone!
As usual, the monthly release. 😎
What's Changed
- Corrected a Typo by @CrazyWolf13 in #148
- Update README.md by @dj3500 in #149
- Add docker compose example by @JordyEGNL in #144
New Contributors
- @CrazyWolf13 made their first contribution in #148
- @dj3500 made their first contribution in #149
- @JordyEGNL made their first contribution in #144
Full Changelog: v3.0.8...v3.0.9
May release 🌻
Fixed #145
April release 🐤
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