From 857ef6f647760cd4c1171cff3b34ba2fc850aa46 Mon Sep 17 00:00:00 2001 From: okxlin Date: Fri, 14 Apr 2023 18:30:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86jellyfin=E5=8A=A0=E5=85=A5list?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jellyfin/versions/10.8.9/config.json | 2 -- list.json | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/jellyfin/versions/10.8.9/config.json b/jellyfin/versions/10.8.9/config.json index 8be38da4..af939af2 100644 --- a/jellyfin/versions/10.8.9/config.json +++ b/jellyfin/versions/10.8.9/config.json @@ -17,7 +17,6 @@ "labelEn": "Media folder path", "required": true, "default": "./data/media", - "rule": "paramCommon", "envKey": "MEDIA_FOLDER_PATH", "edit": true }, @@ -27,7 +26,6 @@ "labelEn": "Cache folder path", "required": true, "default": "./data/cache", - "rule": "paramCommon", "envKey": "CACHE_FOLDER_PATH", "edit": true } diff --git a/list.json b/list.json index e4f2803b..3184457f 100644 --- a/list.json +++ b/list.json @@ -41,6 +41,20 @@ "website": "https://www.qbittorrent.org/", "github": "https://github.com/qbittorrent/qBittorrent", "document": "http://wiki.qbittorrent.org/" + }, + { + "key": "jellyfin", + "name": "Jellyfin", + "tags": ["Tool"], + "versions": ["10.8.9"], + "shortDescZh": "Jellyfin是一套多媒体应用程序软件套装", + "shortDescEn": "Jellyfin is a multimedia application software suite", + "type": "tool", + "limit": 0, + "crossVersionUpdate": false, + "website": "https://jellyfin.org/", + "github": "https://github.com/jellyfin/jellyfin", + "document": "https://jellyfin.org/docs/" } ] }