Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion metube/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version: "3.7"

services:
Expand All @@ -7,7 +7,7 @@
APP_PORT: 8081

metube:
image: ghcr.io/alexta69/metube:2026.02.27@sha256:993402261882aa3d26b80085e8d4d5730e7de617231e274bf8c6667a86d21ba8
image: ghcr.io/alexta69/metube:2026.03.03@sha256:2abd785e515a632562deafd3cb97d318c7acc63b5cec0657b36f257d0254d8e4
restart: on-failure
volumes:
- ${UMBREL_ROOT}/data/storage/downloads/metube:/downloads
Expand Down
11 changes: 6 additions & 5 deletions metube/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1
id: metube
category: media
name: MeTube
version: "2026.02.27"
version: "2026.03.03"
tagline: Download videos from YouTube
description: >-
Download videos from YouTube (and dozens of other sites) directly to your Umbrel.
Expand All @@ -15,10 +15,11 @@ releaseNotes: >-


Key highlights:
- Added "captions" as a new download format option
- Added advanced options for selecting captions download format
- Changed default captions type to .srt
- Added "text only" as a captions format option, which downloads .txt files directly
- Upgraded yt-dlp to the latest version for improved video downloading compatibility
- Fixed deleted playlist videos being re-queued when adding a playlist
- Added ability to cancel playlist adding mid-operation
- Completed downloads now sort by newest first
- Expandable error details with copy-to-clipboard support


Full release notes can be found at https://github.com/alexta69/metube/releases
Expand Down