popeen / Booksonic-Air

A new Booksonic server based on Airsonic. - OBS: The code here might not be ready for release. Feel free to compile it yourself but if so I recommend searching for the latest commit with the description "Prepare for release"
https://booksonic.org
GNU General Public License v3.0
203 stars 22 forks source link

no pictures for the author #26

Open reload81 opened 3 years ago

reload81 commented 3 years ago

Thank you for giving us this great program. I'm using it now for about 2 weeks and have already added many audio books. I use it on the Univention Corporate server, based on Debian. It runs in a docker.

Problem description

Unfortunately I can't see the pictures of the authors. I have saved the pictures in the corresponding folder of the author.

Am I doing something wrong?

System information

2009.1.0 – September 15, 2020, based on Airsonic 8b28366

vingenuity commented 3 years ago

I would like to second this issue.

I'm running using the linuxserver.io Docker image, and can't get author images to display.

I've tried cover.jpg, cover.png, folder.jpg, and folder.png with no success.

cypromis commented 3 years ago

Any news on this one ?

ehula commented 3 years ago

Problem still exists.

Ch4m311eom commented 2 years ago

Same problem here.

r0bis commented 1 year ago

I agree, this would be a very nice improvement if the author pictures worked as well as the book pictures. Author desc.txt file works. It would be great if cover.jpg or folder.jpg type images could be used for authors.

r0bis commented 1 year ago

Where I should modify the code to allow the artist/author image to show. Something is done to generate http://192.168.88.18:4040/coverArt.view?size=300&id=278 which points to the generated coverArt.png - that currently is s png imsgr in 2 colours with author's name on it. If images are generated for the albums/books, it should be possible to do for the artist/author level as well.