Update metube to version 2025-04-01 (#2464)

This commit is contained in:
Alexander L. 2025-04-01 16:21:22 +02:00 committed by GitHub
parent b87ac99168
commit a74b47b4cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 8 deletions

View File

@ -7,9 +7,9 @@ services:
APP_PORT: 8081 APP_PORT: 8081
metube: metube:
image: ghcr.io/alexta69/metube:2025-01-27@sha256:d44bba2cc9dcc22bed5180de9086150a4a7701ee308bf2643237a00e8eba43f0 image: ghcr.io/alexta69/metube:2025-04-01@sha256:135fd44922c66a02bcd84ef45be7353584a6de623b04dac5ed827e64a0c38762
restart: on-failure restart: on-failure
volumes: volumes:
- ${UMBREL_ROOT}/data/storage/downloads/metube:/downloads - ${UMBREL_ROOT}/data/storage/downloads/metube:/downloads
environment: environment:
- DELETE_FILE_ON_TRASHCAN=true - DELETE_FILE_ON_TRASHCAN=true

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: metube id: metube
category: media category: media
name: MeTube name: MeTube
version: "2025-01-27" version: "2025-04-01"
tagline: Download videos from YouTube tagline: Download videos from YouTube
description: >- description: >-
Download videos from YouTube (and dozens of other sites) directly to your Umbrel. Download videos from YouTube (and dozens of other sites) directly to your Umbrel.
@ -11,11 +11,14 @@ dependencies: []
repo: https://github.com/alexta69/metube repo: https://github.com/alexta69/metube
port: 3700 port: 3700
releaseNotes: >- releaseNotes: >-
This release contains bug fixes and improvements.
Highlights: Highlights:
- Improvements to the underlying audio/video downloader. - Improvements to the underlying audio/video downloader
- Add a download selected button for non-autostarted downloads - Fixed queue restoration after container restart
- Improve stability of app shutdown. - Updated UI and backend
- Add "worst" format - Enable multi-file downloads
support: https://github.com/alexta69/metube/issues support: https://github.com/alexta69/metube/issues
website: https://github.com/alexta69/metube website: https://github.com/alexta69/metube
gallery: gallery:
@ -26,4 +29,4 @@ path: ""
defaultUsername: "" defaultUsername: ""
defaultPassword: "" defaultPassword: ""
submitter: MontejoJorge submitter: MontejoJorge
submission: https://github.com/getumbrel/umbrel-apps/pull/864 submission: https://github.com/getumbrel/umbrel-apps/pull/864