Skip to content

Commit 0878f6e

Browse files
Update README.md
1 parent abf1c2b commit 0878f6e

File tree

1 file changed

+33
-28
lines changed

1 file changed

+33
-28
lines changed

README.md

Lines changed: 33 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,40 @@
11
# JAV-Scraper-and-Rename-local-files
2-
收集jav元数据,并规范本地文件(夹)的格式,为emby、kodi、jellyfin收集女优头像。
3-
python3.7 使用pyinstaller打包成exe。
4-
如果要运行py文件,PIL即pillow不要用新版,新版仅支持“png”,我是“pip install pillow==6.0.0”
5-
百度人体分析的“from aip import AipBodyAnalysis”,aip是“pip install baidu-aip”
6-
另外需要mac、linux系统下的同志帮忙发布各系统的发行版,要改代码,windows的路径是反斜杠“\”。
2+
简介:收集jav元数据,并规范本地文件(夹)的格式,为emby、kodi、jellyfin收集女优头像。
3+
python3.7 使用pyinstaller打包成发行版exe。
74

8-
[前往下载exe](https://github.com/junerain123/JAV-Scraper-and-Rename-local-files/releases/tag/V1.0.1)
9-
或者[从蓝奏云下载](https://www.lanzous.com/i85lzcb)
10-
11-
[前往下载女优头像](https://github.com/junerain123/JAV-Scraper-and-Rename-local-files/releases/tag/女优头像)
12-
13-
[电报群](https://t.me/javsdtool)
14-
企鹅群被“端”了
15-
16-
17-
18-
工作流程:
19-
1、用户选择文件夹,遍历路径下的所有文件。
20-
2、文件是jav,取车牌号,到javXXX网站搜索影片找到对应网页。
21-
3、获取网页源码找出“标题”“导演”“发行日期”等信息和DVD封面url。
22-
4、重命名影片文件。
23-
5、重命名文件夹或建立独立文件夹。
24-
6、保存信息写入nfo。
25-
7、下载封面url作fanart.jpg,裁剪右半边作poster.jpg。
26-
8、移动文件夹,完成归类。
27-
28-
目标效果:
5+
1、运行源代码:
6+
如果要运行py文件,PIL即pillow不要用新版,新版仅支持“png”,我是“pip install pillow==6.0.0”
7+
百度人体分析的“from aip import AipBodyAnalysis”,aip是“pip install baidu-aip”
8+
另外需要mac、linux系统下的同志帮忙发布各系统的发行版,要改代码,windows的路径是反斜杠“\”。
9+
10+
2、下载及群链接:
11+
目前19-12-20更新1.0.1版本
12+
[前往下载exe](https://github.com/junerain123/JAV-Scraper-and-Rename-local-files/releases/tag/V1.0.1)或者[从蓝奏云下载](https://www.lanzous.com/i85lzcb)
13+
14+
[前往下载女优头像](https://github.com/junerain123/JAV-Scraper-and-Rename-local-files/releases/tag/女优头像)
15+
16+
[电报群](https://t.me/javsdtool)
17+
企鹅群被“端”了
18+
19+
3、工作流程:
20+
(1)用户选择文件夹,遍历路径下的所有文件。
21+
(2)文件是jav,取车牌号,到javXXX网站搜索影片找到对应网页。
22+
(3)获取网页源码找出“标题”“导演”“发行日期”等信息和DVD封面url。
23+
(4)重命名影片文件。
24+
(5)重命名文件夹或建立独立文件夹。
25+
(6)保存信息写入nfo。
26+
(7)下载封面url作fanart.jpg,裁剪右半边作poster.jpg。
27+
(8)移动文件夹,完成归类。
28+
29+
4、目标效果:
2930
![image](https://github.com/junerain123/Collect-Info-and-Fanart-for-JAV-/blob/master/images/1.png)
3031
![image](https://github.com/junerain123/Collect-Info-and-Fanart-for-JAV-/blob/master/images/2.png)
3132
![image](https://github.com/junerain123/Collect-Info-and-Fanart-for-JAV-/blob/master/images/3.jpg)
32-
33-
以下为ini中的用户设置:
3433

34+
5、ini中的用户设置:
3535
![image](https://github.com/junerain123/Collect-Info-and-Fanart-for-JAV-/blob/master/images/4.PNG)
36+
37+
6、其他说明:
38+
(1)不需要赞助;
39+
(2)允许对软件进行任何形式的转载;
40+
(3)代码及软件使用“MIT许可证”,他人可以修改代码、发布分支,允许闭源、商业化,但造成后果与本作者无关。

0 commit comments

Comments
 (0)