新增歌词自动嵌入和更加详细的INFO信息#47
Open
GCLabGongchen wants to merge 11 commits into
Open
Conversation
同时使music_downloader也可对logger进行输出。更改main程序,实现全局异常捕获,在发生致命错误时不会立即退出程序,而是保留窗口以便对错误进行debug。可移除多余的ID标签,保留时间戳
Author
|
当时没全局异常捕获的时候为了debug删了点东西,上传的时候忘了粘回来,后面补了一个修复的main.py。写完自己试了一遍应该是没什么问题了。main里面的logger现在还是debug模式没改回来,应该也不太影响。 |
可配合V1.02的Script进行txt文件批量下载或单曲下载,无需每次都点到解析界面单独获取歌曲ID。 修复打包版本在WebUI界面下载单曲时无法下载,控制台窗口出现404的bug。 Main版本 : 1.04 API版本 : 1.01 Downloader版本: 1.02
Added additional features and improved usage instructions.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
同时使music_downloader也可对logger进行输出。更改main程序,实现全局异常捕获,在发生致命错误时不会立即退出程序,而是保留窗口以便对错误进行debug。可移除多余的ID标签,保留时间戳。