Aaron Leopold

Results 181 comments of Aaron Leopold

Hey! 👋 what you described is already planned. Previously, Stump supported `.stumpignore` files which contained a set of glob strings. This issue aims to replace that with a persisted value...

Implemented as of https://github.com/stumpapp/stump/pull/422, tentatively to be released in `0.0.7`

> Quick question, is exporting highlights, associated annotations and bookmarks planned ? Could this be made compatible with Calibre and Koreader ? As to be compatible with other solutions already...

I believe this is implemented as of the latest release in a roundabout way. You cannot set the reader type per library, but there are now settings for default (global)...

Hello! 👋 I'm open to implementing this kind of functionality, but it would be moderately involved so don't expect it too soon. I'll add it to the project so you...

I messed around with this today and have a PoC. It will be part of the https://github.com/stumpapp/stump/issues/482 fix, as it fits nicely with the changes required for that. It will...

I'm closing this issue to clear the backlog a bit, but please note it won't be released until the SeaORM migration is stable

> Books that are named Volume 1, Volume 2, Volume 3, ... are sorted incorrectly. When you say named, are you referring to the filename (e.g. `Volume 1.zip`) or the...

Yeah IIRC the filename is most likely what is being prioritized at the moment. Coincidentally I started a refactor for the sorting implementation a week or so ago [here](https://github.com/stumpapp/stump/tree/experiment/pin-prisma). I...

I wanted to post a little update just to say I haven't forgotten about this. I have a viable fix seemingly working, but there is a lot of UI work...