jimking wrote:
About the number 1, if the Random is checked is logical that the prev/next will don't show the same images.
(for bug#1)
(with random Order enabled)
if i use %PrevFileName & %NextFileName Tag in widget and call !Prev command to load %PrevFileName it will load %NextFileName.
although PrevFileName was available in the core but it won't use it.
i think it should do one of these:
1. if it has a list of files so it always have previous files to go back.
2. if it doesn't have a list; it has last prevfile so it could load it and make %PrevFileName empty; so it go back one time and then do nothing
------------------------
(for bug#2)
RandomOrder=Enabled & IncludeSubdir=Enabled //works correctly
RandomOrder=Enabled & IncludeSubdir=Disabled //doesn't work correctly (Still Included Subdirs)
------------------------
(for bug#3)
RandomOrder=Disabled & IncludeSubDir=Enabled //doesn't work correctly (doesn't included Subdirs)
RandomOrder=Disabled & IncludeSubDir=Disabled //works correctly
i noticed that in my first report it doesn't play at all because my root directory was empty and all my images in SubDirs, and it doesn't go to subDirs even with SubDirs Enabled.
so this problem is also come from IncludeSubDir.
----------------
i tested XWidget 1.8.8 and the problems still exist