Update to 6.0.1

This commit is contained in:
yoshiko2
2021-12-17 23:28:06 +08:00
parent 80e3c8d9a7
commit 26313bc550
3 changed files with 14 additions and 14 deletions

10
AV_Data_Capture.py → Movie_Data_Capture.py Executable file → Normal file
View File

@@ -22,10 +22,10 @@ from core import core_main, moveFailedFolder
def check_update(local_version): def check_update(local_version):
try: try:
data = json.loads(get_html("https://api.github.com/repos/yoshiko2/AV_Data_Capture/releases/latest")) data = json.loads(get_html("https://api.github.com/repos/yoshiko2/Movie_Data_Capture/releases/latest"))
except: except:
print("[-]Failed to update! Please check new version manually:") print("[-]Failed to update! Please check new version manually:")
print("[-] https://github.com/yoshiko2/AV_Data_Capture/releases") print("[-] https://github.com/yoshiko2/Movie_Data_Capture/releases")
print("[*]======================================================") print("[*]======================================================")
return return
@@ -34,7 +34,7 @@ def check_update(local_version):
if local_version < remote: if local_version < remote:
print("[*]" + ("* New update " + str(data["tag_name"]) + " *").center(54)) print("[*]" + ("* New update " + str(data["tag_name"]) + " *").center(54))
print("[*]" + "↓ Download ↓".center(54)) print("[*]" + "↓ Download ↓".center(54))
print("[*]https://github.com/yoshiko2/AV_Data_Capture/releases") print("[*]https://github.com/yoshiko2/Movie_Data_Capture/releases")
print("[*]======================================================") print("[*]======================================================")
@@ -442,7 +442,7 @@ def create_data_and_move_with_custom_number(file_path: str, custom_number, oCC):
def main(): def main():
version = '5.0.6' version = '6.0.1'
urllib3.disable_warnings() #Ignore http proxy warning urllib3.disable_warnings() #Ignore http proxy warning
# Read config.ini first, in argparse_function() need conf.failed_folder() # Read config.ini first, in argparse_function() need conf.failed_folder()
@@ -467,7 +467,7 @@ def main():
platform_total = str(' - ' + platform.platform() + ' \n[*] - ' + platform.machine() + ' - Python-' + platform.python_version()) platform_total = str(' - ' + platform.platform() + ' \n[*] - ' + platform.machine() + ' - Python-' + platform.python_version())
print('[*]================== AV Data Capture ===================') print('[*]================= Movie Data Capture =================')
print('[*]' + version.center(54)) print('[*]' + version.center(54))
print('[*]======================================================') print('[*]======================================================')
print('[*]' + platform_total) print('[*]' + platform_total)

View File

@@ -1,11 +1,11 @@
<h1 align="center">AV Data Capture - CLI</h1> <h1 align="center">Movie Data Capture - CLI</h1>
[繁體中文](https://github.com/yoshiko2/AV_Data_Capture/blob/master/readme_tc.md) [繁體中文](https://github.com/yoshiko2/Movie_Data_Capture/blob/master/readme_tc.md)
CLI 版本 CLI 版本
![](https://img.shields.io/badge/build-passing-brightgreen.svg?style=flat) ![](https://img.shields.io/badge/build-passing-brightgreen.svg?style=flat)
![](https://img.shields.io/github/license/yoshiko2/av_data_capture.svg?style=flat) ![](https://img.shields.io/github/license/yoshiko2/Movie_data_capture.svg?style=flat)
![](https://img.shields.io/github/release/yoshiko2/av_data_capture.svg?style=flat) ![](https://img.shields.io/github/release/yoshiko2/Movie_data_capture.svg?style=flat)
![](https://img.shields.io/badge/Python-3.7-yellow.svg?style=flat&logo=python)<br> ![](https://img.shields.io/badge/Python-3.7-yellow.svg?style=flat&logo=python)<br>
[GUI 版本](https://github.com/moyy996/AVDC) [GUI 版本](https://github.com/moyy996/AVDC)
![](https://img.shields.io/badge/build-passing-brightgreen.svg?style=flat) ![](https://img.shields.io/badge/build-passing-brightgreen.svg?style=flat)
@@ -15,18 +15,18 @@ CLI 版本
![](https://img.shields.io/badge/Pyqt-5-blue.svg?style=flat)<br> ![](https://img.shields.io/badge/Pyqt-5-blue.svg?style=flat)<br>
**日本电影元数据 抓取工具 | 刮削器**,配合本地影片管理软件 Emby, Jellyfin, Kodi 等管理本地影片该软件起到分类与元数据metadata抓取作用利用元数据信息来分类仅供本地影片分类整理使用。 **电影元数据 抓取工具 | 刮削器**,配合本地影片管理软件 Emby, Jellyfin, Kodi 等管理本地影片该软件起到分类与元数据metadata抓取作用利用元数据信息来分类仅供本地影片分类整理使用。
#### 本地电影刮削与整理一体化解决方案 #### 本地电影刮削与整理一体化解决方案
# 文档 # 文档
* [官方教程WIKI](https://github.com/yoshiko2/AV_Data_Capture/wiki) * [官方教程WIKI](https://github.com/yoshiko2/Movie_Data_Capture/wiki)
* [VergilGao's Docker部署](https://github.com/VergilGao/docker-avdc) * [VergilGao's Docker部署](https://github.com/VergilGao/docker-avdc)
# 下载 # 下载
* [Releases](https://github.com/yoshiko2/AV_Data_Capture/releases/latest) * [Releases](https://github.com/yoshiko2/Movie_Data_Capture/releases/latest)
# 贡献者 # 贡献者
[![](https://opencollective.com/av_data_capture/contributors.svg?width=890)](https://github.com/yoshiko2/av_data_Capture/graphs/contributors) [![](https://opencollective.com/movie_data_capture/contributors.svg?width=890)](https://github.com/yoshiko2/av_data_Capture/graphs/contributors)
# 申明 # 申明
当你查阅、下载了本项目源代码或二进制程序,即代表你接受了以下条款 当你查阅、下载了本项目源代码或二进制程序,即代表你接受了以下条款

View File

@@ -1,5 +1,5 @@
# 详细教程请看 # 详细教程请看
# - https://github.com/yoshiko2/AV_Data_Capture/wiki#%E9%85%8D%E7%BD%AEconfigini # - https://github.com/yoshiko2/Movie_Data_Capture/wiki#%E9%85%8D%E7%BD%AEconfigini
[common] [common]
main_mode=1 main_mode=1
source_folder=./ source_folder=./