mirror of
https://github.com/C5H12O5/syno-videoinfo-plugin.git
synced 2026-01-14 00:49:31 +00:00
Change the Python version requirement to 3.6
This commit is contained in:
10
README.md
10
README.md
@ -3,7 +3,7 @@
|
||||
[](https://github.com/C5H12O5/syno-videoinfo-plugin/releases)
|
||||

|
||||

|
||||

|
||||

|
||||
[](LICENSE)
|
||||
|
||||
###### 📖 English / 📖 [简体中文](README.zh-CN.md)
|
||||
@ -36,7 +36,7 @@ Configure the plugin:
|
||||
|
||||
## Requirements
|
||||
|
||||
* Python 3.7+
|
||||
* Python 3.6+
|
||||
* DSM 7.0+
|
||||
* Video Station 3.0.0+
|
||||
|
||||
@ -62,19 +62,19 @@ You can develop your own plugin based on this project easily. Here are the steps
|
||||
|
||||
1. Clone this repository to your local machine:
|
||||
|
||||
```sh
|
||||
```shell
|
||||
git clone https://github.com/C5H12O5/syno-videoinfo-plugin
|
||||
```
|
||||
|
||||
2. Modify the code as you want, and test it like this:
|
||||
|
||||
```sh
|
||||
```shell
|
||||
python main.py --type movie --input "{\"title\":\"{movie_title}\"}" --limit 1 --loglevel debug
|
||||
```
|
||||
|
||||
3. Package the plugin using the following command:
|
||||
|
||||
```sh
|
||||
```shell
|
||||
python setup.py sdist --formats=zip
|
||||
```
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
[](https://github.com/C5H12O5/syno-videoinfo-plugin/releases)
|
||||

|
||||

|
||||

|
||||

|
||||
[](LICENSE)
|
||||
|
||||
###### 📖 [English](README.md) / 📖 简体中文
|
||||
@ -35,7 +35,7 @@
|
||||
|
||||
## 版本要求
|
||||
|
||||
* Python 3.7+
|
||||
* Python 3.6+
|
||||
* DSM 7.0+
|
||||
* Video Station 3.0.0+
|
||||
|
||||
@ -61,19 +61,19 @@
|
||||
|
||||
1. 将本项目克隆到本地:
|
||||
|
||||
```sh
|
||||
```shell
|
||||
git clone https://github.com/C5H12O5/syno-videoinfo-plugin
|
||||
```
|
||||
|
||||
2. 根据需要修改代码,并可以使用以下命令进行测试:
|
||||
|
||||
```sh
|
||||
```shell
|
||||
python main.py --type movie --input "{\"title\":\"{movie_title}\"}" --limit 1 --loglevel debug
|
||||
```
|
||||
|
||||
3. 然后可以使用以下命令进行打包并上传使用:
|
||||
|
||||
```sh
|
||||
```shell
|
||||
python setup.py sdist --formats=zip
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user