Giter Club home page Giter Club logo

mangareader's Introduction

Manga Reader

A manga reader for local files. Works with folders and archives.

Status

The application is in maintenance mode, that means only bugfixes will happen.

From my point of view the application is feature complete, so no more features from me. If someone else wants to add a feature they are welcome to submit a PR, but before doing that open an issue to check if the feature is gonna be accepted.

You can still make feature requests and if it's easy to implement I might add it, just don't expect them to be implemented.

Installation

Easiest way to install is through flatpak, flatpaks should work on all distros.

Flatpak setup guide

flatpak install flathub com.georgefb.mangareader
flatpak run com.georgefb.mangareader

If you don't like flatpak you can build from source or ask your distro to provide a package.

Dependencies

Dependencies will be printed by cmake when building.

Build

git clone https://github.com/g-fb/mangareader
cd manga-reader
# append `-D CMAKE_INSTALL_PREFIX:PATH=/your/custom/path` to install to a custom location
cmake -B build -G Ninja
cmake --build build
cmake --install build

Screenshots

Manga Reader main window Manga Reader settings dialog Manga Reader with images

mangareader's People

Contributors

g-fb avatar larvitar avatar the-blank-x avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

the-blank-x

mangareader's Issues

Double page support

It would be nice to have double page support, be able to change whether to show first page alone first (and be able to set it in toolbar and keyboard shortcut).

Program closes after starting it

I have not yet used the Manga Reader yet, I just downloaded it with flatpack.

I was trying to get a directory to my local partition with stored manga, but I saw the message from Manjaro, something along the lines of "This program runs in the background". Then it asked "quitting this program may result in a loss of data" or something like that, then there were 2 buttons, typical "agree" or "close", again, I dont remember. I just hit the cross button to get rid of the message. Last thing I saw immediately after that is title cover for Attack on Titan, then Manga Reader closed.

Every time I try to open it will stay for 7 seconds then close again. Functionally it allows me to click buttons and interact with it, it works, but closes itself after a short time.

App Won't Remember Layout

When changing the panel layout of the manga folders and bookmarks, then closing the app, the app seems to forget its previous layout and reset to the default one, which is inconvenient for smaller displays, as shown in the video below.
System Information
image
Installed via GNOME Software

2024-04-29.18-21-53.mp4

No option for making full screen default. Also, any way to make bookmarks?

It literally solved all my issues. I was trying to use Okular as it works with CBZ files. But since I used a touch screen, I could not get out of full screen. But this app does the trick and is much like Okular for the reading aspect of things.

I have a question, is there a way to make a bookmark of the page you were on? Also, is there a way to make it default to full screen (not a huge deal given the dilemma I was having when tying to use default viewer of Calibre where it was slow working with CBZ files and then dealing with Okular having no option to exit full screen via touch).

Anyway, thanks for making such a nifty app. ;)

PS: I would have sent this in an email, but I got error saying that your email can't be found.

Smooth Scrolling support?

Would it be feasible to add smooth scrolling? I took a peek at the dependencies and code and it looks like this program uses a QT scroll widget (at least that's what I'm assuming what it is because a lot of the names are things like Qscroll or QGraphicsView, etc.) which should have smooth scrolling built in from what I can tell online, but in mangareader it's still lock-stepped.

I haven't programmed with Qt before, but I glanced at some of your code for parts that seemed relevant and glanced at some documentation and I think it should be easy to add but I might be missing something. (again, zero experience with writing in Qt)

I looked at https://doc.qt.io/qt-5.15/qt.html#ApplicationAttribute-enum for all mentions of scrolling and found https://doc.qt.io/qt-5.15/qt.html#ScrollPhase-enum which, while I can't find any explanations for scrollphase online, looks like it might be for smooth scrolling.

Image widths are inconsistent

Steps to reproduce:

  1. Have "Fit width" enabled and "Fit height" disabled
  2. Have "Upscale images" enabled and "Maximum page width" to 2400
  3. Open 454: Ask you.cbz.gz (created from The Prettiest Platypus episode #454, the contents of this episode does not contain anything triggering, but future ones do)

Expected behavior: The images to have identical widths

Actual behavior: The images have differing widths (despite all the images being 800px long)

Screenshots:

KDE dependency update

KDE changed the names of some of their packages which break dependencies very recently.
Ran in to this issue with the arch distro package, tried building from source and resulted in the same.

kconfig5 (5.111.0-1) breaks dependency 'kconfig' required by mangareader
kcoreaddons5 (5.111.0-1) breaks dependency 'kcoreaddons' required by mangareader
ki18n5 (5.111.0-1) breaks dependency 'ki18n' required by mangareader
kxmlgui5 (5.111.0-1) breaks dependency 'kxmlgui' required by mangareader
kio5 (5.111.0-1) breaks dependency 'kio' required by mangareader
kconfigwidgets5 (5.111.0-1) breaks dependency 'kconfigwidgets' required by mangareader

Not a programmer so I would make a pull request and fix these but I don't know where to start.

Accept pressing space to go down a screenful

When reading a manga, you can use Page Up and Page Down to go up and down a screen. It would be nice if I could press Shift+Space and Space to do the same thing. I bind Scroll Up to Shift+Space and Scroll Down to Space, but it's not quite the same

Page number is not reset when a new manga is opened

Steps to reproduce:

  1. Open Manga Reader
  2. Open a manga
  3. Scroll down a number of pages
  4. Open another manga (via the pane or Open Manga Folder/Archive menu options, but not through bookmarks)

Expected behavior: The current page number to be set to 1

Actual behavior: The current page number inherits the page number from the previously opened manga, though it is updated when scrolled

Screen recording:

mangareader-page-number-reencoded.mp4

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.