app: add media fetch pro (#233)

This commit is contained in:
CorrectRoadH 2023-08-04 13:43:29 +08:00 committed by GitHub
parent 9275a66646
commit 759d50ffc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 76 additions and 0 deletions

View File

@ -0,0 +1,76 @@
name: media-fetch-pro
services:
media-fetch-pro:
environment:
PGID: $PGID
PUID: $PUID
TZ: $TZ
image: correctroad/media-fetch-pro:0.2.3
deploy:
resources:
reservations:
memory: 64M
network_mode: bridge
ports:
- target: 7789
published: "7789"
protocol: tcp
restart: unless-stopped
volumes:
- type: bind
source: /DATA/Media
target: /var/opt/video
- type: bind
source: /DATA/AppData/$AppID/config
target: /var/opt/config
x-casaos:
envs:
- container: PUID
description:
en_us: ""
- container: PGID
description:
en_us: ""
- container: TZ
description:
en_us: "timezone"
zh_cn: "时区"
ports:
- container: "7789"
description:
en_us: WebUI HTTP Port
zh_cn: WebUI HTTP 端口
volumes:
- container: /var/opt/video
description:
en_us: video download directory.
zh_cn: 视频下载目录
container_name: mediafetchpro
x-casaos:
architectures:
- amd64
- arm64
main: media-fetch-pro
author: CorrectRoadH
category: Media
description:
en_us: Media Fetch PRO is an application to download video of youtube, bilibili and more websites in future with metadata to jellyfin, emby, plex and more softwares in future. Project - https://github.com/Media-Fetch-Pro/Media-Fetch-Pro
zh_cn: Media Fetch PRO 可以从 Bilibili、Youtube等网站下载带有刮削的视频到 Jellyfin、Emby、Plex等软件组成好看的海报墙。项目地址 - https://github.com/Media-Fetch-Pro/Media-Fetch-Pro
developer: CorrectRoadH
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/MediaFetchPro/icon.jpg
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/MediaFetchPro/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/MediaFetchPro/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/MediaFetchPro/screenshot-3.png
tagline:
en_us: Media Fetch PRO is an application to download video of youtube, bilibili and more websites in future with metadata to jellyfin, emby, plex and more softwares in future.
zh_cn: Media Fetch PRO 可以从 Bilibili、Youtube等网站下载带有刮削的视频到 Jellyfin、Emby、Plex等软件组成好看的海报墙。
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/MediaFetchPro/thumbnail.png
tips:
before_install:
en_us: Media Fetch PRO is in beta test yet. So you may lose your download history in the future and you may got some bugs.
zh_cn: Media Fetch PRO 还在 beta 测试中,所以您可能在未来升级后会丢失你的下载记录并且会在使用中遇到很多 bug。
title:
en_us: Media Fetch Pro
port_map: "7789"

BIN
Apps/MediaFetchPro/logo.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 359 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 514 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 359 KiB