This may be related to already existing thread:
Sorting albums/files by name broken if using LINK/MIRROR CONTENT
Scenario:
1. Album set as a links (not mirror)
2. Album global sorting set to "custom"
3. Groovy script sets each folder to "custom" sort individually
4. Groovy script uses setChildren() to force certain order
5. As result files in all folders still shown in "Date and time" order
File
meta.properties in the Album location (My Album\albumName) says
ordering=custom
meta.properties files in *.jAlbum" subdirectory in each directory says
ordering=album
Refresh or restart jAlbum does not work.
How to fix:
1. delete
meta.properties in the Album location
2. run script again. each directory will have
meta.properties with
ordering=custom
and folders will accept changes from setChildren() call.