komga icon indicating copy to clipboard operation
komga copied to clipboard

Media server for comics/mangas/BDs/magazines/eBooks with API and OPDS support

Results 172 komga issues
Sort by recently updated
recently updated
newest added

Tachiyomi is generally doing a good job through the Komga extension, but there's a few things that will limit the experience going forward. Tachiyomi's code repo is split in 2,...

tachiyomi
consider
pinned

Komga had a public api since the beginning, and despite very few change of contracts, it's been mostly stable so far. It has however some limitations that starts to show....

tech debt

### Describe your suggested feature I'm scanning my library with Komga but it seems to be going slower than expected (faster now I turned off Deep Scan). I'd still like...

question

Translations update from [Hosted Weblate](https://hosted.weblate.org) for [komga/webui](https://hosted.weblate.org/projects/komga/webui/). Current translation status: ![Weblate translation status](https://hosted.weblate.org/widgets/komga/-/webui/horizontal-auto.svg)

### Steps to reproduce Need help installing komga on portainer, does anyone have a guide on doing this? ### Expected behavior I want to run komga with portainer ### Actual...

question

### Describe your suggested feature I have some scans that are full width of the original album : one picture with two pages side by side. Is there any way...

consider

### Describe your suggested feature Currently reading lists are built from the StoryArc and AlternateSeries tags (as per [Komga Import Metadata](https://komga.org/guides/scan-analysis-refresh.html#import-metadata-for-cbr-cbz-containing-a-comicinfo-xml-file) ). It would be great if we could have...

consider

Closes #960 Debounce duration is 500ms like the other searching form.

### Describe your suggested feature The route: `/api/v1/author/names` are currently not put in debouncer which make a request every time I typed something. Adding 500ms debouncer (like the other route)...

enhancement
WebUI

### Describe your suggested feature The application webpages have inline javascript, which means that if users set a ```content-security-policy``` header, it has to include ```unsafe-inline``` scripts. It is generally recommended...

consider