maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Announce] Mieru: a flexible manga and comic book reader (https://talk.maemo.org/showthread.php?t=73907)

MartinK 2012-09-20 09:08

Re: [Announce] Mieru: a flexible manga and comic book reader
 
Quote:

Originally Posted by ivgalvez (Post 1268311)
Latest updates have definitively improved the usability, thanks.

I have two small feature requests.

Could you implement an option for continuous scrolling such as in a PDF reader so there will be no need to tap on the screen to change the page?

Already planed. :)

This together with swirl zoom and online repositories will probably be the main development focus after the competition. :)

Quote:

Originally Posted by ivgalvez (Post 1268311)
Second one, it's usual to have a collection of comics in which some of them are in CBR/CBZ format but also some are in PDF format. In that circumstance, when finishing a comic which is previous to a PDF document, the tap to open next comic is not working, obviously. Could you offer an option in that case, to open the PDF file with the external document reader or open the next valid file?

Bug noted, thanks ! BTW, I would like to eventually also add PDF support, but I have not yet been able to find a library that would make it possible to get separate pages from a PDF file and display them in QML. Even some command line tool that saves pages to PNGs would be enough. :)

MartinK 2012-09-20 09:14

Re: [Announce] Mieru: a flexible manga and comic book reader
 
Do you like Mieru ? Don't forget to vote in the Maemo.org coding competition 2012 ! :)
If you like Mieru & think it deserves your vote, please go ahead and vote for it in the Updates and development on existing apps category ! :)

The voting opened yesterday (September 19th) and runs to 23:59 September 27th 2012, if you are eligible to vote (Maemo.org karma >=10), you should have already received the voting token to you email address. For further information how to vote, see the competition wiki page. :)

3clch4pawlakov 2012-09-22 20:29

Re: [Announce] Mieru: a flexible manga and comic book reader
 
I'm unable to open any manga.
Output in terminal:
Code:

Open manga
Error calling slot "openManga"
Traceback (most recent call last):
  File "/opt/mieru/gui/qml_gui.py", line 387, in openManga
    self.mieru.openManga(path, checkHistory=history)
  File "mieru.py", line 249, in openManga
    mangaState = self.getMangaStateFromHistory(path)
  File "mieru.py", line 333, in getMangaStateFromHistory
    entry = history.get(path, None)
AttributeError: 'list' object has no attribute 'get'

I'm using it on N900 with CSSU Testing, It behaves the same with QML and hildon gui's

Mieru version V2.4.15 git:e062afa

I was using it a lot earlier ( before QML gui times ) and it worked fine.


Also, at a time of writing this post, when mieru was in info view(where the version number is) and it sometimes segfaulted while I was writing in MicroB.

Great app BTW.

MartinK 2012-09-25 21:39

Re: [Announce] Mieru: a flexible manga and comic book reader
 
Quote:

Originally Posted by 3clch4pawlakov (Post 1270770)
I'm unable to open any manga.
Output in terminal:
Code:

Open manga
Error calling slot "openManga"
Traceback (most recent call last):
  File "/opt/mieru/gui/qml_gui.py", line 387, in openManga
    self.mieru.openManga(path, checkHistory=history)
  File "mieru.py", line 249, in openManga
    mangaState = self.getMangaStateFromHistory(path)
  File "mieru.py", line 333, in getMangaStateFromHistory
    entry = history.get(path, None)
AttributeError: 'list' object has no attribute 'get'

I'm using it on N900 with CSSU Testing, It behaves the same with QML and hildon gui's

Mieru version V2.4.15 git:e062afa

I was using it a lot earlier ( before QML gui times ) and it worked fine.

Thanks ! Should be fixed in 2.4.17. :)

Quote:

Originally Posted by 3clch4pawlakov (Post 1270770)
Also, at a time of writing this post, when mieru was in info view(where the version number is) and it sometimes segfaulted while I was writing in MicroB.

You mean when writing to an input field with the hardware/software keyboard ? I'll try to reproduce that.

Quote:

Originally Posted by 3clch4pawlakov (Post 1270770)
Great app BTW.

Thanks ! :)

3clch4pawlakov 2012-09-26 20:38

Re: [Announce] Mieru: a flexible manga and comic book reader
 
Quote:

Originally Posted by MartinK (Post 1272235)
Thanks ! Should be fixed in 2.4.17. :)

Yes, it is, thanks :).
Quote:

Originally Posted by MartinK (Post 1272235)
You mean when writing to an input field with the hardware/software keyboard ? I'll try to reproduce that.

I tested it now and It segfaults after minimising it several times when Microb is also running( with X Terminal it worked fine ). I did it quickly( with Ctrl+Backspace ), minimise --> return to app --> minimise --> ... so maybe that's the key.

EDIT: It segfaulted without microb, only with fast minimise --> maximise cycles. Although it took more time to segfault that way.

soryuuha 2012-09-27 02:46

Re: [Announce] Mieru: a flexible manga and comic book reader
 
can mieru handles online manga site like..mangastream , mangareader or angahere ?

MartinK 2012-09-28 23:21

Re: [Announce] Mieru: a flexible manga and comic book reader
 
Quote:

Originally Posted by 3clch4pawlakov (Post 1272655)
Yes, it is, thanks :).

I tested it now and It segfaults after minimising it several times when Microb is also running( with X Terminal it worked fine ). I did it quickly( with Ctrl+Backspace ), minimise --> return to app --> minimise --> ... so maybe that's the key.

EDIT: It segfaulted without microb, only with fast minimise --> maximise cycles. Although it took more time to segfault that way.

I'll see what can be done - but it looks more like a bug in the Maemo 5 Qt libraries than something directly Mieru related. I'll try to check out some other QML/Qt Components using applications if I can also get them to segfault like this. :)

Quote:

Originally Posted by soryuuha (Post 1272751)
can mieru handles online manga site like..mangastream , mangareader or angahere ?

Not yet, but it is on the roadmap. :)

zazuge 2012-10-05 14:24

Re: [Announce] Mieru: a flexible manga and comic book reader
 
upgrading to 2.4.17 using Maemo app manager game conflicting package error:
pyside-qt4-core (<0.42-1maemo8)
pyside-qt4-gui (<0.42-1maemo8)
while Fapman isn't working at all
so i did:
apt-get install mieru
and it upgraded somoothly

MartinK 2012-10-05 17:21

Re: [Announce] Mieru: a flexible manga and comic book reader
 
Quote:

Originally Posted by zazuge (Post 1276855)
upgrading to 2.4.17 using Maemo app manager game conflicting package error:
pyside-qt4-core (<0.42-1maemo8)
pyside-qt4-gui (<0.42-1maemo8)
while Fapman isn't working at all
so i did:
apt-get install mieru
and it upgraded somoothly

Hmm, thats kinda weird - the only change in this update was splitting the Chinese localization to Simplified, Hong Kong & Taiwan variants. I haven't modified the dependencies in any way. So I would say this was probably caused by some (hopefully transient) repository/CSSU issue. :) But still thanks for reporting it - you never know what might help to identify some hard to spot but serious issues. :)

KFX 2012-12-11 15:27

Re: [Announce] Mieru: a flexible manga and comic book reader
 
Feature request: using kinetic scrolling to change pages (with horizontal swipes), not just scroll the current page up and down.

I would also appreciate an option to turn the volume control shortcut for turning pages off. I prefer that the volume control controls volume, not whatever random thing the currently open app uses it for.


All times are GMT. The time now is 09:13.

vBulletin® Version 3.8.8