FooSoft / mangle

Manga processor for the Kindle e-book reader.
https://foosoft.net/projects/mangle
Other
124 stars 24 forks source link

Invert file order #16

Closed PeterFour closed 9 years ago

PeterFour commented 9 years ago

Is there an easy way to swap the file order when a folder is loaded ?

catmanjan commented 9 years ago

Is this related to #11?

PeterFour commented 9 years ago

Hum not really the order is correct but inverted

melissaboiko commented 9 years ago

I'm getting this too. Files named like this:

image01-001-1.jpg
image01-001-2.jpg
image01-002-1.jpg
image01-002-2.jpg
image02-001-1.jpg
image02-001-2.jpg
image02-002-1.jpg
image02-002-2.jpg

(image${volume}-${imagenumber}-${pagehalf}) appear in mangle in this order:

image01-002-2.jpg
image01-002-1.jpg
image01-001-2.jpg
image01-001-1.jpg
image02-002-2.jpg
image02-002-1.jpg
image02-001-2.jpg
image02-001-1.jpg

That is, the first number is correct and increasing, while the other two numbers are decreasing.

The same happens if the filename has just the first two numbers.

naparuba commented 9 years ago

I have a pull reuqest to propose about this, I use a custom function instead of the natsort lib that have this bug.

I clean my repo and I'll sent it :)

naparuba commented 9 years ago

cf https://github.com/FooSoft/mangle/pull/18 :)

naparuba commented 9 years ago

coe is ok, exe will be available soon ^^

FooSoft commented 9 years ago

Fixed, new release posted