From 35e6713c3abfc8232b804814583eb4f2e20fa033 Mon Sep 17 00:00:00 2001 From: "Alexander L." Date: Tue, 14 Apr 2026 18:02:04 +0200 Subject: [PATCH] Update metube to 2026.04.13 (#5340) --- metube/docker-compose.yml | 2 +- metube/umbrel-app.yml | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/metube/docker-compose.yml b/metube/docker-compose.yml index 095accd4..8ed04c5d 100644 --- a/metube/docker-compose.yml +++ b/metube/docker-compose.yml @@ -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 diff --git a/metube/umbrel-app.yml b/metube/umbrel-app.yml index 6983607c..1812c1e2 100644 --- a/metube/umbrel-app.yml +++ b/metube/umbrel-app.yml @@ -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