Compare commits

...
11 Commits
Author SHA1 Message Date
wenead99 0a9bdd8729 Update README.md 2019-05-27 16:09:16 +08:00
wenead99 8a091a710e Update README.md 2019-05-27 15:39:08 +08:00
wenead99 c5a0ef1f77 Update README.md 2019-05-27 15:38:00 +08:00
wenead99 00b03a4ec4 优化readme 2 2019-05-27 15:37:36 +08:00
wenead99 6b4d9ca829 Add files via upload 2019-05-27 15:36:20 +08:00
wenead99 ef93ba5eb5 Update README.md
优化readme.md
2019-05-27 15:35:32 +08:00
wenead99 46b4557471 Update README.md 2019-05-27 00:01:52 +08:00
wenead99 6b2205887f Update AV_Data_Capture.py 2019-05-26 22:38:22 +08:00
wenead99 3e0dc60bad Update AV_Data_Capture.py 2019-05-26 22:37:11 +08:00
wenead99 424ede24eb Update README.md 2019-05-26 21:29:43 +08:00
wenead99 e307ec21e3 Update README.md 2019-05-26 20:38:00 +08:00
2 changed files with 32 additions and 12 deletions
+32 -12
View File
@@ -1,20 +1,40 @@
日本AV元数据抓取工具 # 日本AV元数据抓取工具
========================
**关于本软件** ## 关于本软件
目前,我下的AV越来越多,也意味着AV要集中地管理,形成媒体库。现在有两款主流的AV元数据获取器,"EverAver"和"Javhelper"。前者的优点是元数据获取比较全,缺点是不能批量处理;后者优点是可以批量处理,但是元数据不够全。 目前,我下的AV越来越多,也意味着AV要集中地管理,形成媒体库。现在有两款主流的AV元数据获取器,"EverAver"和"Javhelper"。前者的优点是元数据获取比较全,缺点是不能批量处理;后者优点是可以批量处理,但是元数据不够全。
为此,我写出了本软件,为了方便的管理本地AV,和更好的手冲体验。 为此,我写出了本软件,为了方便的管理本地AV,和更好的手冲体验。
## 软件流程图 (下下一个为使用教程)
![](flow_chart.jpg)
**如何使用** ## 如何使用 (如果使用release的程序可跳过第一步)
1. 请安装requests,pyquery,lxml,Beautifulsoup,pillow模块,可在CMD逐条输入以下命令安装 1. 请安装requests,pyquery,lxml,Beautifulsoup4,pillow模块,可在CMD逐条输入以下命令安装
`pip install requests` ```python
`pip install pyquery` pip install requests
`pip install lxml` ```
`pip install beautifulsoup4` ###
`pip install pillow` ```python
2. 你的AV在被软件管理前最好命名为番号:**COSQ-004.mp4** pip install pyquery
文件名中间要有减号"-",没有多余元数据只有番号为最佳,可以让软件更好获取元数据 ```
###
```python
pip install lxml
```
###
```python
pip install Beautifulsoup4
```
###
```python
pip install pillow
```
2. 你的AV在被软件管理前最好命名为番号:
```
COSQ-004.mp4
```
文件名中间要有减号"-",没有多余的内容只有番号为最佳,可以让软件更好获取元数据
![](readme1.PNG) ![](readme1.PNG)
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB