You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
相关代码:
https://github.com/QiuChenlyOpenSource/QQFlacMusicDownloader/blob/b3b84496de59c901ccb6a554ed5d888ef329b576/flaskSystem/src/Common/Tools.py#L157-L159
https://github.com/QiuChenlyOpenSource/QQFlacMusicDownloader/blob/b3b84496de59c901ccb6a554ed5d888ef329b576/flaskSystem/src/Common/Tools.py#L233
目前直接使用了专辑信息的第一个
singer
,由此会造成下述问题:示例专辑:b:003efsms0jxvy5
建议:
单曲演唱者
,而不是使用专辑演唱者
歌曲ID
进行区别歌曲ID
歌曲ID
,能更加准确、灵活、通用可以考虑的文件名格式:
[歌手1[,歌手2]...]-[歌曲名][.歌曲ID].Format
,例如:张三,李四,王五 - 我是歌曲名.123456789.flac
张三 - 我是歌曲名.123456789.flac
我是歌曲名.123456789.flac
(演唱者过多时,省略演唱者)123456789.flac
(歌名过长时,省略歌名)The text was updated successfully, but these errors were encountered: