Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: 可获取时添加本地图片作为专辑封面而不是联网下载 #2096

Open
2 tasks done
beef-potato opened this issue Oct 28, 2024 · 1 comment
Open
2 tasks done
Labels
enhancement New feature or request

Comments

@beef-potato
Copy link

解决方案检查

问题描述

如果是自己提取或者解包的音源,通常是标题为bgm01.ogg等文件,这时如果音频文件没有内嵌歌词和封面信息,那么lxmusic就会联网搜索其他歌单里面的歌词或者封面然后显示,就会非常奇怪。

比如下面两个图里面的音频来自同一个游戏,但是因为上述原因封面完全是随机的。

lxmusic
lxmusic2

描述你想要的解决方案

允许自定义歌单封面。音频文件缺失封面时优先搜索当前文件夹下(或者自定义的图片)的封面图片,将其作为封面。

描述你考虑过的替代方案

No response

附加信息

No response

@lyswhut lyswhut added the enhancement New feature or request label Oct 28, 2024
@lyswhut
Copy link
Owner

lyswhut commented Oct 28, 2024

改成优先读取本地同名字的 jpg或png图片,如果没有再读取内嵌图片,最后再联网查找

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants