Update to 6.0.1
This commit is contained in:
10
AV_Data_Capture.py → Movie_Data_Capture.py
Executable file → Normal file
10
AV_Data_Capture.py → Movie_Data_Capture.py
Executable file → Normal file
@@ -22,10 +22,10 @@ from core import core_main, moveFailedFolder
|
||||
|
||||
def check_update(local_version):
|
||||
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:
|
||||
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("[*]======================================================")
|
||||
return
|
||||
|
||||
@@ -34,7 +34,7 @@ def check_update(local_version):
|
||||
if local_version < remote:
|
||||
print("[*]" + ("* New update " + str(data["tag_name"]) + " *").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("[*]======================================================")
|
||||
|
||||
|
||||
@@ -442,7 +442,7 @@ def create_data_and_move_with_custom_number(file_path: str, custom_number, oCC):
|
||||
|
||||
|
||||
def main():
|
||||
version = '5.0.6'
|
||||
version = '6.0.1'
|
||||
urllib3.disable_warnings() #Ignore http proxy warning
|
||||
|
||||
# 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())
|
||||
|
||||
print('[*]================== AV Data Capture ===================')
|
||||
print('[*]================= Movie Data Capture =================')
|
||||
print('[*]' + version.center(54))
|
||||
print('[*]======================================================')
|
||||
print('[*]' + platform_total)
|
||||
16
README.md
16
README.md
@@ -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 版本
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
<br>
|
||||
[GUI 版本](https://github.com/moyy996/AVDC)
|
||||

|
||||
@@ -15,18 +15,18 @@ CLI 版本
|
||||
<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)
|
||||
|
||||
# 下载
|
||||
* [Releases](https://github.com/yoshiko2/AV_Data_Capture/releases/latest)
|
||||
* [Releases](https://github.com/yoshiko2/Movie_Data_Capture/releases/latest)
|
||||
|
||||
# 贡献者
|
||||
[](https://github.com/yoshiko2/av_data_Capture/graphs/contributors)
|
||||
[](https://github.com/yoshiko2/av_data_Capture/graphs/contributors)
|
||||
|
||||
# 申明
|
||||
当你查阅、下载了本项目源代码或二进制程序,即代表你接受了以下条款
|
||||
|
||||
@@ -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]
|
||||
main_mode=1
|
||||
source_folder=./
|
||||
|
||||
Reference in New Issue
Block a user