If I call irfanview with command line option /slideshow, for instance
, it display the last picture, then go to a blank window, show it for the set time, and only then exits.
It used to work correctly (quit immediately after last picture), but I recently upgraded from 4.60 to 4.66 and now it is working like this. So the bug must have been introduced in this time.
Here is the Slideshow section of my i_view64.ini
[Slideshow]
OpenDir=C:\
ViewMode=28747
StartIndex=0
AutoDelay=1.200
RandomDelay=5.000
SuppressErrors=1
SaveIndex=0
Loop=0
ShowFilename=1
LoopAudio=1
HideCursor=1
Advancement=1
PlayInWindow=0
WindowX=0
WindowY=0
WindowW=800
WindowH=600
Center=1
StopAndClose=1
Text=$D$F $X
OpenIndex=1?
Code:
i_view64.exe /slideshow="C:\images\photo.jpg"
It used to work correctly (quit immediately after last picture), but I recently upgraded from 4.60 to 4.66 and now it is working like this. So the bug must have been introduced in this time.
Here is the Slideshow section of my i_view64.ini
[Slideshow]
OpenDir=C:\
ViewMode=28747
StartIndex=0
AutoDelay=1.200
RandomDelay=5.000
SuppressErrors=1
SaveIndex=0
Loop=0
ShowFilename=1
LoopAudio=1
HideCursor=1
Advancement=1
PlayInWindow=0
WindowX=0
WindowY=0
WindowW=800
WindowH=600
Center=1
StopAndClose=1
Text=$D$F $X
OpenIndex=1?
Comment