-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
Album covers: do not fallback on random image #503
Comments
Hey, I just updated to the latest version. I'm still seeing back covers and booklets for a lot of albums, instead of the embedded cover art. I don't see a place in options to choose a preference. |
Yes, the issue is still open! |
Ha, fair enough. I missed that. |
Ok, rethought about it |
So every album has a front cover already embedded into it. Some albums have additional photos, like back, inserts, etc. LMS seems to ignore the embedded image if there's any other photo in the folder. I would like LMS to always choose the embedded images first. |
Yes, but if lms only picks files named cover, front and folder, and then fallbacks on embedded cover, it will be ok too? |
I would imagine that works. Or even an option to choose between embedded or external images. Separately, and just thinking of it now, down the line it might be nice to also be able to scroll through the extra photos on an albums page. |
Ahah, I was wondering when one would ask for that! |
Hey, I've updated and all the album covers look perfect now! Thanks! |
Thanks for your feedback! |
Hi there, since this thread was referred to in #499, I was wondering if there was any way to ensure that LMS picks up other artist images, specifically composer.jpg and conductor.jpg. I have cases where these are applicable for entire releases but also where they are track specific. |
For now, LMS first tries to match an external file in the directory of the release. This is controlled by
cover-preferred-file-names
inlms.conf
.If no preferred file is found, a random file is picked up. This is not good as it may pick some unrelated image.
The text was updated successfully, but these errors were encountered: