About
Versions (54)
v0.5.8
2025-11-08Project Updates
- This packages deno in the container to take advantage of the latest major improvements from the amazing yt-dlp team. For additional context and reasoning, see here.
- This adds full metadata embedding as indexed into the media file. You can update your existing media files in bulk with an action task, docs.
- This is recommended to run to act as an additional backup, but it is quite slow…
- In the future that embedded metadata can be used to recreate the index.
Added
- Added automatic frontend refresh on backend restart for better cache busting, by @bbilly1
- Added full metadata embedding into video file, by @bbilly1, docs
- Added Deno runtime to the container for yt-dlp compatibility, by @bbilly1
Changed
- Changed watched filter, split to separate config values for playlists and channels, docs, by @bbilly1
- Changed similar videos, disable inline player, due to inconsistent behaviour, #1044, by @bbilly1
Fixed
- Fixed channel page size overwriting from global values, #1047, by @bbilly1
- Fixed adding to queue when page size is disabled with global overwrites, #1048, by @bbilly1
- Fixed playlist parsing, skip errors during download post processing, #1032 by @bbilly1
- Fixed upload date parsing and indexing problems, #1051 by @bbilly1
- Fixed error handling for incorrect formatted items when adding to queue, #1051 by @calexander3