Update metube to 2026.04.13 (#5340)
This commit is contained in:
parent
cb99fc0991
commit
35e6713c3a
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user