diff --git a/metube/docker-compose.yml b/metube/docker-compose.yml index 937daeb2..095accd4 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.02@sha256:db96c7de57a2563d360a0167253181773f53fc3e667de402daf31c28d4b285a0 + image: ghcr.io/alexta69/metube:2026.04.03@sha256:4a773d993edf3d3d03ccb6c91e3bcca221ae634a008417be95921062c6a4a864 restart: on-failure volumes: - ${UMBREL_ROOT}/data/storage/downloads/metube:/downloads diff --git a/metube/umbrel-app.yml b/metube/umbrel-app.yml index 74c521bb..6983607c 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.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