stump icon indicating copy to clipboard operation
stump copied to clipboard

A free and open source comics, manga and digital book server with OPDS support (WIP)

Results 104 stump issues
Sort by recently updated
recently updated
newest added

See [Komga example extension](https://github.com/tachiyomiorg/tachiyomi-extensions/tree/master/src/all/komga) for reference Looks to be just a kotlin app that would invoke various endpoints on a Stump instance, should be straightforward enough to do once a...

help wanted
mobile

For files in the root folder (i.e. the folder where the top of the library is located), files not in folders are not being included in the scan. I am...

bug
core

Digging through a, potentially massive, log file is really not ideal. Not only for troubleshooting, but if something were fail to be inserted I'd like an easily accessible way for...

core

Navigation is really not ideal right now. The nav icons mimic the native browser navigation, but that is incorrect. If I am at `/books/:id/pages/:page` and I go backward, it should...

interface

I'd like to add additional configuration options around thumbnail generation. Primarily, I'd like to support the following: - JPG, JPEG-XL, WEBP export format (currently only WEBP) - Customizable scale factor...

core

Users should have control over what collections / reading lists other users have access to. E.g. User A can't access X library or media with the tag X. - [...

core
interface

A user should be able to add media to a reading list, like a playlist but for books. Reading lists may be either for a user or for a set...

core
interface

The server needs a new set of endpoints to manage user creation/management: - [x] initial user creation (unclaimed server) - [x] detect unclaimed server - [x] default user as server...

core

After some helpful testing from people in discord, this nasty little bug was found. It seems to only present when running Stump in Docker, which is super annoying lol. I've...

bug
core
docker

The server needs to be able to: process, properly handle and serve PDF files. This issue is for *basic* support, _page streaming_ support will either roll out separately or, depending...

feature
core
interface