kiwix / kiwix-tools

Command line Kiwix tools: kiwix-serve, kiwix-manage, ...
https://download.kiwix.org/release/kiwix-tools/
GNU General Public License v3.0
408 stars 79 forks source link

Custom / Default icons needed #627

Closed rthawkcom closed 9 months ago

rthawkcom commented 11 months ago

Not all the .zim archive files include a default icon. Also, it would be nice to override existing default icons with custom made icons. I would suggest having the application check for the presence of a picture file, by the same name as the .zim archive, and if present, use that in place of the missing or default icon.

kelson42 commented 11 months ago

@rthawkcom AFAIK you can do that if you put the favicon in the library.xml. The kiwix-manage does not allow to do that, but this should work like you expect in kiwix-serve.

kelson42 commented 9 months ago

Having a favicon is clearly now a requirement.

But related to https://github.com/kiwix/libkiwix/issues/989