47
apps/metatube-server-memory/1.3.1/data.yml
Normal file
47
apps/metatube-server-memory/1.3.1/data.yml
Normal file
@@ -0,0 +1,47 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: "1panel-network"
|
||||
edit: true
|
||||
envKey: NETWORK_MODE
|
||||
labelZh: 网络模式
|
||||
labelEn: Network mode
|
||||
required: true
|
||||
type: select
|
||||
values:
|
||||
- label: 主机网络模式
|
||||
value: "host"
|
||||
- label: 桥接网络模式
|
||||
value: "bridge"
|
||||
- label: 无网络模式
|
||||
value: "none"
|
||||
- label: 1panel-network
|
||||
value: "1panel-network"
|
||||
- default: 8080
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelZh: WebUI 端口
|
||||
labelEn: WebUI port
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: TOKEN
|
||||
labelZh: 访问令牌
|
||||
labelEn: Access Token
|
||||
required: true
|
||||
type: password
|
||||
- default: "1m"
|
||||
edit: true
|
||||
envKey: REQUEST_TIMEOUT
|
||||
labelZh: 请求超时时间
|
||||
labelEn: Request Timeout
|
||||
required: true
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: HTTP_PROXY
|
||||
labelZh: 网络代理 (HTTP/Socket5)
|
||||
labelEn: Network Proxy (HTTP/Socket5)
|
||||
required: false
|
||||
type: text
|
||||
21
apps/metatube-server-memory/1.3.1/docker-compose.yml
Normal file
21
apps/metatube-server-memory/1.3.1/docker-compose.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
|
||||
services:
|
||||
metatube-server:
|
||||
image: ghcr.io/metatube-community/metatube-server:1.3.1
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
restart: always
|
||||
network_mode: ${NETWORK_MODE}
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}
|
||||
env_file:
|
||||
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
|
||||
- ${ENV_FILE:-/etc/1panel/envs/default.env}
|
||||
environment:
|
||||
- HTTPS_PROXY=${HTTP_PROXY}
|
||||
- DB_AUTO_MIGRATE=true
|
||||
- PORT=${PANEL_APP_PORT_HTTP}
|
||||
2
apps/metatube-server-memory/1.3.1/envs/default.env
Normal file
2
apps/metatube-server-memory/1.3.1/envs/default.env
Normal file
@@ -0,0 +1,2 @@
|
||||
# copyright© 2024 XinJiang Ms Studio
|
||||
ENV_FILE=.env
|
||||
2
apps/metatube-server-memory/1.3.1/envs/global.env
Normal file
2
apps/metatube-server-memory/1.3.1/envs/global.env
Normal file
@@ -0,0 +1,2 @@
|
||||
# copyright© 2024 XinJiang Ms Studio
|
||||
TZ=Asia/Shanghai
|
||||
17
apps/metatube-server-memory/1.3.1/scripts/init.sh
Normal file
17
apps/metatube-server-memory/1.3.1/scripts/init.sh
Normal file
@@ -0,0 +1,17 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -f .env ]; then
|
||||
source .env
|
||||
|
||||
# setup-1 add default values
|
||||
CURRENT_DIR=$(pwd)
|
||||
sed -i '/^ENV_FILE=/d' .env
|
||||
sed -i '/^GLOBAL_ENV_FILE=/d' .env
|
||||
echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env
|
||||
echo "GLOBAL_ENV_FILE=${CURRENT_DIR}/envs/global.env" >> .env
|
||||
|
||||
echo "Check Finish."
|
||||
|
||||
else
|
||||
echo "Error: .env file not found."
|
||||
fi
|
||||
10
apps/metatube-server-memory/1.3.1/scripts/uninstall.sh
Normal file
10
apps/metatube-server-memory/1.3.1/scripts/uninstall.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -f .env ]; then
|
||||
source .env
|
||||
|
||||
echo "Check Finish."
|
||||
|
||||
else
|
||||
echo "Error: .env file not found."
|
||||
fi
|
||||
17
apps/metatube-server-memory/1.3.1/scripts/upgrade.sh
Normal file
17
apps/metatube-server-memory/1.3.1/scripts/upgrade.sh
Normal file
@@ -0,0 +1,17 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -f .env ]; then
|
||||
source .env
|
||||
|
||||
# setup-1 add default values
|
||||
CURRENT_DIR=$(pwd)
|
||||
sed -i '/^ENV_FILE=/d' .env
|
||||
sed -i '/^GLOBAL_ENV_FILE=/d' .env
|
||||
echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env
|
||||
echo "GLOBAL_ENV_FILE=${CURRENT_DIR}/envs/global.env" >> .env
|
||||
|
||||
echo "Check Finish."
|
||||
|
||||
else
|
||||
echo "Error: .env file not found."
|
||||
fi
|
||||
87
apps/metatube-server-memory/README.md
Normal file
87
apps/metatube-server-memory/README.md
Normal file
@@ -0,0 +1,87 @@
|
||||
# MetaTube 服务端
|
||||
|
||||
为 Jellyfin/Emby/Plex 开发的超级好用的元数据插件
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
## 应用特性
|
||||
|
||||
+ 完整数据:包括标题、简介、演员、标签、评分等内容。
|
||||
+ 完整搜索:支持通过众多的刮削源搜索影片和演员信息。
|
||||
+ 预告功能:无需下载完整预告视频即可在线观看预告片。
|
||||
+ 计划任务:自动整理影片标签以及在后台自动更新插件。
|
||||
+ 人脸识别:内置的人脸识别以人脸为中心裁剪海报图像。
|
||||
+ 自动翻译:支持将特定的元数据内容翻译成需要的语言。
|
||||
|
||||
## 应用说明
|
||||
|
||||
该应用为 MetaTube 服务端,用于为 Jellyfin/Emby/Plex 提供元数据插件。
|
||||
|
||||
优先推荐部署在: 云服务器(美国/日本)
|
||||
|
||||
如果您的网络环境不适合部署服务端,可以尝试配置网络代理。仅支持 HTTP 代理 / Socks5 代理。
|
||||
|
||||
## 插件安装
|
||||
|
||||
### Jellyfin
|
||||
|
||||
1. 进入 Jellyfin 控制台 > 插件目录/存储库 > 设置,点击添加
|
||||
2. 输入存储库名称:MetaTube
|
||||
3. 输入存储库
|
||||
|
||||
```url
|
||||
# URL for GitHub
|
||||
https://raw.githubusercontent.com/metatube-community/jellyfin-plugin-metatube/dist/manifest.json
|
||||
```
|
||||
|
||||
4. 在插件目录下找到 MetaTube,点击安装
|
||||
5. 重启 Jellyfin
|
||||
|
||||
> 适用于中国大陆的存储库
|
||||
>
|
||||
> ```url
|
||||
> # URL for jsDelivr
|
||||
> https://cdn.jsdelivr.net/gh/metatube-community/jellyfin-plugin-metatube@dist/manifest.json
|
||||
> ```
|
||||
|
||||
### Emby
|
||||
|
||||
1. 从 Releases 下载 MetaTube 最新插件
|
||||
2. 解压出 MetaTube.dll 文件
|
||||
3. 将 dll 文件复制到 Emby 插件目录
|
||||
4. 重启 Emby 服务
|
||||
|
||||
> PS:Emby 后续插件更新由计划任务在后台自动完成。
|
||||
|
||||
### Plex
|
||||
|
||||
1. 从 [GitHub](https://github.com/metatube-community/metatube-plex-plugins/archive/refs/heads/main.zip)
|
||||
或 [Releases](https://github.com/metatube-community/metatube-plex-plugins/releases) 下载最新的插件
|
||||
zip 文件
|
||||
2. 将解压后的 MetaTube.bundle 文件夹移入 Plex 插件目录的根目录
|
||||
3. 其中文件夹 MetaTubeHelper.bundle 为辅助插件,可选择性安装
|
||||
4. 重启 Plex 服务
|
||||
|
||||
### 常见 Emby 插件应用目录
|
||||
|
||||
#### 群晖
|
||||
|
||||
`/volume1/Emby/plugins`
|
||||
|
||||
#### Windows
|
||||
|
||||
`emby\programdata\plugins`
|
||||
|
||||
#### Docker
|
||||
|
||||
`<配置文件夹>/plugins`
|
||||
|
||||
#### Linux(供参考)
|
||||
|
||||
`/var/lib/emby-server/plugins/`
|
||||
|
||||
---
|
||||
|
||||

|
||||
15
apps/metatube-server-memory/data.yml
Normal file
15
apps/metatube-server-memory/data.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
additionalProperties:
|
||||
key: metatube-server-memory
|
||||
name: MetaTube (内存模式)
|
||||
tags:
|
||||
- WebSite
|
||||
- Tool
|
||||
- Local
|
||||
shortDescZh: 为 Jellyfin/Emby/Plex 开发的超级好用的成人元数据刮削插件
|
||||
shortDescEn: A super easy-to-use adult metadata scraping plugin developed for Jellyfin/Emby/Plex
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
website: https://github.com/metatube-community/
|
||||
github: https://github.com/metatube-community/
|
||||
document: https://metatube-community.github.io/
|
||||
BIN
apps/metatube-server-memory/logo.png
Normal file
BIN
apps/metatube-server-memory/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 80 KiB |
Reference in New Issue
Block a user