Replies: 3 comments
-
Hey, this is great! (It's the first time I ever got any substantial fork/code modification to this project too so that makes it double nice) The implementation is a pretty good starting point, although I'm not sure creating a bogus .gallery file containing the gallery/page breakdown is the way to go. I'd personally stuff that data into a hash in the database with its own ID - that hash would have a flag indicating it's not really an archive but a composite. As for the As for whether the feature is useful, well I'd say if you're willing to put in the time/code to make a good enough first implementation, I don't mind merging it and ensuring it doesn't break on future updates. ✌ |
Beta Was this translation helpful? Give feedback.
-
That was the initial idea, I went with
Wouldn't that still cause some pages to be removed if the temp folder was already close to I'll take a better look at the whole codebase tomorow and start working on a proper implementation. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Would be mostly useful for magazine series.
Hacky implementation with basic usage instructions here. It's compatible with the current database format and fairly easy to edit.
Known current issues/TODOs:
tempmaxsize
I'm not sure if this is a good starting point, I mostly wanted to get it working as soon as possible while still being backwards compatible with the current database format. Any feedback appreciated, I don't even know if this is a feature anyone else wants to have.
Beta Was this translation helpful? Give feedback.
All reactions