In version 1.7.4, it seems like there is some new functionality to support files that are symlinks (maybe also called Aliases).
I have a problem where I have some images symlinked to another folder. When I view a symlinked image then try to navigate to other images in the folder, it seems like FlowVision changes the folder context to where the image actually lives, which, in my case contains additional images I'm not interested in.
For example, say I have this structure
main/
image1.jpg -> ../work/image1.jpg
image2.jpg -> ../work/image2.jpg
work/
image1.jpg
image2.jpg
image3.jpg
image4.jpg
When say I navigate to main/image1.jpg then use keyboard navigation (left/right arrow) I will end up viewing image3.jpg and image3.jpg even though they are not in the folder main/.
Hope that makes sense.
I think this may be related to the Alias support recently added - #155
I just tried version 1.6.9, the last version before the Alias support, and traversal stays in the folder.
In version 1.7.4, it seems like there is some new functionality to support files that are symlinks (maybe also called Aliases).
I have a problem where I have some images symlinked to another folder. When I view a symlinked image then try to navigate to other images in the folder, it seems like FlowVision changes the folder context to where the image actually lives, which, in my case contains additional images I'm not interested in.
For example, say I have this structure
When say I navigate to
main/image1.jpgthen use keyboard navigation (left/right arrow) I will end up viewingimage3.jpgandimage3.jpgeven though they are not in the foldermain/.Hope that makes sense.
I think this may be related to the Alias support recently added - #155
I just tried version 1.6.9, the last version before the Alias support, and traversal stays in the folder.