Git Product home page Git Product logo

Comments (6)

ollm avatar ollm commented on May 27, 2024

The decompression of files when making thumbnails is limited to 50 MB, this is due to the fact that the App does not currently delete the decompressed files after making the thumbnails, the files are kept in the tmp folder until the PC is restarted / shut down, I will add soon an option to increase this limit and I will make the unzipped files delete after generating the thumbnail.

if(file.containsCompressed(error.compressedPath) && fs.existsSync(realPath) && fs.statSync(realPath).size < 52428800)

The problem with the small thumbnail is because currently 4 images are displayed, as there is only one, the others appear in white, I will have to add an option so that it can be configured in large (1 Image) or in small (4 Images).

Screenshot

from opencomic.

EliCodesForFun avatar EliCodesForFun commented on May 27, 2024

The decompression of files when making thumbnails is limited to 50 MB, this is due to the fact that the App does not currently delete the decompressed files after making the thumbnails, the files are kept in the tmp folder until the PC is restarted / shut down, I will add soon an option to increase this limit and I will make the unzipped files delete after generating the thumbnail.

The problem with the small thumbnail is because currently 4 images are displayed, as there is only one, the others appear in white, I will have to add an option so that it can be configured in large (1 Image) or in small (4 Images).

If you fix these two things you're like my hero.
Some hotkeys could be pretty cool too, like for going to the next or previous folder, but I like the interface.
It would also be very ideal if your "scroll down" through your library could be saved (persist) when hitting Back from viewing a comic zip file, so that you could more easily go from 1 zip file to the next. Currently you'd have to scroll all the way back down. Some people might have large collections of zipped art they're checking through (like me).

from opencomic.

ollm avatar ollm commented on May 27, 2024

Some hotkeys could be pretty cool too, like for going to the next or previous folder, but I like the interface.

Do you mean that if you are, for example, in 02.zip, go to 03.zip or 01.zip without having to go back?

It would also be very ideal if your "scroll down" through your library could be saved (persist) when hitting Back from viewing a comic zip file, so that you could more easily go from 1 zip file to the next. Currently you'd have to scroll all the way back down. Some people might have large collections of zipped art they're checking through (like me).

I will add this also as a pending to do.

from opencomic.

ollm avatar ollm commented on May 27, 2024

The previous scroll is now kept when navigating back 539ac33

from opencomic.

EliCodesForFun avatar EliCodesForFun commented on May 27, 2024

Do you mean that if you are, for example, in 02.zip, go to 03.zip or 01.zip without having to go back?
Precisely, just go right down the list of zips/rars in the folder by ABC or Numerical order. It's good for quick skimming, finding favorite scenes from a comic, etc. It's a feature integrated into the app HoneyView, and it's one of the main reasons I use it.

The previous scroll is now kept when navigating back 539ac33

That's awesome, you're a beast, bro. I hope these updates are making the app even more user-friendly for everyone, so that it can be a lite and versatile comic viewer replacement. With the few changes implemented, it'd already be more usable for me than other big dedicated comic reader apps I've used - ComicRack, CDisplay. They take too a bit too much for the folder setup and/or have a lot of jank when switching between comics, in my experience. Interface is also a bit WindowsXP-ish too, so your use of the JS libraries is great.

from opencomic.

ollm avatar ollm commented on May 27, 2024

Closed as completed in c1259bb and available in v1.0.0-beta.1

Feel free to reopen the issue if you find any bugs.

from opencomic.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.