Update metube to 2026.04.13 (#5340)

This commit is contained in:
Alexander L. 2026-04-14 18:02:04 +02:00 committed by GitHub
parent cb99fc0991
commit 35e6713c3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 5 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 8081
metube:
image: ghcr.io/alexta69/metube:2026.04.03@sha256:4a773d993edf3d3d03ccb6c91e3bcca221ae634a008417be95921062c6a4a864
image: ghcr.io/alexta69/metube:2026.04.13@sha256:8a363a67e998cf0c3acd120224b59ee2d529a9a5347438eb4e3a177ce143a5bd
restart: on-failure
volumes:
- ${UMBREL_ROOT}/data/storage/downloads/metube:/downloads

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: metube
category: media
name: MeTube
version: "2026.04.03"
version: "2026.04.13"
tagline: Download videos from YouTube
description: >-
Download videos from YouTube (and dozens of other sites) directly to your Umbrel.
@ -12,9 +12,12 @@ repo: https://github.com/alexta69/metube
port: 3700
releaseNotes: >-
Key highlights:
- Added per-download yt-dlp presets and overrides for more control over individual downloads
- Added ability to manually override yt-dlp options on a per-download basis
- Improved frontend controls with dedicated rows for override settings
- Fixed CORS configuration to prevent potential cross-origin security issues
- Option presets now support multi-select for more flexible download configuration
- Fixed handling of playlists that don't supply video IDs
- Live streams are no longer incorrectly marked as seen
- Fixed boolean value parsing when updating subscriptions
- Updated yt-dlp configuration documentation with detailed explanations
Full release notes can be found at https://github.com/alexta69/metube/releases