|
2012-12-13
, 00:16
|
Posts: 54 |
Thanked: 47 times |
Joined on Dec 2012
|
#142
|
./mangareader.sh http://www.mangareader.net/111-3640-1/20th-century-boys/chapter-1.html
|
2013-01-24
, 12:39
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#143
|
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.
The Following User Says Thank You to MartinK For This Useful Post: | ||
|
2013-01-24
, 12:53
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#144
|
1) Mieru takes a lot of time to load... And nothing is displayed while doing it... So I allways end with several Mieru instances open... As much as I hate them I think a splash screen is needed.
2) Current page should be "remembered" at each page change, not just when the application is closed, because when it crashes it's a pain to look for the last page.
3) If the saved page / folder doesn't exist anymore, (was deleted or unmounted) it takes lot's of time to open mieru... It also opens in the binary folder and no in the user home.
4) Refreshing the image list: If some images are added to the current folder, Mieru doesn't detect them... Think about reading while downloading from an online reader.
5)Keyboard shortcuts for:
Zoom +
Zoom -
Fit width
Fit height
1:1
Fit page
Prev. Page
Next Page.
While a better solution is made, would be greatly apreciated.
And as a thank you...
Here is my script to download from mangareader
It's ugly but works for me...
Requires to install:
bash
wget
Takes for argument a url of any mangareader manga page.
Keeps downloading from there, untill the last page of the las chapter available for that manga.
Code:./mangareader.sh http://www.mangareader.net/111-3640-1/20th-century-boys/chapter-1.html
|
2013-02-16
, 23:56
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#145
|
|
2013-02-18
, 16:34
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#147
|
The Following 4 Users Say Thank You to MartinK For This Useful Post: | ||
|
2013-04-19
, 01:00
|
Posts: 215 |
Thanked: 348 times |
Joined on May 2011
|
#149
|
And as a thank you...
Here is my script to download from mangareader
It's ugly but works for me...
Requires to install:
bash
wget
Takes for argument a url of any mangareader manga page.
Keeps downloading from there, untill the last page of the las chapter available for that manga.
Code:./mangareader.sh http://www.mangareader.net/111-3640-1/20th-century-boys/chapter-1.html
1) Mieru takes a lot of time to load... And nothing is displayed while doing it... So I allways end with several Mieru instances open... As much as I hate them I think a splash screen is needed.
2) Current page should be "remembered" at each page change, not just when the application is closed, because when it crashes it's a pain to look for the last page.
3) If the saved page / folder doesn't exist anymore, (was deleted or unmounted) it takes lot's of time to open mieru... It also opens in the binary folder and no in the user home.
4) Refreshing the image list: If some images are added to the current folder, Mieru doesn't detect them... Think about reading while downloading from an online reader.
5)Keyboard shortcuts for:
Zoom +
Zoom -
Fit width
Fit height
1:1
Fit page
Prev. Page
Next Page.
While a better solution is made, would be greatly apreciated.