Update metube to 2026.04.03 (#5288)

This commit is contained in:
Alexander L. 2026-04-03 15:41:56 +02:00 committed by GitHub
parent a5cd548c67
commit ded23c1f87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 8081
metube:
image: ghcr.io/alexta69/metube:2026.04.02@sha256:db96c7de57a2563d360a0167253181773f53fc3e667de402daf31c28d4b285a0
image: ghcr.io/alexta69/metube:2026.04.03@sha256:4a773d993edf3d3d03ccb6c91e3bcca221ae634a008417be95921062c6a4a864
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.02"
version: "2026.04.03"
tagline: Download videos from YouTube
description: >-
Download videos from YouTube (and dozens of other sites) directly to your Umbrel.
@ -12,9 +12,9 @@ repo: https://github.com/alexta69/metube
port: 3700
releaseNotes: >-
Key highlights:
- Added subscriptions support
- Improved playlist handling with better context fields
- Replaced custom template substitution with yt-dlp's built-in output template evaluation
- 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
Full release notes can be found at https://github.com/alexta69/metube/releases