Hello
We using Jalbum since many years to manage 2 albums :
one for computer, another for mobile
We using jalbum 31.1.1 with skin tiger
The album for computer is here (name album)
https://album.clubalpin-idf.com/
The album for mobile is here (name albumXS)
https://album.clubalpin-idf.com/xs/
The source image are the same only the processing is different.
We generate output in different directories for each album
Same source, distinct outputs
We have around 247 000 pictures / movies in each album
We using command line to generate the two album :
for albumXS it's
"C:\Program Files\jAlbum\jre64\bin\java.exe" -Xmx90G -Xms80G -jar "C:\Program Files\jAlbum\JAlbum.jar" -projectFile "E:\1G\archive\jap\albumXS.jap"
for album it's
"C:\Program Files\jAlbum\jre64\bin\java.exe" -Xmx90G -Xms80G -jar "C:\Program Files\jAlbum\JAlbum.jar" -projectFile "E:\1G\archive\jap\album normal.jap"
It's working perfectly fine since long time
Since some months the generation is good for albumXS but the modification are not processed with album
I'm obliged to make some change in the second album in order to obtain processing.
If I have a new directory in an album it's processed with the first command line but not the second.
We are two to manage these albums, with different command line (and jap) and we have the same trouble : the second process don't detect modification
Thanks