|
Ouch, that's a nasty one. The root of the problem is that jAlbum's logic that figures out the base name of a file isn't handling directories, so the last dot is always removed. For directories, no dot should be considered an "extension introducer". I therefore needed to rewrite deep parts of jAlbum to pass on File references instead of just strings so the logic can treat directories differently. Seems to work now, but I BET I've introduced some other bugs, so please test.
The new beta is b7, available as a core update
|