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.
此次修改可能会导致非常多的bug,请酌情使用
在合并之前绝对会有bug,合并之后可能在使用过程中也有bug出现
修复问题
#88 #83
注意事项
当前cbz生成的方式已经从
{save_dir}/{pinyin.get_pinyin(manga_name)}/{manga_name}{title}.cbz
更改为{save_dir}/{path_word}/{manga_name}{title}.cbz
而且cbz中的xml文件也从
也就是说之前是使用的第三方库来生成拼音填充这些字段,而现在除了文件保存路径使用了copymanga自带的拼音标注,其他的字段都是使用中文存储
这可能会导致一部漫画的路径与元信息不同,但是为了防止Pinyin库的一堆bug,所以还是决定使用这种方法,还请大家理解