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

[QUESTION] about configuration for images #17

Open
othmar52 opened this issue Dec 4, 2016 · 6 comments
Open

[QUESTION] about configuration for images #17

othmar52 opened this issue Dec 4, 2016 · 6 comments

Comments

@othmar52
Copy link
Contributor

othmar52 commented Dec 4, 2016

Hi Artur,
I do have tons of albums (directories) with image files. But the filename of those images does not follow a special convention. Is there a chance that O!MPD uses found image-files with ignoring the filename?
something like

$cfg['image_front'] = 'folder,front,cover,*';
@othmar52
Copy link
Contributor Author

Do you have any feedback on this issue?
In case you are coding some improvements in terms of image handling it would be great to support multiple images per album as well.

@brendan-pike
Copy link
Contributor

Just putting my hand up for this feature too please. I stopped embedding art into my flacs awhile back since it didn't make much sense to have the same high-res image repeated 12 times. I just put a high quality image in the directory called cover.jpg and sometimes additional images for back covers etc.

@ArturSierzant
Copy link
Owner

Partially done in 50d050b: $cfg['image_front'] is now a semicolon separated list of file names that should be used as album cover (first found file is used as a cover).

@brendan-pike
Copy link
Contributor

Thanks ArturSierzant, i just pulled and tested this and its made a wonderful difference to the presentation of my collection. Thank you 👍

@surtarso
Copy link

surtarso commented Oct 5, 2023

Necroing this post... =) But what is the '$cfg['image_back'] ' used for?
I don't have the back images in my collection but I do have the cd arts... so I added cdart and discart to that cfg, but where is it supposed to show?

I was actually hoping to use the cdart on albums I don't have the proper cover, but adding it to the '$cfg['image_front'] ' part makes them the default since apparently the filenames listed there are loaded in alphabetical order, so before 'folder'.

But anyway, what is the '$cfg['image_back'] ' for? I can't seem to find a way to display them in any way.

@ArturSierzant
Copy link
Owner

This left after Netjukebox - it's not used in O!MPD (yet).

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

No branches or pull requests

4 participants