diff --git a/metube/docker-compose.yml b/metube/docker-compose.yml index 45cfa3da73..c135a526e2 100644 --- a/metube/docker-compose.yml +++ b/metube/docker-compose.yml @@ -7,7 +7,9 @@ services: APP_PORT: 8081 metube: - image: ghcr.io/alexta69/metube:2024-11-05@sha256:46a478214738d251cfe8dd40c1ca628149e014a6e041a261af04fd483015fd7d + image: ghcr.io/alexta69/metube:2024-12-14@sha256:12c061c01c8d6ad923091985efc33ea22591f68c5916300b55aa3572f3f7dc1b restart: on-failure volumes: - - ${UMBREL_ROOT}/data/storage/downloads/metube:/downloads \ No newline at end of file + - ${UMBREL_ROOT}/data/storage/downloads/metube:/downloads + environment: + - DELETE_FILE_ON_TRASHCAN=true diff --git a/metube/umbrel-app.yml b/metube/umbrel-app.yml index 8481a6793c..97c8cfa84d 100644 --- a/metube/umbrel-app.yml +++ b/metube/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: metube category: media name: MeTube -version: "2024-11-05" +version: "2024-12-14" tagline: Download videos from YouTube description: >- Download videos from YouTube (and dozens of other sites) directly to your Umbrel. @@ -11,7 +11,7 @@ dependencies: [] repo: https://github.com/alexta69/metube port: 3700 releaseNotes: >- - Added support for downloading videos in 2160p quality + You can now permanently delete downloaded audio/video files from your Umbrel using the Trashcan in the MeTube app. Full release notes can be found at https://github.com/alexta69/metube/releases