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
metube:
image: ghcr.io/alexta69/metube:2025-01-27@sha256:d44bba2cc9dcc22bed5180de9086150a4a7701ee308bf2643237a00e8eba43f0
image: ghcr.io/alexta69/metube:2025-04-01@sha256:135fd44922c66a02bcd84ef45be7353584a6de623b04dac5ed827e64a0c38762
restart: on-failure
volumes:
- ${UMBREL_ROOT}/data/storage/downloads/metube:/downloads
environment:
- DELETE_FILE_ON_TRASHCAN=true
- DELETE_FILE_ON_TRASHCAN=true

View File

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