Update README.md

This commit is contained in:
Xylitol
2023-12-30 23:13:57 +08:00
parent 0725659459
commit 2f25c64563
2 changed files with 18 additions and 12 deletions

View File

@ -8,7 +8,7 @@
###### 📖 English / 📖 [简体中文](README.zh-CN.md)
This project is a video information plugin for Synology Video Station. It provides a way to fetch metadata from websites
This project is a video information plugin for Synology **Video Station**. It provides a way to fetch metadata from websites
other than the default ones.
* Implemented in Python without any third-party dependencies.
@ -20,14 +20,17 @@ other than the default ones.
Install the plugin:
1. Download the latest release from [***here***](https://github.com/C5H12O5/syno-videoinfo-plugin/releases).
2. Open your Video Station, go to ***Settings*** > ***Video Info Plugin***.
3. Click ***Add***, select the downloaded file, and click ***OK***.
2. Open your **Video Station**, go to ***Settings*** > ***Video Info Plugin***.
3. Click **[Add]**, select the downloaded file, and click **[OK]**.
Configure the plugin:
1. Open your browser, go to `http://[NAS_IP]:5125` (replace `[NAS_IP]` with your NAS IP address).
2. Change the configuration as you want, and click ***Save Button*** in the upper right corner.
3. Go back to your Video Station, the configuration should be applied automatically.
1. Open your browser, go to `http://[NAS_IP]:5125` (replace `[NAS_IP]` with your NAS IP address) page.
2. Change the configuration as you want, and click **[ :floppy_disk: ]** button in the upper right corner.
3. Go back to your **Video Station**, the configuration should be applied automatically.
* **[Note :warning: ]** If you upgrade the plugin but the configuration page is not updated, you can restart the configuration service by following steps:
1. Open the configuration page, click **[Exit]** button in the upper right corner to close the service.
2. Go back to **Video Station**, go to ***Settings*** > ***Video Info Plugin***, and click **[Test Connection]** button to restart the service.
## Requirements

View File

@ -8,7 +8,7 @@
###### 📖 [English](README.md) / 📖 简体中文
本项目是群晖 Video Station 的第三方视频信息插件,它提供了一种从各大影视数据库平台获取视频元数据的方法。
本项目是群晖 **Video Station** 的第三方视频信息插件,它提供了一种从各大影视数据库平台获取视频元数据的方法。
* 使用Python标准库实现无需安装任何依赖。
* 支持多个数据来源,并且可以轻松扩展。
@ -19,14 +19,17 @@
安装插件:
1. 从[***此处***](https://github.com/C5H12O5/syno-videoinfo-plugin/releases)下载最新版本。
2. 打开 Video Station进入 ***设置*** > ***视频信息插件***。
3. 点击 ***新增***,选择第一步下载的压缩包,然后点击 ***确定***。
2. 打开 **Video Station**,进入 ***设置*** > ***视频信息插件***。
3. 点击 **[新增]**,选择第一步下载的压缩包,然后点击 **[确定]**。
配置插件:
1. 打开你的浏览器,输入`http://[NAS_IP]:5125`(将`[NAS_IP]`替换为你的NAS的IP地址
2. 根据你的需要修改配置,然后点击右上角的***保存按钮***
3. 返回你的 Video Station保存的配置将会自动生效。
1. 打开你的浏览器,输入`http://[NAS_IP]:5125`(将`[NAS_IP]`替换为你的NAS的IP地址打开配置页面
2. 根据你的需要修改配置,然后点击右上角的 **[ :floppy_disk: ]** 按钮
3. 返回你的 **Video Station**,保存的配置将会自动生效。
* **[注意 :warning: ]** 如果升级了插件但是配置页面没有更新,可以通过以下步骤来重启配置服务:
1. 打开配置页面,点击右上角的 **[Exit]** 按钮关闭配置服务。
2. 返回 **Video Station**,进入 ***设置*** > ***视频信息插件***,点击 **[测试连接]** 按钮即可重新启动配置服务。
## 版本要求